diff -Nru ubuntu-docs-19.04.2/configure.ac ubuntu-docs-19.10.1/configure.ac --- ubuntu-docs-19.04.2/configure.ac 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/configure.ac 2019-06-28 15:46:58.000000000 +0000 @@ -1,4 +1,4 @@ -AC_INIT([ubuntu-docs], [19.04], +AC_INIT([ubuntu-docs], [19.10], [https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs]) AM_INIT_AUTOMAKE diff -Nru ubuntu-docs-19.04.2/debian/changelog ubuntu-docs-19.10.1/debian/changelog --- ubuntu-docs-19.04.2/debian/changelog 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/debian/changelog 2019-06-28 15:46:58.000000000 +0000 @@ -1,8 +1,33 @@ -ubuntu-docs (19.04.2-0~201904081558~ubuntu18.04.1) bionic; urgency=low +ubuntu-docs (19.10.1-0~201906281524~ubuntu18.04.1) bionic; urgency=low * Auto build. - -- Andrew Judell-Halfpenny Mon, 08 Apr 2019 16:17:20 +0000 + -- Andrew Judell-Halfpenny Fri, 28 Jun 2019 15:46:58 +0000 + +ubuntu-docs (19.10.1) eoan; urgency=medium + + * Bump version to 19.10 / eoan + * community-support.page: + - New page to point to support resources (LP: #1827788). + * debian/control.in, debian/control: + - Bumped debhelper version to >= 11 + - Corrected Vcs-Bzr URL + - Bumped Standards-Version to 4.3.0 + - Dropped Breaks/Replaces for gnome-user-guide (added before 18.04 + LTS) + - Improved the package description + * debian/rules: + - Don't run dh_translations + * html/Makefile: + - Minor tweaks + * html/ubuntu.xsl: + - Adjustments due to upgraded yelp-xsl + * Updated ubuntu-help.pot + * net-install-flash.page: + - Added section for Firefox or Chromium as snap + * Translations from Launchpad + + -- Gunnar Hjalmarsson Fri, 28 Jun 2019 17:16:00 +0200 ubuntu-docs (19.04.2) disco; urgency=medium diff -Nru ubuntu-docs-19.04.2/debian/control ubuntu-docs-19.10.1/debian/control --- ubuntu-docs-19.04.2/debian/control 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/debian/control 2019-06-28 15:46:58.000000000 +0000 @@ -6,12 +6,12 @@ Section: doc Priority: optional Maintainer: Ubuntu Documentation Team -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10) Build-Depends-Indep: yelp-tools, pkg-config -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-doc/ubuntu-docs/saucy -Standards-Version: 4.1.0 +Vcs-Bzr: https://code.launchpad.net/~ubuntu-core-doc/ubuntu-docs/trunk +Standards-Version: 4.3.0 Homepage: https://launchpad.net/ubuntu-docs Package: ubuntu-docs @@ -19,9 +19,10 @@ Depends: ${misc:Depends}, yelp Recommends: gnome-user-docs -Breaks: gnome-user-guide (<= 3.24.0-0ubuntu1) -Replaces: gnome-user-guide (<= 3.24.0-0ubuntu1) Description: Ubuntu Desktop Guide - This package holds the official Ubuntu-specific documentation, maintained + This package holds the official Ubuntu-specific documentation, maintained by the Ubuntu Documentation Team. The documentation can be viewed using Yelp, the GNOME help browser. + . + This package recommends gnome-user-docs, which provides the bulk of the + Ubuntu Desktop Guide, and ubuntu-docs does not make much sense without it. diff -Nru ubuntu-docs-19.04.2/debian/control.in ubuntu-docs-19.10.1/debian/control.in --- ubuntu-docs-19.04.2/debian/control.in 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/debian/control.in 2019-06-28 15:46:58.000000000 +0000 @@ -2,12 +2,12 @@ Section: doc Priority: optional Maintainer: Ubuntu Documentation Team -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10) Build-Depends-Indep: yelp-tools, pkg-config -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-doc/ubuntu-docs/saucy -Standards-Version: 4.1.0 +Vcs-Bzr: https://code.launchpad.net/~ubuntu-core-doc/ubuntu-docs/trunk +Standards-Version: 4.3.0 Homepage: https://launchpad.net/ubuntu-docs Package: ubuntu-docs @@ -15,9 +15,10 @@ Depends: ${misc:Depends}, yelp Recommends: gnome-user-docs -Breaks: gnome-user-guide (<= 3.24.0-0ubuntu1) -Replaces: gnome-user-guide (<= 3.24.0-0ubuntu1) Description: Ubuntu Desktop Guide - This package holds the official Ubuntu-specific documentation, maintained + This package holds the official Ubuntu-specific documentation, maintained by the Ubuntu Documentation Team. The documentation can be viewed using Yelp, the GNOME help browser. + . + This package recommends gnome-user-docs, which provides the bulk of the + Ubuntu Desktop Guide, and ubuntu-docs does not make much sense without it. diff -Nru ubuntu-docs-19.04.2/debian/git-build-recipe.manifest ubuntu-docs-19.10.1/debian/git-build-recipe.manifest --- ubuntu-docs-19.04.2/debian/git-build-recipe.manifest 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/debian/git-build-recipe.manifest 2019-06-28 15:46:58.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debupstream}-0~201904081558 -lp:ubuntu/+source/ubuntu-docs git-commit:ad326818e441d214e591c2362138eb14fede8dfe +# git-build-recipe format 0.4 deb-version {debupstream}-0~201906281524 +lp:ubuntu/+source/ubuntu-docs git-commit:62cd9218001e73074e780a257c8546c600ebb945 diff -Nru ubuntu-docs-19.04.2/debian/rules ubuntu-docs-19.10.1/debian/rules --- ubuntu-docs-19.04.2/debian/rules 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/debian/rules 2019-06-28 15:46:58.000000000 +0000 @@ -21,3 +21,5 @@ fi \ done \ done + +override_dh_translations: diff -Nru ubuntu-docs-19.04.2/html/Makefile ubuntu-docs-19.10.1/html/Makefile --- ubuntu-docs-19.04.2/html/Makefile 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/html/Makefile 2019-06-28 15:46:58.000000000 +0000 @@ -67,14 +67,14 @@ cp "$(TMPDIR)/$$lc/gnome-help/"*.svg "$(HTMLDESTDIR)/$$lang/"; \ $(SED) -i -r 's/(test="action:install)"/\1, target:html"/' "$(TMPDIR)/$$lc/gnome-help/"*.page; \ $(SED) "s/#LANG#/$$lang/" $(UBUNTUXSL) > "$(TMPDIR)/ubuntu.xsl"; \ - yelp-build html -o "$(HTMLDESTDIR)/$$lang/" -x "$(TMPDIR)/ubuntu.xsl" \ + yelp-build html -i -o "$(HTMLDESTDIR)/$$lang/" -x "$(TMPDIR)/ubuntu.xsl" \ "$(TMPDIR)/$$lc/gnome-help"; \ $(SED) -i \ -e "s///" \ "$(HTMLDESTDIR)/$$lang/"*.html; \ $(SED) -i -f "$(URLFIXER)" "$(HTMLDESTDIR)/$$lang/"*.html; \ sed -i -r -e \ - 's|(
)|
Ubuntu 19.04
\1|' \ + 's|(
Ubuntu 19.10
\1|' \ "$(HTMLDESTDIR)/$$lang/index.html"; \ echo "\nSearching for yelp help system internal links and either changing them to equivalent or related external links or deleting them:"; \ $(SED) -i -e '/help:language-selector/d' "$(HTMLDESTDIR)/$$lang/"session*.html; \ @@ -95,9 +95,7 @@ if test "$$lang" = "ms"; then lang=ms-MS; fi; \ if test "$$lang" = "pl"; then lang=pl-PL; fi; \ mkdir -p "$(HTMLDESTDIR)/$$lang/img"; \ - mkdir -p "$(HTMLDESTDIR)/$$lang/figures"; \ - #cp -n img/* "$(HTMLDESTDIR)/$$lang/img"; \ - #cp -n "$(SRCDIR)/C/gnome-help/figures/"* "$(HTMLDESTDIR)/$$lang/figures"; \ + mkdir "$(HTMLDESTDIR)/$$lang/figures"; \ done # Installs all HTML files to a single multilingual directory for subsequent copying to @@ -112,7 +110,7 @@ if test "$$lang" = "gl"; then lang=gl-GL; fi; \ if test "$$lang" = "ms"; then lang=ms-MS; fi; \ if test "$$lang" = "pl"; then lang=pl-PL; fi; \ - for ext in css png js; do \ + for ext in css js; do \ cp -af "$(INSTALLDIR)/$$lang"/*.$$ext "$(INSTALLDIR)"; \ rm -Rf "$(INSTALLDIR)/$$lang"/*.$$ext ; \ done ; \ diff -Nru ubuntu-docs-19.04.2/html/ubuntu.xsl ubuntu-docs-19.10.1/html/ubuntu.xsl --- ubuntu-docs-19.04.2/html/ubuntu.xsl 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/html/ubuntu.xsl 2019-06-28 15:46:58.000000000 +0000 @@ -100,9 +100,30 @@ ; } -/* insert some space above the links groups on the front page */ -div.links-grid-link { - margin: 0.8em 0 0 0; +/* override flex-basis value: 300px => 250px + links-grid to get three link groups per row, and links-tile + to make sense of the thumbnails at getting-started.html */ +div.links-grid, div.links-tile { + flex-basis: 250px; +} + +/* override margin - no negative right and left margins + (to keep the internal navigation row within the outer border) */ +div.trails { + margin: 0; +} + +/* override link button background */ +.link-button a { + background-color: #dd4814; +} +.link-button a:hover { + box-shadow: 1px 1px 1px #dd4814; +} + +/* override important icon background */ +div.note-important > svg .yelp-svg-fill { + fill: #dd4814; } a img, :link img, :visited img { @@ -503,6 +524,11 @@ text-decoration: underline; } +a:visited { + color: #DD4814; + text-decoration: none; +} + ul { margin-bottom: 16px; } @@ -798,7 +824,7 @@ - Ubuntu 19.04 + Ubuntu 19.10 diff -Nru ubuntu-docs-19.04.2/ubuntu-help/am/am.po ubuntu-docs-19.10.1/ubuntu-help/am/am.po --- ubuntu-docs-19.04.2/ubuntu-help/am/am.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/am/am.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-03-22 23:33+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -199,7 +199,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -208,24 +209,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -234,7 +235,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -242,7 +243,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -250,37 +251,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -288,12 +289,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -301,32 +302,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -336,18 +339,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -876,6 +961,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ar/ar.po ubuntu-docs-19.10.1/ubuntu-help/ar/ar.po --- ubuntu-docs-19.04.2/ubuntu-help/ar/ar.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ar/ar.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:21+0000\n" "Last-Translator: Ibrahim Saed \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -210,10 +210,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"نصائح حول كيفية استخدام هذا الدليل, " -"ساعد في تحسين هذا الدليل…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -221,24 +220,24 @@ msgstr "احصل على مزيد من المساعدة" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "فيل بول" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -247,7 +246,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -255,7 +254,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -263,37 +262,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -301,12 +300,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -314,32 +313,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -349,18 +350,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -892,6 +975,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ast/ast.po ubuntu-docs-19.10.1/ubuntu-help/ast/ast.po --- ubuntu-docs-19.04.2/ubuntu-help/ast/ast.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ast/ast.po 2019-06-28 15:46:58.000000000 +0000 @@ -6,15 +6,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-03-22 23:30+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: asturian\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" "Language: ast\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 @@ -37,7 +37,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -212,10 +212,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Conseyos pa usar esta guía, ayude a ameyorar esta guía…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -223,24 +222,24 @@ msgstr "Llograr más ayuda" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalar el complementu Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -249,7 +248,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -260,7 +259,7 @@ "gratuita (pero non de códigu abiertu) pa la mayoría de los navegadores web." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -268,37 +267,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -306,12 +305,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -319,32 +318,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -354,18 +355,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -922,6 +1005,40 @@ "usuariu de Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/az/az.po ubuntu-docs-19.10.1/ubuntu-help/az/az.po --- ubuntu-docs-19.04.2/ubuntu-help/az/az.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/az/az.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-04-14 16:22+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -201,7 +201,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -210,24 +211,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Fil Bul" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -236,7 +237,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -244,7 +245,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -252,37 +253,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -290,12 +291,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -303,32 +304,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -338,18 +341,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -878,6 +963,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/bg/bg.po ubuntu-docs-19.10.1/ubuntu-help/bg/bg.po --- ubuntu-docs-19.04.2/ubuntu-help/bg/bg.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/bg/bg.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -36,7 +36,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -222,11 +222,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Съвети за използване на това " -"ръководство, помогнете за подобряването " -"на това ръководство…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -234,24 +232,24 @@ msgstr "Получете още помощ" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Фил Бул" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -260,7 +258,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -268,7 +266,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -276,37 +274,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -314,12 +312,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -327,32 +325,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -362,18 +362,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -943,6 +1025,40 @@ "href=\"help:cheese\">ръководството за ползване на Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/bo/bo.po ubuntu-docs-19.10.1/ubuntu-help/bo/bo.po --- ubuntu-docs-19.04.2/ubuntu-help/bo/bo.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/bo/bo.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Tibetan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -30,7 +30,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -196,7 +196,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -205,24 +206,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -231,7 +232,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -247,37 +248,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -285,12 +286,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -298,32 +299,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -333,18 +336,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -873,6 +958,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/br/br.po ubuntu-docs-19.10.1/ubuntu-help/br/br.po --- ubuntu-docs-19.04.2/ubuntu-help/br/br.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/br/br.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Doug Smythies \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -199,7 +199,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -208,24 +209,24 @@ msgstr "Kaout muioc'h a skoazell" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -234,7 +235,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -242,7 +243,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -250,37 +251,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -288,12 +289,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -301,32 +302,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -336,18 +339,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -876,6 +961,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/bs/bs.po ubuntu-docs-19.10.1/ubuntu-help/bs/bs.po --- ubuntu-docs-19.04.2/ubuntu-help/bs/bs.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/bs/bs.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-04-14 16:22+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -50,7 +50,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -242,11 +242,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Savjeti za korištenje ovog " -"priručnika, pomozite da poboljšamo ovaj " -"priručnik …" #. (itstool) path: page/title #: C/more-help.page:29 @@ -254,12 +252,12 @@ msgstr "Još pomoći" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -268,12 +266,12 @@ "stranice koje prikazuju videe i interaktivne internet stranice." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalirajte Flash plug-in" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -286,7 +284,7 @@ "stranice koje neće radite bez Flash-a." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -298,7 +296,7 @@ "preglednika." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -309,12 +307,12 @@ "trebalo koristiti nakon 2020." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Dvije vrste dodataka su dostupne:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -322,7 +320,7 @@ "pretraživače" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -331,7 +329,7 @@ "pretraživače uklučujući Opera i Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -340,12 +338,12 @@ "dodatak." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -356,12 +354,12 @@ "Vaš pretraživač." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -371,7 +369,7 @@ "Flash i za Firefox i Chromium bazirane internet pretraživače." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -380,7 +378,7 @@ "partner\">repozitorij partnera firme Canonical aktiviran." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -389,18 +387,20 @@ "paket." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Ponovo pokrenite Vaš pretraživač." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -415,12 +415,12 @@ "da koristi PPAPI dodatak." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Uvjerite se da je adobe-flashplugin instaliran." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -430,6 +430,88 @@ "CtrlAltT i instalirajte " "browser-plugin-freshplayer-pepperflash paket:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1091,6 +1173,40 @@ "href=\"help:cheese\">Cheese korisnički vodič" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/C/addremove-sources.page ubuntu-docs-19.10.1/ubuntu-help/C/addremove-sources.page --- ubuntu-docs-19.04.2/ubuntu-help/C/addremove-sources.page 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/C/addremove-sources.page 2019-06-28 15:46:58.000000000 +0000 @@ -69,7 +69,7 @@ similar to:

- deb http://archive.ubuntu.com/ubuntu/ disco main + deb http://archive.ubuntu.com/ubuntu/ eoan main

@@ -107,7 +107,7 @@ Add and enter:

- deb http://archive.canonical.com/ubuntu disco partner + deb http://archive.canonical.com/ubuntu eoan partner

Click Add Source then close the Software & Updates window. Wait a diff -Nru ubuntu-docs-19.04.2/ubuntu-help/C/community-support.page ubuntu-docs-19.10.1/ubuntu-help/C/community-support.page --- ubuntu-docs-19.04.2/ubuntu-help/C/community-support.page 1970-01-01 00:00:00.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/C/community-support.page 2019-06-28 15:46:58.000000000 +0000 @@ -0,0 +1,33 @@ + + + + + Get help from the community + + + + + Ubuntu Documentation Team + + + + + + Community support + +

You can find support from a variety of sources which are mentioned and + linked to at + Community support.

+ +

Every page at help.ubuntu.com + has a search feature at the top right. It lets you do a custom Google search + on Ubuntu documentation and support resources on the web, to easier find out + if your question has already been answered.

+ +

Support in your own language may be provided by your Local Community Team.

+ + diff -Nru ubuntu-docs-19.04.2/ubuntu-help/C/more-help.page ubuntu-docs-19.10.1/ubuntu-help/C/more-help.page --- ubuntu-docs-19.04.2/ubuntu-help/C/more-help.page 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/C/more-help.page 2019-06-28 15:46:58.000000000 +0000 @@ -3,7 +3,7 @@ id="more-help"> - + Tiffany Antopolski @@ -21,6 +21,7 @@ Tips on using this guide, + get help from community, help improve this guide… diff -Nru ubuntu-docs-19.04.2/ubuntu-help/C/net-install-flash.page ubuntu-docs-19.10.1/ubuntu-help/C/net-install-flash.page --- ubuntu-docs-19.04.2/ubuntu-help/C/net-install-flash.page 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/C/net-install-flash.page 2019-06-28 15:46:58.000000000 +0000 @@ -1,5 +1,6 @@ @@ -97,6 +98,75 @@

Restart your browser.

+
+ + + + +
+ Web browser provided as a snap package + +

If you use Firefox or Chromium as a snap, the packages described above do + not help. Instead the steps below are suggested to make Flash available.

+ +

Please note that you are supposed to always use the latest version of Flash. It means that you + need to repeat step 2 - 7 once in a while to keep accessing web services which require Flash.

+ + + Firefox as snap + +

Create a plugins folder:

+

mkdir ~/snap/firefox/common/.mozilla/plugins

+
+ +

Go to https://get.adobe.com/flashplayer/.

+
+ +

Download the .tar.gz file for Linux.

+
+ +

Navigate to the folder for downloaded files.

+
+ +

Extract the files from the downloaded archive file:

+

tar xf flash_player*

+
+ +

Copy libflashplayer.so to the plugins folder:

+

cp libflashplayer.so ~/snap/firefox/common/.mozilla/plugins

+
+ +

Restart your browser.

+
+
+ + + Chromium as snap + +

Create a lib folder:

+

mkdir ~/snap/chromium/current/.local/lib

+
+ +

Go to https://get.adobe.com/flashplayer/.

+
+ +

Download the .tar.gz file for Linux.

+
+ +

Navigate to the folder for downloaded files.

+
+ +

Extract the files from the downloaded archive file:

+

tar xf flash_player*

+
+ +

Copy libpepflashplayer.so to the lib folder:

+

cp libpepflashplayer.so ~/snap/chromium/current/.local/lib

+
+ +

Restart your browser.

diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ca/ca.po ubuntu-docs-19.10.1/ubuntu-help/ca/ca.po --- ubuntu-docs-19.04.2/ubuntu-help/ca/ca.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ca/ca.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" -"PO-Revision-Date: 2018-03-22 23:24+0000\n" -"Last-Translator: Walter Garcia-Fontes \n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" +"PO-Revision-Date: 2019-06-05 07:32+0000\n" +"Last-Translator: Adolfo Jayme \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -41,7 +41,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -204,7 +204,7 @@ #. (itstool) path: media/span #: C/index.page:11 msgid "Help" -msgstr "" +msgstr "Ajuda" #. (itstool) path: info/title #: C/index.page:9 @@ -231,7 +231,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -240,24 +241,24 @@ msgstr "Obteniu més ajuda" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -266,7 +267,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -274,7 +275,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -282,37 +283,39 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" +"El navegador Google Chrome ja incorpora el Flash i no cal " +"instal·lar-hi cap connector." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -320,12 +323,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -333,32 +336,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -368,18 +373,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1005,6 +1092,40 @@ "de l'usuari del Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ce/ce.po ubuntu-docs-19.10.1/ubuntu-help/ce/ce.po --- ubuntu-docs-19.04.2/ubuntu-help/ce/ce.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ce/ce.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chechen \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -30,7 +30,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -196,7 +196,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -205,24 +206,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -231,7 +232,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -247,37 +248,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -285,12 +286,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -298,32 +299,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -333,18 +336,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -873,6 +958,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ceb/ceb.po ubuntu-docs-19.10.1/ubuntu-help/ceb/ceb.po --- ubuntu-docs-19.04.2/ubuntu-help/ceb/ceb.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ceb/ceb.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" -"PO-Revision-Date: 2018-10-11 15:00+0000\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" +"PO-Revision-Date: 2019-04-08 16:18+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Cebuano \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:56+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -235,11 +235,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Mga sugyot para sa paggamit ni-ini nga " -"giya, Tabang para sa pagpalambo ni-ini " -"nga giya…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -247,12 +245,12 @@ msgstr "Pagkuha ug dugang pa nga tabang" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -262,12 +260,12 @@ "uban nga web na pahina." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "I-taud ang Flash plug-in" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -281,7 +279,7 @@ "pipila ka mga website nga dili mu-gana kung wala ang Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -293,7 +291,7 @@ "gina-download alang sa kadaghanan nga mga web browser." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -305,12 +303,12 @@ "tuig 2020." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Aduna kita'y duha ka klasi-klasi nga ana-a na mga plug-in:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -318,7 +316,7 @@ "browser" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -327,7 +325,7 @@ "browser ka-uban ang Opera ug Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -336,12 +334,12 @@ "nga Flash, ug dili na gikinahanglan ang mao nga plug-in." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -352,12 +350,12 @@ "pakete ug i-restart ang imong browser." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -368,7 +366,7 @@ "Chromium sama sa web mga browser." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -377,7 +375,7 @@ "partner\">Canonical Partner na repositori nga naka-aktibo kini." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -386,18 +384,20 @@ "pakete." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "I-restart ang imong browser." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -413,12 +413,12 @@ "Firefox na magamit sa PPAPI nga plug-in." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Seguradu-a nga angadobe-flashpluginnataud kini." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -428,6 +428,88 @@ "CtrlAltT ug itaud ang " "browser-plugin-freshplayer-pepperflash na pakete:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1127,6 +1209,40 @@ "href=\"help:cheese\">giya sa tig-gamit sa Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/cs/cs.po ubuntu-docs-19.10.1/ubuntu-help/cs/cs.po --- ubuntu-docs-19.04.2/ubuntu-help/cs/cs.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/cs/cs.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-04-08 19:38+0000\n" "Last-Translator: AsciiWolf \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -43,7 +43,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -235,10 +235,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Tipy k používání průvodce, pomoc s vylepšením průvodce…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -246,12 +245,12 @@ msgstr "Získat další nápovědu" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -260,12 +259,12 @@ "můžete potřebovat nainstalovat Flash." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalace zásuvného modulu Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -278,7 +277,7 @@ "stále existují nějaké webové stránky, jež se neobejdou bez technologie Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -289,7 +288,7 @@ "(ale nemá otevřený zdrojový kód) pro většinu webových prohlížečů." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -300,12 +299,12 @@ "důvodů již neměl být po roce 2020 používán." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Jsou k dispozici dva typy zásuvných modulů:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -313,7 +312,7 @@ "na jádru Gecko" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -322,7 +321,7 @@ "na jádru Blink, včetně prohlížečů Opera a Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -331,12 +330,12 @@ "tudíž nepotřebuje externí zásuvný modul." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -347,12 +346,12 @@ "balík a restartujte svůj prohlížeč." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -363,7 +362,7 @@ "nich odvozené prohlížeče." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -372,7 +371,7 @@ "partner\">Partnerský repozitář Canonical je aktivní." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -381,18 +380,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Restartujte svůj prohlížeč." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -408,12 +409,12 @@ "PPAPI." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Ujistěte se, že je nainstalován adobe-flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -423,6 +424,88 @@ "CtrlAltT a nainstalujte " "balík browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1086,6 +1169,40 @@ "href=\"help:cheese\">Uživatelskou příručku Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/da/da.po ubuntu-docs-19.10.1/ubuntu-help/da/da.po --- ubuntu-docs-19.04.2/ubuntu-help/da/da.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/da/da.po 2019-06-28 15:46:58.000000000 +0000 @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-10-10 18:55+0000\n" "Last-Translator: leifdk \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -39,7 +39,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -221,10 +221,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Tips til at bruge guiden, vær med til at forbedre guiden…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -232,24 +231,24 @@ msgstr "Få mere hjælp" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Installer flash-pluginet" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -258,7 +257,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -266,7 +265,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -274,37 +273,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Der findes to slags plugins:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -312,12 +311,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -325,32 +324,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Genstart din browser." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -360,18 +361,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Sørg for at adobe-flashplugin er installeret." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -940,6 +1023,40 @@ "brugervejledning ." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/de/de.po ubuntu-docs-19.10.1/ubuntu-help/de/de.po --- ubuntu-docs-19.04.2/ubuntu-help/de/de.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/de/de.po 2019-06-28 15:46:58.000000000 +0000 @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-07-15 22:59+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Deutsch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -25,7 +25,9 @@ "Launchpad Contributions:\n" " Andreas Jung https://launchpad.net/~docjuhnk\n" " Carsten Gerlach https://launchpad.net/~carsteng\n" +" Christoph Gerlach https://launchpad.net/~2711christoph\n" " Christoph Klotz https://launchpad.net/~klotzchristoph\n" +" Dan Cooper https://launchpad.net/~pcfan1234\n" " Daniel Schury https://launchpad.net/~surst\n" " Dennis Baudys https://launchpad.net/~thecondordb\n" " Doug Smythies https://launchpad.net/~dsmythies\n" @@ -59,7 +61,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -255,11 +257,12 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Hinweise zur Verwendung dieses " -"Handbuchs, Dieses Handbuch " -"verbessern …" +"Über diesen Leitfaden, Hilfe von der Gemeinschaft erhalten, Helfe mit diesen Leitfaden zu verbessern…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -267,12 +270,12 @@ msgstr "Weitergehende Hilfe erhalten" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -281,12 +284,12 @@ "können, die Videos und interaktive Inhalte beinhalten." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Die Flash-Erweiterung installieren" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -299,7 +302,7 @@ "immer noch einige Webseiten, die ohne Flash nicht funktionieren." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -311,7 +314,7 @@ "Webbrowser heruntergeladen werden." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -322,19 +325,19 @@ "Plug-in daher nicht nach 2020 eingesetzt werden." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Es gibt zwei Arten von Erweiterungen:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" "NPAPI für Firefox und andere Gecko-basierte Webbrowser" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -343,7 +346,7 @@ "einschließlich Opera und Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -352,12 +355,12 @@ "benötigt keine Erweiterung." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -368,12 +371,12 @@ "Paket und starten Sie Ihren Browser neu." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -384,7 +387,7 @@ "ähnliche Webbrowser bereit." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -393,7 +396,7 @@ "Partner Paketquelle aktiviert ist." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -402,18 +405,20 @@ "flashplugin Paket." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Starten Sie Ihren Browser neu." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -429,13 +434,13 @@ "die PPAPI-Erweiterung zu verwenden." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" "Stellen Sie sicher, dass adobe-flashplugin installiert ist." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -445,6 +450,99 @@ "StrgAltT drücken und " "installieren Sie das Paket browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "Web-Browser angeboten als Snap-Paket" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" +"Wenn Sie Firefox oder Chromium als Snap verwenden, " +"helfen die darüber beschriebenen Pakete nicht. Stattdessen werden die " +"Schritte darunter empfohlen um Flash verfügbar zu machen." + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" +"Bitte beachten Sie, dass Sie immer die neueste Version von Flash verwenden " +"sollten. Dies bedeutet, dass Sie die Schritte 2 - 7 öfter wiederholen " +"müssen, um weiterhin auf Web-Dienste zuzugreifen die Flash erfordern." + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "Firefox als Snap" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "Einen plugins-Ordner erstellen:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" +"Gehe zu https://get.adobe.com/flashplayer" +"/." + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "Lade die .tar.gz-Datei für Linux herunter." + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "In dem Ordner mit den heruntergeladenen Dateien navigieren." + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "Extrahiere Dateien aus heruntergeladener Archivdatei:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" +"Kopiere libflashplayer.so in den plugins-Ordner:" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "Chromium als Snap" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "Erstelle einen lib-Ordner:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" +"Kopiere libpepflashplayer.so in den lib-Ordner:" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1127,6 +1225,52 @@ "Cheese-Benutzerhandbuch." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "Hilfe von der Gemeinschaft erhalten" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "Unterstützung durch die Gemeinschaft" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" +"Sie können Unterstützung von verschiedenen Quellen erhalten die nachfolgend " +"aufgelistet sind Unterstützung von der Gemeinschaft" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" +"Jede Seite die auf help.ubuntu.com aufgelistet ist, " +"enthält ein Suchfeld in der rechten oberen Ecke. In diesem Suchfeld können " +"Sie eine angepasste Google-Suche in der Ubuntu-Dokumentation und " +"Unterstützungs-Quellen im Web starten, um einfacher herauszufinden ob Ihre " +"Frage schon beantwortet wurde." + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" +"Unterstützung in Ihrer eigenen Sprache wird von Local Community Team " +"bereitgestellt." + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/el/el.po ubuntu-docs-19.10.1/ubuntu-help/el/el.po --- ubuntu-docs-19.04.2/ubuntu-help/el/el.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/el/el.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" -"PO-Revision-Date: 2018-03-22 23:30+0000\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" +"PO-Revision-Date: 2019-04-08 16:06+0000\n" "Last-Translator: George Christofis \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -49,7 +49,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -248,10 +248,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Συμβουλές για τη χρήση του οδηγού, " -"βοηθήστε στη βελτίωση αυτού του οδηγού…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -259,24 +258,24 @@ msgstr "Περισσότερη βοήθεια" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Εγκατάσταση πρόσθετου για το flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -285,7 +284,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -297,7 +296,7 @@ "περισσότερα προγράμματα περιήγησης δικτύου." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -305,37 +304,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -343,12 +342,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -356,32 +355,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -391,18 +392,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -974,6 +1057,40 @@ "href=\"help:cheese\">Οδηγός χρήσης Cheese" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/en_AU/en_AU.po ubuntu-docs-19.10.1/ubuntu-help/en_AU/en_AU.po --- ubuntu-docs-19.04.2/ubuntu-help/en_AU/en_AU.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/en_AU/en_AU.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:21+0000\n" "Last-Translator: Joel Addison \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -36,7 +36,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -216,10 +216,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Tips on using this guide, help improve this guide…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -227,24 +226,24 @@ msgstr "Get more help" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Install the Flash plug-in" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -253,7 +252,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -264,7 +263,7 @@ "(but not open-source) download for most web browsers." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -272,37 +271,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -310,12 +309,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -323,32 +322,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -358,18 +359,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -929,6 +1012,40 @@ "guide." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/en_CA/en_CA.po ubuntu-docs-19.10.1/ubuntu-help/en_CA/en_CA.po --- ubuntu-docs-19.04.2/ubuntu-help/en_CA/en_CA.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/en_CA/en_CA.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Shayne White \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:56+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -201,7 +201,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -210,24 +211,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -236,7 +237,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -244,7 +245,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -252,37 +253,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -290,12 +291,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -303,32 +304,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -338,18 +341,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -878,6 +963,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/en_GB/en_GB.po ubuntu-docs-19.10.1/ubuntu-help/en_GB/en_GB.po --- ubuntu-docs-19.04.2/ubuntu-help/en_GB/en_GB.po 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/en_GB/en_GB.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:31+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -23,7 +23,7 @@ msgstr "" "Launchpad Contributions:\n" " Andi Chandler https://launchpad.net/~bing\n" -" Anthony Harrington https://launchpad.net/~untaintableangel\n" +" Anthony Harrington https://launchpad.net/~linuxchemist\n" " Gunnar Hjalmarsson https://launchpad.net/~gunnarhj\n" " Jeremy Bicha https://launchpad.net/~jbicha\n" " Robert Readman https://launchpad.net/~robert-readman\n" @@ -39,7 +39,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -230,10 +230,12 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -241,12 +243,12 @@ msgstr "Get more help" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -255,12 +257,12 @@ "display videos and interactive web pages." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Install the Flash plug-in" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -273,7 +275,7 @@ "websites which won't work without Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -284,7 +286,7 @@ "(but not open-source) download for most web browsers." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -295,19 +297,19 @@ "plug-in should not be used after 2020." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "There are two kinds of plug-ins available:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" "NPAPI for Firefox and other Gecko-based web browsers" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -316,7 +318,7 @@ "including Opera and Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -325,12 +327,12 @@ "not need a plug-in." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -341,12 +343,12 @@ "and restart your browser." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -357,7 +359,7 @@ "browsers." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -366,7 +368,7 @@ "partner\">Canonical Partner repository is activated." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -375,18 +377,20 @@ "package." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Restart your browser." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -401,12 +405,12 @@ "which makes Firefox use the PPAPI plug-in." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Make sure that adobe-flashplugin is installed." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -416,6 +420,88 @@ "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1075,6 +1161,49 @@ "guide." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "Get help from the community" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "Community support" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" +"Support in your own language may be provided by your Local Community Team." + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/eo/eo.po ubuntu-docs-19.10.1/ubuntu-help/eo/eo.po --- ubuntu-docs-19.04.2/ubuntu-help/eo/eo.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/eo/eo.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2016-04-07 23:39+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Esperanto \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:56+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -199,7 +199,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -208,24 +209,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil BULL" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -234,7 +235,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -242,7 +243,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -250,37 +251,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -288,12 +289,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -301,32 +302,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -336,18 +339,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -876,6 +961,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/es/es.po ubuntu-docs-19.10.1/ubuntu-help/es/es.po --- ubuntu-docs-19.04.2/ubuntu-help/es/es.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/es/es.po 2019-06-28 15:46:58.000000000 +0000 @@ -6,15 +6,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" -"PO-Revision-Date: 2018-03-22 23:30+0000\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" +"PO-Revision-Date: 2019-04-08 16:06+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" "Language: es\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 @@ -47,7 +47,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -244,10 +244,12 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Consejos para usar esta guía, ayude a mejorar esta guía…" +"Consejos para utilizar esta guía, " +"obtener ayuda comunitaria, ayudar a mejorar esta guía…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -255,12 +257,12 @@ msgstr "Obtener más ayuda" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -269,12 +271,12 @@ "que muestran vídeos y páginas web interactivas." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalar el complemento Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -287,7 +289,7 @@ "sitios webs que no funcionarán sin Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -299,7 +301,7 @@ "navegadores web." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -310,12 +312,12 @@ "Flash no se debe usar después de 2020." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Hay dos tipos de complementos disponibles:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -323,7 +325,7 @@ "Gecko" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -332,7 +334,7 @@ "Blink incluyendo Opera y Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -341,12 +343,12 @@ "necesita un complemento." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -357,12 +359,12 @@ "paquete y reinicie su navegador." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -373,7 +375,7 @@ "y Chromium." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -382,7 +384,7 @@ "repositorio de los socios de Canonical." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -391,18 +393,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Reinicie el navegador." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -418,12 +422,12 @@ "complemento PPAPI." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Asegúrese de que adoble-flashplugin está instalado." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -433,6 +437,88 @@ "CtrlAltT e instale el " "paquete browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1110,6 +1196,40 @@ "usuario de Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "Obtener ayuda comunitaria" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "Asistencia comunitaria" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/et/et.po ubuntu-docs-19.10.1/ubuntu-help/et/et.po --- ubuntu-docs-19.04.2/ubuntu-help/et/et.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/et/et.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-03-16 00:39+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -34,7 +34,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -200,7 +200,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -209,24 +210,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -235,7 +236,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -243,7 +244,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -251,37 +252,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -289,12 +290,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -302,32 +303,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -337,18 +340,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -877,6 +962,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/eu/eu.po ubuntu-docs-19.10.1/ubuntu-help/eu/eu.po --- ubuntu-docs-19.04.2/ubuntu-help/eu/eu.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/eu/eu.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -30,7 +30,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -196,7 +196,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -205,24 +206,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -231,7 +232,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -247,37 +248,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -285,12 +286,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -298,32 +299,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -333,18 +336,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -873,6 +958,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/fi/fi.po ubuntu-docs-19.10.1/ubuntu-help/fi/fi.po --- ubuntu-docs-19.04.2/ubuntu-help/fi/fi.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/fi/fi.po 2019-06-28 15:46:58.000000000 +0000 @@ -5,15 +5,15 @@ msgstr "" "Project-Id-Version: gnome-user-guide\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:27+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" "Language: fi\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 @@ -41,7 +41,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -230,10 +230,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Vinkkejä ohjeen käyttöön, auta parantamaan ohjeita…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -241,12 +240,12 @@ msgstr "Lue lisää ohjeita" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -255,12 +254,12 @@ "vuorovaikutteisia tai videoita sisältäviä verkkosivuja." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Flash-lisäosan asentaminen" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -274,7 +273,7 @@ "Flashia toimiakseen." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -285,7 +284,7 @@ "saatavilla ilmaiseksi (mutta ei avoimena) useimpiin selaimiin." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -296,19 +295,19 @@ "liitännäistä ei tule käyttää vuoden 2020 päätyttyä." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Tarjolla on kaksi erilaista liitännäistä:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" "NPAPI Firefoxille ja muille Gecko-pohjaisille selaimille" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -317,7 +316,7 @@ "selaimille kuten Opera ja Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -326,12 +325,12 @@ "liitännäistä." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -342,12 +341,12 @@ "ja käynnistä selain uudelleen." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -358,7 +357,7 @@ "verkkoselaimille." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -367,7 +366,7 @@ "partnerit -ohjelmistolähde on aktivoitu." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -375,18 +374,20 @@ "Asenna paketti adobe-flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Käynnistä selain uudelleen." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -402,12 +403,12 @@ "käyttämään PPAPI-liitännäistä." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Varmista että adobe-flashplugin on asennettu." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -417,6 +418,88 @@ "CtrlAltT ja asenna paketti " "browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1089,6 +1172,40 @@ "käyttöoppaasta." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/fo/fo.po ubuntu-docs-19.10.1/ubuntu-help/fo/fo.po --- ubuntu-docs-19.04.2/ubuntu-help/fo/fo.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/fo/fo.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Jógvan Olsen \n" "Language-Team: Faroese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -199,7 +199,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -208,24 +209,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -234,7 +235,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -242,7 +243,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -250,37 +251,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -288,12 +289,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -301,32 +302,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -336,18 +339,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -876,6 +961,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/fr/fr.po ubuntu-docs-19.10.1/ubuntu-help/fr/fr.po --- ubuntu-docs-19.04.2/ubuntu-help/fr/fr.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/fr/fr.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-04-14 16:21+0000\n" "Last-Translator: Anne017 \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -62,7 +62,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -256,10 +256,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Conseils pour utiliser ce guide et " -"aider à l'améliorer…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -267,12 +266,12 @@ msgstr "Aide supplémentaire" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -281,12 +280,12 @@ "certains sites Internet qui affichent des vidéos et des pages interactives." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Installation du greffon Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -300,7 +299,7 @@ "fonctionneront pas sans Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -312,7 +311,7 @@ "la plupart des navigateurs." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -323,12 +322,12 @@ "greffon Flash ne devrait plus être utilisé après 2020." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Il existe deux types de modules complémentaires :" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -336,7 +335,7 @@ "basés sur Gecko" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -345,7 +344,7 @@ "basés sur Blink, dont Opera et Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -354,12 +353,12 @@ "nécessite pas un module complémentaire." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -370,12 +369,12 @@ " et redémarrez votre navigateur." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -386,7 +385,7 @@ "Firefox et de type Chromium." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -395,7 +394,7 @@ "Partenaires de Canonical est activé." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -404,18 +403,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Redémarrez votre navigateur." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -432,12 +433,12 @@ "d'utiliser le module complémentaire PPAPI." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Assurez-vous que adobe-flashplugin est installé." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -447,6 +448,88 @@ "CtrlAltT et installez le " "paquet browser-plugin-freshplayer-pepperflash :" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1134,6 +1217,40 @@ "href=\"help:cheese\">Guide de l'utilisateur de Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/gl/gl.po ubuntu-docs-19.10.1/ubuntu-help/gl/gl.po --- ubuntu-docs-19.04.2/ubuntu-help/gl/gl.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/gl/gl.po 2019-06-28 15:46:58.000000000 +0000 @@ -4,15 +4,15 @@ msgstr "" "Project-Id-Version: gnome-user-doc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:27+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: galego\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" "X-Project-Style: gnome\n" "Language: gl\n" "X-Poedit-Language: Galician\n" @@ -39,7 +39,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -232,10 +232,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Consellos para usar esta guía, axude a mellorar esta guía…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -243,12 +242,12 @@ msgstr "Obter máis axuda" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -257,12 +256,12 @@ "vídeos ou en páxinas web interactivas." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalar o engadido de Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -275,7 +274,7 @@ "que non funcionan sen Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -287,7 +286,7 @@ "navegadores web." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -298,12 +297,12 @@ "usar o engadido Flash despois desta data." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Hai dúas clases de engadidos dispoñíbeis:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -311,7 +310,7 @@ "Gecko." #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -320,7 +319,7 @@ "Blink incluídos Opera e Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -329,12 +328,12 @@ "precisa un engadido." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "instalador do flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -345,12 +344,12 @@ "e reinicie o navegador." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -360,7 +359,7 @@ "PPAPI, isto é, proporciona Flash para os navegadores web Firefox e Chromium." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -369,7 +368,7 @@ "partner\">repositorio dos socios de Canonical está activado." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -378,18 +377,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Reinicie o navegador." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -404,12 +405,12 @@ "encapsulador que permite que o Firefox use o engadido PPAPI." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Asegúrese de que o adobe-flashplugin está instalado." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -419,6 +420,88 @@ "CtrlAltT e instale o " "paquete browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1086,6 +1169,40 @@ "href=\"help:cheese\">Guía de usuario de Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/he/he.po ubuntu-docs-19.10.1/ubuntu-help/he/he.po --- ubuntu-docs-19.04.2/ubuntu-help/he/he.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/he/he.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Yaron \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -32,7 +32,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -204,7 +204,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -213,24 +214,24 @@ msgstr "קבלת עזרה נוספת" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "פיל ביל" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "התקנת התוסף Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -247,7 +248,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -255,37 +256,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "ישנם שני סוגים של תוספים:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "NPAPI ל־Firefox ולדפדפנים אחרים מבוססי Gecko" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -293,12 +294,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -306,32 +307,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -341,18 +344,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -908,6 +993,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/hi/hi.po ubuntu-docs-19.10.1/ubuntu-help/hi/hi.po --- ubuntu-docs-19.04.2/ubuntu-help/hi/hi.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/hi/hi.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-03-22 23:34+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -36,7 +36,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -202,7 +202,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -211,24 +212,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "फ़िल बुल" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -237,7 +238,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -245,7 +246,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -253,37 +254,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -291,12 +292,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -304,32 +305,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -339,18 +342,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -879,6 +964,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/hr/hr.po ubuntu-docs-19.10.1/ubuntu-help/hr/hr.po --- ubuntu-docs-19.04.2/ubuntu-help/hr/hr.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/hr/hr.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:36+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -229,10 +229,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Savjeti o korištenju ovog vodiča, " -"pomognite poboljšati ovaj vodič…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -240,12 +239,12 @@ msgstr "Nabavite više pomoći" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -254,12 +253,12 @@ "stranice, koje prikazivaju video snimke i interaktivne web stranice." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalacija Flash priljučka" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -272,7 +271,7 @@ "određene web stranice koje neće raditi bez Flash priključka." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -284,7 +283,7 @@ "preglednika." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -295,19 +294,19 @@ "bi trebali koristiti poslije 2020 godine." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Postoje dvije vrste priključka za preuzimanje:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" "NPAPI za Firefox i ostale Gecko-temeljene web preglednike" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -316,7 +315,7 @@ "preglednike uključujući Operu i Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -325,12 +324,12 @@ "potreban priključak." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-instalacijski program" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -341,12 +340,12 @@ "i ponovno pokrenite svoj preglednik." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -357,7 +356,7 @@ "preglednike." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -366,7 +365,7 @@ "partner\">repozitorij Canonicalovih partnera aktiviran." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -375,18 +374,20 @@ "paket." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Ponovno pokrenite svoj preglednik." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -401,12 +402,12 @@ "Firefox koristi PPAPI priključak." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Pobrinite se da je adobe-flashplugin instaliran." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -416,6 +417,88 @@ "CtrlAltT i instalirajte " "browser-plugin-freshplayer-pepperflash paket:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1079,6 +1162,40 @@ "href=\"help:cheese\">Cheese korisnički priručnik." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/hu/hu.po ubuntu-docs-19.10.1/ubuntu-help/hu/hu.po --- ubuntu-docs-19.04.2/ubuntu-help/hu/hu.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/hu/hu.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-help master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-03-22 23:30+0000\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Magyar \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -227,10 +227,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Tippek az útmutató használatához, " -"segítsen jobbá tenni az útmutatót…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -238,24 +237,24 @@ msgstr "További segítség" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Flash bővítmény telepítése" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -264,7 +263,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -275,7 +274,7 @@ "letölthető (de nem szabad szoftver) a legtöbb böngészőhöz." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -283,37 +282,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -321,12 +320,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -334,7 +333,7 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -343,7 +342,7 @@ "partner\">Canonical Partner tároló aktiválva van." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -352,18 +351,20 @@ "csomagot." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -373,18 +374,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -987,6 +1070,40 @@ "href=\"help:cheese\">Csííz felhasználói kézikönyvét." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ia/ia.po ubuntu-docs-19.10.1/ubuntu-help/ia/ia.po --- ubuntu-docs-19.04.2/ubuntu-help/ia/ia.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ia/ia.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-09-26 01:46+0000\n" "Last-Translator: karm \n" "Language-Team: Interlingua \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:56+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -32,7 +32,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -198,7 +198,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -207,24 +208,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -233,7 +234,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -241,7 +242,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -249,37 +250,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -287,12 +288,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -300,32 +301,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -335,18 +338,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -875,6 +960,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/id/id.po ubuntu-docs-19.10.1/ubuntu-help/id/id.po --- ubuntu-docs-19.04.2/ubuntu-help/id/id.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/id/id.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" -"PO-Revision-Date: 2017-10-10 22:33+0000\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" +"PO-Revision-Date: 2019-04-08 16:07+0000\n" "Last-Translator: Andika Triwidada \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -223,10 +223,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Tips tentang memakai panduan ini, " -"bantu perbaiki panduan ini…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -234,24 +233,24 @@ msgstr "Dapatkan lebih banyak bantuan" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -260,7 +259,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -268,7 +267,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -276,37 +275,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -314,12 +313,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -327,32 +326,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -362,18 +363,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -905,6 +988,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/it/it.po ubuntu-docs-19.10.1/ubuntu-help/it/it.po --- ubuntu-docs-19.04.2/ubuntu-help/it/it.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/it/it.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-03-22 23:33+0000\n" "Last-Translator: Gianfranco Frisani \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -45,7 +45,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -238,10 +238,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Suggerimento sull'uso della guida, " -"come aiutare a migliorarla…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -249,24 +248,24 @@ msgstr "Ulteriore aiuto" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Installare il plugin Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -275,7 +274,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -287,7 +286,7 @@ "per la maggior parte dei browser." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -295,37 +294,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -333,12 +332,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -346,32 +345,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -381,18 +382,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -968,6 +1051,40 @@ "href=\"help:cheese\">guida utente." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ja/ja.po ubuntu-docs-19.10.1/ubuntu-help/ja/ja.po --- ubuntu-docs-19.04.2/ubuntu-help/ja/ja.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ja/ja.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-07-15 22:59+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -49,7 +49,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -227,10 +227,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"このガイドを使う際のヒント、このガイドを改善するのを手伝う…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -238,24 +237,24 @@ msgstr "もっと詳しく" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Flash プラグインのインストール" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -264,7 +263,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -274,7 +273,7 @@ "ブラウザーで、Flashを(オープンソースではないものの)無料でダウンロードできます。" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -282,37 +281,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -320,12 +319,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -333,32 +332,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -368,18 +369,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -928,6 +1011,40 @@ "Cheeseに関するヘルプは、Cheese user guideを参照してください。" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/kab/kab.po ubuntu-docs-19.10.1/ubuntu-help/kab/kab.po --- ubuntu-docs-19.04.2/ubuntu-help/kab/kab.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/kab/kab.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2016-05-15 12:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kabyle \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:56+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -30,7 +30,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -196,7 +196,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -205,24 +206,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -231,7 +232,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -247,37 +248,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -285,12 +286,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -298,32 +299,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -333,18 +336,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -873,6 +958,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/kk/kk.po ubuntu-docs-19.10.1/ubuntu-help/kk/kk.po --- ubuntu-docs-19.04.2/ubuntu-help/kk/kk.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/kk/kk.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-08-02 03:59+0000\n" "Last-Translator: Murat Káribaı \n" "Language-Team: Kazakh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -34,7 +34,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -202,7 +202,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -211,24 +212,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Филл Булл" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -237,7 +238,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -245,7 +246,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -253,37 +254,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -291,12 +292,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -304,32 +305,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -339,18 +342,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -879,6 +964,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/kn/kn.po ubuntu-docs-19.10.1/ubuntu-help/kn/kn.po --- ubuntu-docs-19.04.2/ubuntu-help/kn/kn.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/kn/kn.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Doug Smythies \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -34,7 +34,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -200,7 +200,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -209,24 +210,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "ಫಿಲ್ ಬುಲ್" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -235,7 +236,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -243,7 +244,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -251,37 +252,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -289,12 +290,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -302,32 +303,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -337,18 +340,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -877,6 +962,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ko/ko.po ubuntu-docs-19.10.1/ubuntu-help/ko/ko.po --- ubuntu-docs-19.04.2/ubuntu-help/ko/ko.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ko/ko.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:24+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -38,7 +38,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -216,7 +216,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -225,24 +226,24 @@ msgstr "더 도움받기" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "플래시 플러그인 설치하기" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -251,7 +252,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -259,7 +260,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -267,37 +268,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -305,12 +306,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -318,32 +319,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "브라우저를 재시작합니다." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -353,18 +356,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -893,6 +978,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/lt/lt.po ubuntu-docs-19.10.1/ubuntu-help/lt/lt.po --- ubuntu-docs-19.04.2/ubuntu-help/lt/lt.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/lt/lt.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2016-04-07 23:51+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -34,7 +34,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -200,7 +200,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -209,24 +210,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -235,7 +236,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -243,7 +244,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -251,37 +252,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -289,12 +290,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -302,32 +303,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -337,18 +340,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -877,6 +962,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/lv/lv.po ubuntu-docs-19.10.1/ubuntu-help/lv/lv.po --- ubuntu-docs-19.04.2/ubuntu-help/lv/lv.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/lv/lv.po 2019-06-28 15:46:58.000000000 +0000 @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs master\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:24+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" "Language: lv\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 @@ -37,7 +37,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -230,10 +230,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Padomi, kā lietot šo rokasgrāmatu, " -"palīdzi uzlabot šo rokasgrāmatu…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -241,12 +240,12 @@ msgstr "Saņemt vairāk palīdzības" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -255,12 +254,12 @@ "kas attēlo video un interaktīvās tīmekļa lapas." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalēt Flash spraudni" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -273,7 +272,7 @@ "vietnes nestrādās bez Flash spraudņa." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -284,7 +283,7 @@ "programma) lejupielāde daudzām pārlūkprogrammām." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -295,12 +294,12 @@ "izmantot pēc 2020. gada." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Ir pieejami divu veidu spraudņi:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -308,7 +307,7 @@ "balstītiem pārlūkiem" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -317,7 +316,7 @@ "balstītiem tīmekļa pārlūkiem Opera un Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -326,12 +325,12 @@ "atskaņotāju un tam nav nepieciešams spraudnis." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -342,12 +341,12 @@ "pakotni un pārstartējiet savu parlūku." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -357,7 +356,7 @@ "nodrošina Flash gan Firefox, gan Chromium veida tīmekļa pārlūkiem." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -366,7 +365,7 @@ "ieslēgta Canonical Partner krātuve." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -375,18 +374,20 @@ "pakotni." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Pārstartējiet savu pārlūku." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -401,12 +402,12 @@ "kas ļauj Firefox izmantot PPAPI spraudni." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Pārliecinieties, ka ir uzinstalēts adobe-flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -416,6 +417,88 @@ "CtrlAltT, un instalējiet " "browser-plugin-freshplayer-pepperflash pakotni:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1078,6 +1161,40 @@ "href=\"help:cheese\">Cheese lietotāja rokasgrāmatu." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/Makefile.am ubuntu-docs-19.10.1/ubuntu-help/Makefile.am --- ubuntu-docs-19.04.2/ubuntu-help/Makefile.am 2019-04-08 16:17:19.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/Makefile.am 2019-06-28 15:46:58.000000000 +0000 @@ -38,6 +38,7 @@ addremove-remove.page \ addremove-sources.page \ app-cheese.page \ + community-support.page \ net-chat-empathy.page \ net-chat.page \ net-chat-skype.page \ diff -Nru ubuntu-docs-19.04.2/ubuntu-help/mg/mg.po ubuntu-docs-19.10.1/ubuntu-help/mg/mg.po --- ubuntu-docs-19.04.2/ubuntu-help/mg/mg.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/mg/mg.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -30,7 +30,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -196,7 +196,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -205,24 +206,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -231,7 +232,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -247,37 +248,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -285,12 +286,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -298,32 +299,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -333,18 +336,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -873,6 +958,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ms/ms.po ubuntu-docs-19.10.1/ubuntu-help/ms/ms.po --- ubuntu-docs-19.04.2/ubuntu-help/ms/ms.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ms/ms.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:18+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -38,7 +38,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -232,10 +232,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Petua menggunakan panduan ini, bantu pertingkatkan panduan ini…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -243,24 +242,24 @@ msgstr "Dapatkan lagi bantuan" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Pasang pemalam Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -269,7 +268,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -280,7 +279,7 @@ "percuma (tetapi bukan bersumber terbuka) untuk kebanyakan pelayar sesawang." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -288,37 +287,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -326,12 +325,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -339,7 +338,7 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -348,7 +347,7 @@ "Rakan Canonical diaktifkan." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -356,18 +355,20 @@ "Pasang pakej adobe-flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -377,18 +378,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -985,6 +1068,40 @@ "pengguna Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/my/my.po ubuntu-docs-19.10.1/ubuntu-help/my/my.po --- ubuntu-docs-19.04.2/ubuntu-help/my/my.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/my/my.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Pyae Sone \n" "Language-Team: Burmese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -34,7 +34,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -202,7 +202,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -211,24 +212,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -237,7 +238,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -245,7 +246,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -253,37 +254,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -291,12 +292,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -304,32 +305,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -339,18 +342,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -885,6 +970,40 @@ "သုံးစွဲသူလမ်းညွှန် ကိုဖတ်ပါ။" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/nb/nb.po ubuntu-docs-19.10.1/ubuntu-help/nb/nb.po --- ubuntu-docs-19.04.2/ubuntu-help/nb/nb.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/nb/nb.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-03-22 23:24+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -37,7 +37,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -215,7 +215,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -224,24 +225,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -250,7 +251,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -258,7 +259,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -266,37 +267,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -304,12 +305,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -317,32 +318,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -352,18 +355,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -892,6 +977,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ne/ne.po ubuntu-docs-19.10.1/ubuntu-help/ne/ne.po --- ubuntu-docs-19.04.2/ubuntu-help/ne/ne.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ne/ne.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2016-04-07 23:53+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:56+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -199,7 +199,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -208,24 +209,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "फिल बुल" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -234,7 +235,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -242,7 +243,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -250,37 +251,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -288,12 +289,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -301,32 +302,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -336,18 +339,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -876,6 +961,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/nl/nl.po ubuntu-docs-19.10.1/ubuntu-help/nl/nl.po --- ubuntu-docs-19.04.2/ubuntu-help/nl/nl.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/nl/nl.po 2019-06-28 15:46:58.000000000 +0000 @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-07-15 22:58+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:53+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" "Language: nl\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 @@ -48,7 +48,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -240,11 +240,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Tips voor het gebruik van deze " -"handleiding, helpen bij het ​​verbeteren " -"van deze handleiding…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -252,12 +250,12 @@ msgstr "Meer hulp verkrijgen" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -266,12 +264,12 @@ "en interactieve webpagina's te kunnen bekijken." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "De Flash plug-in installeren" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -284,7 +282,7 @@ "nog altijd websites die niet werken zonder Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -296,7 +294,7 @@ "webbrowsers." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -307,12 +305,12 @@ "niet meer moeten worden gebruikt." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Er zijn twee soorten plug-ins beschikbaar:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -320,7 +318,7 @@ "webbrowsers" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -329,7 +327,7 @@ "webbrowsers waaronder Opera en Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -338,12 +336,12 @@ "geen plug-in nodig." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -354,12 +352,12 @@ "pakket en herstart uw webbrowser." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -370,7 +368,7 @@ "Chromium." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -379,7 +377,7 @@ "partner\">softwarebron \"Partners van Canonical\" is geactiveerd." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -388,18 +386,20 @@ "installeren." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Uw browser opnieuw starten." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -414,12 +414,12 @@ "Het is een wrapper waardoor Firefox de PPAPI plug-in gebruikt." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Zorg ervoor dat adobe-flashplugin geïnstalleerd is." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -429,6 +429,88 @@ "CtrlAltT en installeer het " "pakket browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1107,6 +1189,40 @@ "voor hulp bij het gebruik van Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/oc/oc.po ubuntu-docs-19.10.1/ubuntu-help/oc/oc.po --- ubuntu-docs-19.04.2/ubuntu-help/oc/oc.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/oc/oc.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Cédric VALMARY (Tot en òc) \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -32,7 +32,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -221,10 +221,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Conselhs per utilizar aqueste guide e " -"aider a l'melhorar…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -232,24 +231,24 @@ msgstr "Ajuda suplementària" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Installacion de l'empeuton Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -258,7 +257,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -270,7 +269,7 @@ "màger part dels navigadors." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -278,37 +277,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -316,12 +315,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -329,32 +328,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -364,18 +365,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -945,6 +1028,40 @@ "href=\"help:cheese\">Guida de l'utilizaire de Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/pl/pl.po ubuntu-docs-19.10.1/ubuntu-help/pl/pl.po --- ubuntu-docs-19.04.2/ubuntu-help/pl/pl.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/pl/pl.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" -"PO-Revision-Date: 2018-03-22 23:24+0000\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" +"PO-Revision-Date: 2019-06-20 14:21+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -28,7 +28,7 @@ " Jeremy Bicha https://launchpad.net/~jbicha\n" " Krzysztof Tataradziński https://launchpad.net/~ktatar156\n" " Leon Miklosik https://launchpad.net/~leomik\n" -" Marcin Mikołajczak https://launchpad.net/~m4sk1n\n" +" Marcin Mikołajczak https://launchpad.net/~mkljczk\n" " Oskar https://launchpad.net/~oskarsuwalki89\n" " Piotr Drąg https://launchpad.net/~piotrdrag\n" " Piotr Strębski https://launchpad.net/~strebski\n" @@ -43,7 +43,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -234,10 +234,12 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" "Wskazówki, jak korzystać z pomocy, " -"pomaganie w ulepszaniu pomocy…" +"pomoc od społeczności, pomaganie w ulepszaniu pomocy…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -245,12 +247,12 @@ msgstr "Więcej pomocy" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -259,12 +261,12 @@ "interfejsy może być potrzebna wtyczka Flash." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalacja wtyczki Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -277,7 +279,7 @@ "nadal niektóre witryny mogą w ogóle nie działać." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -288,7 +290,7 @@ "oprogramowaniem open source) dla większości przeglądarek WWW." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -299,12 +301,12 @@ "używana po 2020 roku." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Dostępne są dwa rodzaje wtyczek:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -312,7 +314,7 @@ "mechanizmu Gecko" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -321,7 +323,7 @@ "mechanizmu Blink, w tym przeglądarki OperaVivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -330,12 +332,12 @@ "wymaga oddzielnej wtyczki." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -346,12 +348,12 @@ "i ponownie uruchom przeglądarkę." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -362,7 +364,7 @@ "Chromium)." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -371,7 +373,7 @@ "repozytorium Partnerów Canonical." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -380,18 +382,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Ponownie uruchom przeglądarkę." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -407,13 +411,13 @@ "w Firefoksie." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" "Upewnij się, że pakiet adobe-flashplugin jest zainstalowany." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -423,6 +427,99 @@ "CtrlAltT i zainstaluj " "pakiet browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "Przeglądarka WWW dostarczana jako pakiet snap" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" +"Jeśli używasz przeglądarki Firefox lub Chromium jako " +"snap, to pakiety opisane powyżej nie będą działać. Zamiast tego należy " +"skorzystać z instrukcji poniżej, aby zainstalować wtyczkę Flash." + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" +"Proszę zauważyć, że powinno się zawsze używać najnowszej wersji wtyczki " +"Flash. Oznacza to, że należy powtórzyć kroki 2-7 co jakiś czas, aby nadal " +"mieć dostęp do serwisów WWW wymagających wtyczki Flash." + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "Firefox jako snap" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "Utwórz katalog plugins:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" +"Przejdź na stronę https://get.adobe.com/flashplayer" +"/." + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "Pobierz plik .tar.gz dla systemu Linux." + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "Przejdź do katalogu z pobranymi plikami." + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "Rozpakuj pliki z pobranego archiwum:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" +"Skopiuj plik libflashplayer.so do katalogu plugins:" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "Chromium jako snap" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "Utwórz katalog lib:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" +"Skopiuj plik libpepflashplayer.so do katalogu lib:" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1095,6 +1192,49 @@ "informacji o jego używaniu." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "Pomoc od społeczności" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "Wsparcie społeczności" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" +"Strona " +"wsparcia społeczności zawiera różne źródła pomocy." + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" +"W górnym prawym rogu każdej strony help.ubuntu.com znajduje się funkcja " +"wyszukiwania. Umożliwia użycie wyszukiwarki Google do przeszukiwania " +"dokumentacji Ubuntu i zasobów pomocy w Internecie, aby łatwiej dowiedzieć " +"się, czy ktoś już odpowiedział na zadawane pytanie." + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" +"Zespoły społeczności " +"lokalnych mogą zapewnić pomoc w języku użytkownika." + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/pt/pt.po ubuntu-docs-19.10.1/ubuntu-help/pt/pt.po --- ubuntu-docs-19.04.2/ubuntu-help/pt/pt.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/pt/pt.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-03-22 23:24+0000\n" "Last-Translator: Alfredo Silva \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -48,7 +48,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -233,7 +233,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -242,24 +243,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -268,7 +269,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -276,7 +277,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -284,37 +285,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -322,12 +323,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -335,32 +336,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -370,18 +373,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -982,6 +1067,40 @@ "href=\"ajuda:cheese\">." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/pt_BR/pt_BR.po ubuntu-docs-19.10.1/ubuntu-help/pt_BR/pt_BR.po --- ubuntu-docs-19.04.2/ubuntu-help/pt_BR/pt_BR.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/pt_BR/pt_BR.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" -"PO-Revision-Date: 2018-04-14 16:16+0000\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" +"PO-Revision-Date: 2019-04-08 16:07+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -52,7 +52,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -228,10 +228,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Dicas sobre o uso deste guia, ajude a melhorar este guia…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -239,24 +238,24 @@ msgstr "Obter mais ajuda" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Instalar o plug-in Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -265,7 +264,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -277,7 +276,7 @@ "dos navegadores." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -285,37 +284,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -323,12 +322,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -336,32 +335,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -371,18 +372,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -939,6 +1022,40 @@ "guia do usuário Cheese ." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ro/ro.po ubuntu-docs-19.10.1/ubuntu-help/ro/ro.po --- ubuntu-docs-19.04.2/ubuntu-help/ro/ro.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ro/ro.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-10-10 18:59+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -38,7 +38,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -204,7 +204,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -213,24 +214,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -247,7 +248,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -255,37 +256,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -293,12 +294,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -306,32 +307,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -341,18 +344,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -881,6 +966,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ru/ru.po ubuntu-docs-19.10.1/ubuntu-help/ru/ru.po --- ubuntu-docs-19.04.2/ubuntu-help/ru/ru.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ru/ru.po 2019-06-28 15:46:58.000000000 +0000 @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: teliute\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-07-15 22:59+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -43,7 +43,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -239,10 +239,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Советы по работе с этим руководством, " -"помощь в его улучшении…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -250,12 +249,12 @@ msgstr "Узнайте больше" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -264,12 +263,12 @@ "интерактивные веб-страницы." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Установка Flash-плагина" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -283,7 +282,7 @@ "без Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -295,7 +294,7 @@ "программой с открытым исходным кодом)." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -306,19 +305,19 @@ "после 2020 года, по причинам безопасности." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Доступно два типа расширений:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" "NPAPI для Firefox и других браузеров на движке Gecko" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -327,7 +326,7 @@ "браузеров, включая Opera и Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -336,12 +335,12 @@ "него не нужно." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -352,12 +351,12 @@ "перезапустите веб-браузер." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -368,7 +367,7 @@ "типа Chromium." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -377,7 +376,7 @@ "partner\">репозиторий «Партнёры Canonical» подключен." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -386,18 +385,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Перезапустите браузер." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -414,12 +415,12 @@ "PPAPI." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Убедитесь, что adobe-flashplugin установлен." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -429,6 +430,88 @@ "CtrlAltT и установите " "пакет browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1098,6 +1181,40 @@ "href=\"help:cheese\">Руководству пользователя Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/si/si.po ubuntu-docs-19.10.1/ubuntu-help/si/si.po --- ubuntu-docs-19.04.2/ubuntu-help/si/si.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/si/si.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Doug Smythies \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -199,7 +199,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -208,24 +209,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -234,7 +235,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -242,7 +243,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -250,37 +251,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -288,12 +289,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -301,32 +302,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -336,18 +339,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -876,6 +961,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/sk/sk.po ubuntu-docs-19.10.1/ubuntu-help/sk/sk.po --- ubuntu-docs-19.04.2/ubuntu-help/sk/sk.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/sk/sk.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:18+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -38,7 +38,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -218,10 +218,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Tipy o používaní tejto proručky, " -"pomôžte túto príručku zlepšiť…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -229,24 +228,24 @@ msgstr "Získať ďalšiu pomoc" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Inštalácia Flash plug-in" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -255,7 +254,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -263,7 +262,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -271,37 +270,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -309,12 +308,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -322,32 +321,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -357,18 +358,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -923,6 +1006,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/sl/sl.po ubuntu-docs-19.10.1/ubuntu-help/sl/sl.po --- ubuntu-docs-19.04.2/ubuntu-help/sl/sl.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/sl/sl.po 2019-06-28 15:46:58.000000000 +0000 @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: Ubuntu gnome help\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-18 09:59+0000\n" "Last-Translator: Dražen Matešić \n" "Language-Team: Slovenian GNOME translation team \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" "X-Poedit-Country: SLOVENIA\n" "Language: \n" "X-Poedit-Language: Slovenian\n" @@ -45,7 +45,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -235,10 +235,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Namigi za uporabo tega vodnika, pomagajte izboljšati ta vodnik …" #. (itstool) path: page/title #: C/more-help.page:29 @@ -246,12 +245,12 @@ msgstr "Dobite več pomoči" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -260,12 +259,12 @@ "spletišča, ki prikazujejo videoposnetke in odzivne spletne strani." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Nameščanje vstavka Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -278,7 +277,7 @@ "nekatera spletišča, ki ne delujejo brez Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -289,7 +288,7 @@ "brezplačen (toda ne odprtokoden) prejem za večino spletnih brskalnikov." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -297,12 +296,12 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Na voljo sta dve vrsti vstavkov:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -310,7 +309,7 @@ "temeljijo na Gecko" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -319,7 +318,7 @@ "temeljijo na Blink, vključno z Opera in Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -328,12 +327,12 @@ "vstavka." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -341,12 +340,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -356,7 +355,7 @@ "ima Flash tako za Firefox in Chromium ter njima podobne." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -365,7 +364,7 @@ "partner\">skladišče Canonical Partner dejavno." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -374,18 +373,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Ponovno zaženite brskalnik." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -395,12 +396,12 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Prepričajte se, da je adobe-flashplugin nameščen." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -410,6 +411,88 @@ "CtrlAltT in namestite " "paket browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1019,6 +1102,40 @@ "href=\"help:cheese\">Uporabniški vodnik Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/sq/sq.po ubuntu-docs-19.10.1/ubuntu-help/sq/sq.po --- ubuntu-docs-19.04.2/ubuntu-help/sq/sq.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/sq/sq.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:36+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:52+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:12+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -36,7 +36,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -202,7 +202,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -211,24 +212,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -237,7 +238,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -245,7 +246,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -253,37 +254,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -291,12 +292,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -304,32 +305,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -339,18 +342,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -879,6 +964,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/sr/sr.po ubuntu-docs-19.10.1/ubuntu-help/sr/sr.po --- ubuntu-docs-19.04.2/ubuntu-help/sr/sr.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/sr/sr.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:54+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:13+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -228,10 +228,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Савети за коришћење овог водича, " -"помозите побољшању овог водича…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -239,24 +238,24 @@ msgstr "Нађите још помоћи" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Фил Бул" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Инсталирајте прикључак Флеш" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -265,7 +264,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -277,7 +276,7 @@ "прегледника." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -285,37 +284,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -323,12 +322,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -336,7 +335,7 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -345,7 +344,7 @@ "Каноникалових партнера укључена." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -354,18 +353,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -375,18 +376,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -981,6 +1064,40 @@ "href=\"help:cheese\">Корисничко упутство Птичице." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/sv/sv.po ubuntu-docs-19.10.1/ubuntu-help/sv/sv.po --- ubuntu-docs-19.04.2/ubuntu-help/sv/sv.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/sv/sv.po 2019-06-28 15:46:58.000000000 +0000 @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: gnome-user-guide\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:36+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -227,10 +227,12 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Användningstips, hjälp till att förbättra handboken…" +"Användningstips, få hjälp från gemenskapen, hjälp till att förbättra handboken…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -238,12 +240,12 @@ msgstr "Få mer hjälp" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -252,12 +254,12 @@ "visar videor och interaktiva webbsidor." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Installera insticksmodulen Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -270,7 +272,7 @@ "finns det fortfarande webbplatser som inte fungerar utan Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -282,7 +284,7 @@ "de flesta webbläsare." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -293,19 +295,19 @@ "Flash inte användas efter 2020." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Det finns två slags insticksmoduler:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" "NPAPI för Firefox och andra Gecko-baserade webbläsare" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -314,7 +316,7 @@ "inklusive Opera och Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -323,12 +325,12 @@ "ingen insticksmodul." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -339,12 +341,12 @@ "paketet och starta om din webbläsare." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -355,7 +357,7 @@ "liknande webbläsare." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -364,7 +366,7 @@ "partner\">förrådet Canonical-partners är aktiverat." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -373,18 +375,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Starta om din webbläsare." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -400,12 +404,12 @@ "använder insticksmodulen PPAPI." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Förvissa dig om att adobe-flashplugin är installerat." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -415,6 +419,99 @@ "CtrlAltT och installera " "paketet browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "Webbläsare tillhandahållen som ett snap-paket" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" +"Om du använder Firefox eller Chromium som snap, så " +"hjälper inte paketen som beskrivs ovan. I stället föreslås åtgärderna nedan " +"för att göra Flash tillgängligt." + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" +"Märk att du förväntas att alltid använda den senaste versionen av Flash. Det " +"betyder att du behöver repetera steg 2 -7 emellanåt för fortsatt åtkomst " +"till webbtjänster som kräver Flash." + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "Firefox som snap-paket" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "Skapa en plugins-katalog:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" +"Gå till https://get.adobe.com/flashplayer" +"/." + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "Hämta .tar.gz-filen för Linux." + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "Navigera till katalogen för hämtade filer." + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "Extrahera filerna från den hämtade arkivfilen:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" +"Kopiera libflashplayer.so till plugins-katalogen:" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "Chromium som snap-paket" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "Skapa en lib-katalog:" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" +"Kopiera libpepflashplayer.so till lib-katalogen:" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1074,6 +1171,49 @@ "href=\"help:cheese\">Cheeses användarhandbok." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "Få hjälp från gemenskapen" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "Gemenskapssupport" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" +"Du kan få support på en mängd sätt vilka nämns och länkas till på sidan " +" Community " +"support." + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" +"Varje sida på help.ubuntu.com " +"har en sökruta uppe till höger. Den låter dig göra en anpassad Google-" +"sökning på Ubuntu's dokumentation och supportresurser på webben, för att " +"lättare ta reda på om din fråga redan är besvarad." + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" +"Support på ditt egna språk kanske tillhandahålls av din lokala gemenskap." + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ta/ta.po ubuntu-docs-19.10.1/ubuntu-help/ta/ta.po --- ubuntu-docs-19.04.2/ubuntu-help/ta/ta.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ta/ta.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -32,7 +32,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -198,7 +198,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -207,24 +208,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "பில் பல்" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -233,7 +234,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -241,7 +242,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -249,37 +250,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -287,12 +288,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -300,32 +301,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -335,18 +338,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -875,6 +960,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/te/te.po ubuntu-docs-19.10.1/ubuntu-help/te/te.po --- ubuntu-docs-19.04.2/ubuntu-help/te/te.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/te/te.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Telugu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -201,7 +201,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -210,24 +211,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -236,7 +237,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -244,7 +245,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -252,37 +253,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -290,12 +291,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -303,32 +304,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -338,18 +341,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -878,6 +963,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/tg/tg.po ubuntu-docs-19.10.1/ubuntu-help/tg/tg.po --- ubuntu-docs-19.04.2/ubuntu-help/tg/tg.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/tg/tg.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -30,7 +30,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -196,7 +196,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -205,24 +206,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -231,7 +232,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -247,37 +248,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -285,12 +286,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -298,32 +299,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -333,18 +336,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -873,6 +958,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/th/th.po ubuntu-docs-19.10.1/ubuntu-help/th/th.po --- ubuntu-docs-19.04.2/ubuntu-help/th/th.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/th/th.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-04-14 16:16+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -224,7 +224,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -233,24 +234,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -259,7 +260,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -267,7 +268,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -275,37 +276,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -313,12 +314,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -326,32 +327,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -361,18 +364,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -901,6 +986,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/tl/tl.po ubuntu-docs-19.10.1/ubuntu-help/tl/tl.po --- ubuntu-docs-19.04.2/ubuntu-help/tl/tl.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/tl/tl.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2014-11-30 22:40+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Tagalog \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -201,7 +201,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -210,24 +211,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -236,7 +237,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -244,7 +245,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -252,37 +253,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -290,12 +291,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -303,32 +304,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -338,18 +341,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -878,6 +963,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/tr/tr.po ubuntu-docs-19.10.1/ubuntu-help/tr/tr.po --- ubuntu-docs-19.04.2/ubuntu-help/tr/tr.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/tr/tr.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" -"PO-Revision-Date: 2018-03-22 23:39+0000\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" +"PO-Revision-Date: 2019-04-08 16:07+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -47,7 +47,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -244,10 +244,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Bu kılavuzu kullanma tavsiyeleri, " -"Bu kılavuzun geliştirilmesine yardım edin…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -255,12 +254,12 @@ msgstr "Daha fazla yardım al" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -269,12 +268,12 @@ "görüntüleyebilmek için Flash yüklemeniz gerekebilir." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Flaş eklentisini kurun" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -283,7 +282,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -294,7 +293,7 @@ "ücretsiz (ama açık kaynak kodlu değil) indirilebilir." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -305,12 +304,12 @@ "2020'den sonra kullanılmamalıdır." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Kullanılabilir iki tür eklenti vardır:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -318,7 +317,7 @@ "tarayıcı" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -327,7 +326,7 @@ "tarayıcı dahil Opera ve Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -336,12 +335,12 @@ "eklentiye ihtiyaç duyulmaz." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flaş eklenti-kurucu" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -352,12 +351,12 @@ "tarayıcınızı yeniden başlatın." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -365,7 +364,7 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -374,7 +373,7 @@ "depoların etkin olduğundan emin olun." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -383,18 +382,20 @@ "yükleyin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Tarayıcınızı yeniden başlatın." #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -409,18 +410,100 @@ "sarıcı." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "adobe-flashplugin yüklendiğinden emin olun." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1025,6 +1108,40 @@ "kullanım kılavuzu'nu okuyun." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ubuntu-help.pot ubuntu-docs-19.10.1/ubuntu-help/ubuntu-help.pot --- ubuntu-docs-19.04.2/ubuntu-help/ubuntu-help.pot 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ubuntu-help.pot 2019-06-28 15:46:58.000000000 +0000 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -31,6 +31,7 @@ #: C/addremove-remove.page:7 #: C/addremove-sources.page:8 #: C/app-cheese.page:7 +#: C/community-support.page:13 #: C/net-chat-empathy.page:11 #: C/net-chat-skype.page:11 #: C/net-chat-video.page:10 @@ -161,120 +162,195 @@ #. (itstool) path: info/desc #: C/more-help.page:22 -msgid "Tips on using this guide, help improve this guide…" +msgid "Tips on using this guide, get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title -#: C/more-help.page:29 +#: C/more-help.page:30 msgid "Get more help" msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "You may need to install Flash to be able to view some websites, which display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "Flash is a plug-in for your web browser that allows you to watch videos and use interactive web pages on some websites. While HTML5, which is a more modern solution, is increasingly offered, there are still some websites which won't work without Flash." msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "If you do not have Flash installed, you will probably see a message telling you so when you visit a website that needs it. Flash is available as a free (but not open-source) download for most web browsers." msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "Adobe has announced that they will stop updating and distributing the Flash Player at the end of 2020. Consequently, for security reasons, the Flash plug-in should not be used after 2020." msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "PPAPI for Chromium and other Blink-based web browsers including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "The Google Chrome browser is shipped with Flash bundled, and does not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "The flashplugin-installer package provides the NPAPI plug-in for Firefox. Install the package and restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "The adobe-flashplugin package provides both the NPAPI and PPAPI plug-ins, i.e. it provides Flash for both Firefox and Chromium like web browsers." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "Install the adobe-flashplugin package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "Some features of the PPAPI plug-in, such as 3D acceleration and premium video DRM, are not available in the NPAPI plugin. If you use Firefox or some other Gecko-based browser and need those features, you can install the browser-plugin-freshplayer-pepperflash package. It's a wrapper which makes Firefox use the PPAPI plug-in." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "Open a terminal window by pressing CtrlAltT and install the browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "If you use Firefox or Chromium as a snap, the packages described above do not help. Instead the steps below are suggested to make Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "Please note that you are supposed to always use the latest version of Flash. It means that you need to repeat step 2 - 7 once in a while to keep accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "Go to https://get.adobe.com/flashplayer/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -674,6 +750,31 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "You can find support from a variety of sources which are mentioned and linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "Every page at help.ubuntu.com has a search feature at the top right. It lets you do a custom Google search on Ubuntu documentation and support resources on the web, to easier find out if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "With Empathy you can chat, call and video call with friends and colleagues on a variety of networks" msgstr "" diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ug/ug.po ubuntu-docs-19.10.1/ubuntu-help/ug/ug.po --- ubuntu-docs-19.04.2/ubuntu-help/ug/ug.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ug/ug.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: Gheyret Kenji\n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:18+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Uyghur Computer Science Association \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" "Language: \n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 @@ -39,7 +39,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -218,11 +218,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"بۇ قوللانمىنى ئىشلىتىش ھەققىدىكى " -"كۆرسەتمىلەر، قوللانمىنى ياخشىلاشقا " -"ياردەم…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -230,24 +228,24 @@ msgstr "تېخىمۇ كۆپ ياردەملەر" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Flash قىستۇرمىسىنى ئورنىتىش" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -256,7 +254,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -268,7 +266,7 @@ "ساندىكى توركۆرگۈلەرگە ماس كېلىدۇ." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -276,37 +274,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -314,12 +312,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -327,32 +325,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -362,18 +362,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -927,6 +1009,40 @@ "href=\"ghelp:cheese\">Cheese ئىشلەتكۈچىلەر قوللانمىسى نى ئوقۇڭ." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/uk/uk.po ubuntu-docs-19.10.1/ubuntu-help/uk/uk.po --- ubuntu-docs-19.04.2/ubuntu-help/uk/uk.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/uk/uk.po 2019-06-28 15:46:58.000000000 +0000 @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-07-15 22:59+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" "Language: uk\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 @@ -32,8 +32,8 @@ " Kevin Godby https://launchpad.net/~godbyk\n" " Maksym https://launchpad.net/~maksymx\n" " Max_ym https://launchpad.net/~kontact-cat\n" +" Myk https://launchpad.net/~stuartlittle1970\n" " Nazarii Ritter https://launchpad.net/~nazariy-ritter\n" -" stuartlittle https://launchpad.net/~stuartlittle1970\n" " yurchor https://launchpad.net/~yurchor-deactivatedaccount\n" " Горобец Виктор (VikTHOR) https://launchpad.net/~victhor" @@ -45,7 +45,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -242,11 +242,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"Поради щодо використання цього " -"керівництва, допомога у його " -"покращенні…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -254,12 +252,12 @@ msgstr "Дізнайтесь більше" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." @@ -269,12 +267,12 @@ "встановити Flash." #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "Встановлення плагіна Flash" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -287,7 +285,7 @@ "поширений, існують ще деякі веб-сайти, які не працюватимуть без Flash." #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -299,7 +297,7 @@ "програмою з відкритим джерельним кодом)." #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -310,12 +308,12 @@ "використовувати після 2020 року." #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "Доступні два види плагінів:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" @@ -323,7 +321,7 @@ "Gecko" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" @@ -332,7 +330,7 @@ "Blink, включаючи Opera and Vivaldi" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." @@ -341,12 +339,12 @@ "та не потребує плагіна." #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "flashplugin-installer" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -357,12 +355,12 @@ "і перезапустіть веб-переглядач." #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "adobe-flashplugin" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -373,7 +371,7 @@ "переглядачів." #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." @@ -382,7 +380,7 @@ "сховища партнерів Canonical." #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." @@ -391,18 +389,20 @@ "flashplugin." #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "Перезапустіть веб-переглядач" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "browser-plugin-freshplayer-pepperflash" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -417,12 +417,12 @@ "Firefox використовувати плагін PPAPI." #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "Впевніться, що adobe-flashplugin встановлено." #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " @@ -432,6 +432,88 @@ "CtrlAltT і встановіть " "пакунок browser-plugin-freshplayer-pepperflash:" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -1105,6 +1187,40 @@ "href=\"help:cheese\">керівництво Cheese." #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/ur/ur.po ubuntu-docs-19.10.1/ubuntu-help/ur/ur.po --- ubuntu-docs-19.04.2/ubuntu-help/ur/ur.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/ur/ur.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-03-22 23:27+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Urdu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -33,7 +33,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -199,7 +199,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -208,24 +209,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -234,7 +235,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -242,7 +243,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -250,37 +251,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -288,12 +289,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -301,32 +302,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -336,18 +339,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -876,6 +961,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/uz/uz.po ubuntu-docs-19.10.1/ubuntu-help/uz/uz.po --- ubuntu-docs-19.04.2/ubuntu-help/uz/uz.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/uz/uz.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2016-04-08 00:00+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -201,7 +201,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -210,24 +211,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -236,7 +237,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -244,7 +245,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -252,37 +253,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -290,12 +291,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -303,32 +304,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -338,18 +341,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -878,6 +963,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/wo/wo.po ubuntu-docs-19.10.1/ubuntu-help/wo/wo.po --- ubuntu-docs-19.04.2/ubuntu-help/wo/wo.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/wo/wo.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-01-11 16:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Wolof \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:56+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -30,7 +30,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -196,7 +196,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -205,24 +206,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -231,7 +232,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -239,7 +240,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -247,37 +248,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -285,12 +286,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -298,32 +299,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -333,18 +336,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -873,6 +958,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/zh_CN/zh_CN.po ubuntu-docs-19.10.1/ubuntu-help/zh_CN/zh_CN.po --- ubuntu-docs-19.04.2/ubuntu-help/zh_CN/zh_CN.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/zh_CN/zh_CN.po 2019-06-28 15:46:58.000000000 +0000 @@ -10,15 +10,15 @@ msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2018-04-30 05:13+0000\n" "Last-Translator: Luo Yufan \n" "Language-Team: Chinese (simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:56+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" "Language: \n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 @@ -47,7 +47,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -219,10 +219,9 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" -"建议使用本指南 和 帮助改善本指南…" #. (itstool) path: page/title #: C/more-help.page:29 @@ -230,24 +229,24 @@ msgstr "获取更多帮助" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "您可能需要安装 Flash 才能正确观看某些视频和阅读某些交互页面。" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "安装 Flash 插件" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -256,7 +255,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -266,7 +265,7 @@ "Web 浏览器。" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -275,37 +274,37 @@ "Adobe 已宣布他们将在 2020 年底停止更新和发布 Flash Player。因此,出于安全原因,Flash 插件不应在 2020 年后使用。" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "有两种可用的插件:" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -313,12 +312,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -326,32 +325,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "重启您的浏览器。" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -361,18 +362,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "请确保 adobe-flashplugin 应用已安装。" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -916,6 +999,40 @@ msgstr "如需茄子大头贴的帮助,请阅读茄子大头贴用户指南。" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/zh_HK/zh_HK.po ubuntu-docs-19.10.1/ubuntu-help/zh_HK/zh_HK.po --- ubuntu-docs-19.04.2/ubuntu-help/zh_HK/zh_HK.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/zh_HK/zh_HK.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2015-03-19 20:47+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -34,7 +34,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -200,7 +200,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -209,24 +210,24 @@ msgstr "" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -235,7 +236,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -243,7 +244,7 @@ msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -251,37 +252,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -289,12 +290,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -302,32 +303,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -337,18 +340,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -877,6 +962,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and " diff -Nru ubuntu-docs-19.04.2/ubuntu-help/zh_TW/zh_TW.po ubuntu-docs-19.10.1/ubuntu-help/zh_TW/zh_TW.po --- ubuntu-docs-19.04.2/ubuntu-help/zh_TW/zh_TW.po 2019-04-08 16:17:20.000000000 +0000 +++ ubuntu-docs-19.10.1/ubuntu-help/zh_TW/zh_TW.po 2019-06-28 15:46:58.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: ubuntu-docs\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2018-03-20 01:54+0100\n" +"POT-Creation-Date: 2019-06-20 00:33+0200\n" "PO-Revision-Date: 2017-10-10 22:31+0000\n" "Last-Translator: Gunnar Hjalmarsson \n" "Language-Team: 漢語 <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2019-04-08 12:55+0000\n" -"X-Generator: Launchpad (build 18920)\n" +"X-Launchpad-Export-Date: 2019-06-28 13:14+0000\n" +"X-Generator: Launchpad (build 18991)\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -36,7 +36,7 @@ #. (itstool) path: credit/name #: C/about-this-guide.page:12 #: C/more-help.page:19 -#: C/net-install-flash.page:16 +#: C/net-install-flash.page:17 #: C/addremove-creator.page:7 #: C/addremove-install.page:7 #: C/addremove-install-synaptic.page:7 @@ -206,7 +206,8 @@ #: C/more-help.page:22 msgid "" "Tips on using this guide, help improve this guide…" +"xref=\"community-support\">get help from community, help improve this guide…" msgstr "" #. (itstool) path: page/title @@ -215,24 +216,24 @@ msgstr "取得更多幫助" #. (itstool) path: credit/name -#: C/net-install-flash.page:12 +#: C/net-install-flash.page:13 msgid "Phil Bull" msgstr "Phil Bull" #. (itstool) path: info/desc -#: C/net-install-flash.page:19 +#: C/net-install-flash.page:20 msgid "" "You may need to install Flash to be able to view some websites, which " "display videos and interactive web pages." msgstr "" #. (itstool) path: page/title -#: C/net-install-flash.page:23 +#: C/net-install-flash.page:24 msgid "Install the Flash plug-in" msgstr "安裝 Flash 外掛程式" #. (itstool) path: page/p -#: C/net-install-flash.page:25 +#: C/net-install-flash.page:26 msgid "" "Flash is a plug-in for your web browser that allows you to watch " "videos and use interactive web pages on some websites. While HTML5, which is " @@ -241,7 +242,7 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:29 +#: C/net-install-flash.page:30 msgid "" "If you do not have Flash installed, you will probably see a message telling " "you so when you visit a website that needs it. Flash is available as a free " @@ -251,7 +252,7 @@ "都可以免費取得(但並非開放源碼)。" #. (itstool) path: note/p -#: C/net-install-flash.page:33 +#: C/net-install-flash.page:34 msgid "" "Adobe has announced that they will stop updating and distributing the Flash " "Player at the end of 2020. Consequently, for security reasons, the Flash " @@ -259,37 +260,37 @@ msgstr "" #. (itstool) path: page/p -#: C/net-install-flash.page:37 +#: C/net-install-flash.page:38 msgid "There are two kinds of plug-ins available:" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:41 +#: C/net-install-flash.page:42 msgid "" "NPAPI for Firefox and other Gecko-based web browsers" msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:44 +#: C/net-install-flash.page:45 msgid "" "PPAPI for Chromium and other Blink-based web browsers " "including Opera and Vivaldi" msgstr "" #. (itstool) path: note/p -#: C/net-install-flash.page:50 +#: C/net-install-flash.page:51 msgid "" "The Google Chrome browser is shipped with Flash bundled, and does " "not need a plug-in." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:54 +#: C/net-install-flash.page:55 msgid "flashplugin-installer" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:56 +#: C/net-install-flash.page:57 msgid "" "The flashplugin-installer package provides the NPAPI plug-in for " "Firefox. Install the package " @@ -297,12 +298,12 @@ msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:62 +#: C/net-install-flash.page:63 msgid "adobe-flashplugin" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:64 +#: C/net-install-flash.page:65 msgid "" "The adobe-flashplugin package provides both the NPAPI and PPAPI " "plug-ins, i.e. it provides Flash for both Firefox and Chromium like web " @@ -310,32 +311,34 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:69 +#: C/net-install-flash.page:70 msgid "" "Make sure that the Canonical Partner repository is activated." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:72 +#: C/net-install-flash.page:73 msgid "" "Install the adobe-flashplugin " "package." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:75 -#: C/net-install-flash.page:99 +#: C/net-install-flash.page:76 +#: C/net-install-flash.page:100 +#: C/net-install-flash.page:140 +#: C/net-install-flash.page:169 msgid "Restart your browser." msgstr "" #. (itstool) path: section/title -#: C/net-install-flash.page:82 +#: C/net-install-flash.page:83 msgid "browser-plugin-freshplayer-pepperflash" msgstr "" #. (itstool) path: section/p -#: C/net-install-flash.page:84 +#: C/net-install-flash.page:85 msgid "" "Some features of the PPAPI plug-in, such as 3D acceleration and premium " "video DRM, are not available in the NPAPI plugin. If you use Firefox or some " @@ -345,18 +348,100 @@ msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:91 +#: C/net-install-flash.page:92 msgid "Make sure that adobe-flashplugin is installed." msgstr "" #. (itstool) path: item/p -#: C/net-install-flash.page:94 +#: C/net-install-flash.page:95 msgid "" "Open a terminal window by pressing " "CtrlAltT and install the " "browser-plugin-freshplayer-pepperflash package:" msgstr "" +#. (itstool) path: section/title +#: C/net-install-flash.page:107 +msgid "Web browser provided as a snap package" +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:109 +msgid "" +"If you use Firefox or Chromium as a snap, the packages " +"described above do not help. Instead the steps below are suggested to make " +"Flash available." +msgstr "" + +#. (itstool) path: section/p +#: C/net-install-flash.page:112 +msgid "" +"Please note that you are supposed to always use the latest version of Flash. " +"It means that you need to repeat step 2 - 7 once in a while to keep " +"accessing web services which require Flash." +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:116 +msgid "Firefox as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'plugins' - it's the name of a folder on +#. the file system. +#: C/net-install-flash.page:119 +msgid "Create a plugins folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:123 +#: C/net-install-flash.page:152 +msgid "" +"Go to https://get.adobe.com/flashplayer" +"/." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:126 +#: C/net-install-flash.page:155 +msgid "Download the .tar.gz file for Linux." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:129 +#: C/net-install-flash.page:158 +msgid "Navigate to the folder for downloaded files." +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:132 +#: C/net-install-flash.page:161 +msgid "Extract the files from the downloaded archive file:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:136 +msgid "Copy libflashplayer.so to the plugins folder:" +msgstr "" + +#. (itstool) path: steps/title +#: C/net-install-flash.page:145 +msgid "Chromium as snap" +msgstr "" + +#. (itstool) path: item/p +#. Translators: Don't translate 'lib' - it's the name of a folder on the +#. file system. +#: C/net-install-flash.page:148 +msgid "Create a lib folder:" +msgstr "" + +#. (itstool) path: item/p +#: C/net-install-flash.page:165 +msgid "Copy libpepflashplayer.so to the lib folder:" +msgstr "" + #. (itstool) path: p/link #: C/legal.xml:3 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" @@ -889,6 +974,40 @@ msgstr "" #. (itstool) path: info/desc +#: C/community-support.page:8 +msgid "Get help from the community" +msgstr "" + +#. (itstool) path: page/title +#: C/community-support.page:19 +msgid "Community support" +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:21 +msgid "" +"You can find support from a variety of sources which are mentioned and " +"linked to at Community support." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:25 +msgid "" +"Every page at help.ubuntu.com " +"has a search feature at the top right. It lets you do a custom Google search " +"on Ubuntu documentation and support resources on the web, to easier find out " +"if your question has already been answered." +msgstr "" + +#. (itstool) path: page/p +#: C/community-support.page:30 +msgid "" +"Support in your own language may be provided by your Local Community Team." +msgstr "" + +#. (itstool) path: info/desc #: C/net-chat-empathy.page:15 msgid "" "With Empathy you can chat, call and video call with friends and "