Merge tag 'v19.17' into debian/buster-backports

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-09-29 11:05:21 -04:00
commit a970c5bac5
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
87 changed files with 1109 additions and 1064 deletions

24
debian/changelog vendored
View File

@ -1,3 +1,27 @@
plinth (19.17) unstable; urgency=medium
[ Pavel Borecki ]
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
[ Anxin YI ]
* Translated using Weblate (Chinese (Simplified))
[ Joseph Nuthalapati ]
* firstboot: network connections not used, cleanup
* firstboot: Add new help menu to firstboot navbar
[ Sunil Mohan Adapa ]
* letsencrypt: Update and fix tests involving domain changes
* tor: Fix test case for getting status
* firstboot: Hide left menu during first boot as intended
[ James Valleroy ]
* locale: Update translation strings
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 23 Sep 2019 18:14:40 -0400
plinth (19.16~bpo10+1) buster-backports; urgency=medium plinth (19.16~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports. * Rebuild for buster-backports.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -509,6 +509,11 @@
<para>It can also be carried along with your laptop and used to connect to public networks at work, school or office to avail its services. </para> <para>It can also be carried along with your laptop and used to connect to public networks at work, school or office to avail its services. </para>
<para>It could be used in a village to make available digital communications throughout the village. In the future, FreedomBox intends to deliver support for alternative ways of connecting to the Internet such as Mesh networking. </para> <para>It could be used in a village to make available digital communications throughout the village. In the future, FreedomBox intends to deliver support for alternative ways of connecting to the Internet such as Mesh networking. </para>
</section> </section>
<section>
<title>Advanced usage: For Communities</title>
<para>The primary design goal of FreedomBox is to be used as a personal server at home for use by a single family and their friends. However, at the core, it is a server software that can aid a non-technical user to setup services and maintain them with ease. Security is automatically managed and many of the technical choices in system administration are taken care by the software automatically thereby reducing complexity for a non-technical user. This nature of FreedomBox makes it well-suited for hosting services for small communities like villages or small firms. Communities can host their own services using FreedomBox with minimal effort. They can setup Wi-Fi networks that span the entire area of the community and draw Internet connections from long distances. Community members can enjoy previously unavailable Internet connectivity, ubiquitous Wi-Fi coverage, free VOIP services, offline education and entertainment content, etc. This will also boost privacy for individuals in the community, reduce dependence on centralized services provided by large companies and make them resistant to censorship. </para>
<para>The free e-book <ulink url="https://en.wikibooks.org/wiki/FreedomBox_for_Communities">FreedomBox for Communities</ulink> describes the motivation and provides detailed instructions to setup FreedomBox for this use case. Members of the FreedomBox project are involved in setting up Wi-Fi networks with free Internet connectivity in rural India. This e-book documents their knowledge and experiences. </para>
</section>
<section> <section>
<title>FreedomBox Interface</title> <title>FreedomBox Interface</title>
<section> <section>
@ -1879,7 +1884,7 @@ if [ -f /etc/default/radicale.dpkg-dist ] ; then cp /etc/default/radicale.dpkg-d
<title>Synchronizing over Tor</title> <title>Synchronizing over Tor</title>
<para><ulink url="https://wiki.debian.org/FreedomBox/Manual/SyncThing#">SyncThing</ulink> should automatically sync with your <ulink url="https://wiki.debian.org/FreedomBox/Manual/FreedomBox#">FreedomBox</ulink> even if it is only accessible as a Tor hidden service. </para> <para><ulink url="https://wiki.debian.org/FreedomBox/Manual/SyncThing#">SyncThing</ulink> should automatically sync with your <ulink url="https://wiki.debian.org/FreedomBox/Manual/FreedomBox#">FreedomBox</ulink> even if it is only accessible as a Tor hidden service. </para>
<para>If you would like to proxy your Syncthing client over Tor, set the all_proxy environment variable: </para> <para>If you would like to proxy your Syncthing client over Tor, set the all_proxy environment variable: </para>
<para>$ all_proxy=socks5://localhost:9050 syncthing </para> <screen><![CDATA[$ all_proxy=socks5://localhost:9050 syncthing]]></screen>
<para>For more information, see the Syncthing documentation on <ulink url="https://docs.syncthing.net/users/proxying.html">using proxies</ulink>. </para> <para>For more information, see the Syncthing documentation on <ulink url="https://docs.syncthing.net/users/proxying.html">using proxies</ulink>. </para>
</section> </section>
</section> </section>
@ -2491,11 +2496,11 @@ if [ -f /etc/default/radicale.dpkg-dist ] ; then cp /etc/default/radicale.dpkg-d
</listitem> </listitem>
<listitem> <listitem>
<para>The downloaded profile contains the domain name of the FreedomBox that the client should connect to. This is picked up from the domain configured in 'Config' section of 'System' page. In case your domain is not configured properly, you may need to change this value after downloading the profile. If your OpenVPN client allows it, you can do this after importing the OpenVPN profile. Otherwise, you can edit the .ovpn profile file in a text editor and change the 'remote' line to contain the WAN IP address or hostname of your FreedomBox as follows. </para> <para>The downloaded profile contains the domain name of the FreedomBox that the client should connect to. This is picked up from the domain configured in 'Config' section of 'System' page. In case your domain is not configured properly, you may need to change this value after downloading the profile. If your OpenVPN client allows it, you can do this after importing the OpenVPN profile. Otherwise, you can edit the .ovpn profile file in a text editor and change the 'remote' line to contain the WAN IP address or hostname of your FreedomBox as follows. </para>
</listitem> <screen><![CDATA[client
</orderedlist>
<screen><![CDATA[client
remote mybox.sds-ip.de 1194 remote mybox.sds-ip.de 1194
proto udp]]></screen> proto udp]]></screen>
</listitem>
</orderedlist>
</section> </section>
<section> <section>
<title>Browsing Internet after connecting to VPN</title> <title>Browsing Internet after connecting to VPN</title>
@ -2687,7 +2692,7 @@ proto udp]]></screen>
</section> </section>
<section> <section>
<title>Web Proxy (Privoxy)</title> <title>Web Proxy (Privoxy)</title>
<para>A web proxy acts as a filter for incoming and outgoing internet traffic. Thus, you can instruct any computer in your network to pass internet traffic through the proxy to remove unwanted ads and tracking mechanisms. </para> <para>A web proxy acts as a filter for incoming and outgoing web traffic. Thus, you can instruct any computer in your network to pass internet traffic through the proxy to remove unwanted ads and tracking mechanisms. </para>
<para>Privoxy is a software for security, privacy, and accurate control over the web. It provides a much more powerful web proxy (and anonymity on the web) than what your browser can offer. Privoxy "is a proxy that is primarily focused on privacy enhancement, ad and junk elimination and freeing the user from restrictions placed on his activities" (source: <ulink url="http://www.privoxy.org/faq/index.html">Privoxy FAQ</ulink>). </para> <para>Privoxy is a software for security, privacy, and accurate control over the web. It provides a much more powerful web proxy (and anonymity on the web) than what your browser can offer. Privoxy "is a proxy that is primarily focused on privacy enhancement, ad and junk elimination and freeing the user from restrictions placed on his activities" (source: <ulink url="http://www.privoxy.org/faq/index.html">Privoxy FAQ</ulink>). </para>
<section> <section>
<title>Screencast</title> <title>Screencast</title>
@ -9826,6 +9831,23 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw]
<section> <section>
<title>Release Notes</title> <title>Release Notes</title>
<para>The following are the release notes for each FreedomBox version. </para> <para>The following are the release notes for each FreedomBox version. </para>
<section>
<title>FreedomBox 19.17 (2019-09-23)</title>
<itemizedlist>
<listitem>
<para>firstboot: Add new help menu to firstboot navbar </para>
</listitem>
<listitem>
<para>firstboot: Hide left menu during first boot as intended </para>
</listitem>
<listitem>
<para>Update translations for Chinese (Simplified) and Czech </para>
</listitem>
<listitem>
<para>Fix tests for letsencrypt and tor </para>
</listitem>
</itemizedlist>
</section>
<section> <section>
<title>FreedomBox 19.16 (2019-09-09)</title> <title>FreedomBox 19.16 (2019-09-09)</title>
<itemizedlist> <itemizedlist>

View File

@ -18,4 +18,4 @@
Package init file. Package init file.
""" """
__version__ = '19.16' __version__ = '19.17'

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -1166,7 +1166,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1391,18 +1391,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1411,26 +1404,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1571,6 +1564,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1915,7 +1913,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2862,7 +2860,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5146,40 +5144,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1168,7 +1168,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1393,18 +1393,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1413,26 +1406,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1573,6 +1566,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1917,7 +1915,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2864,7 +2862,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5148,40 +5146,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-08-02 21:11+0000\n" "PO-Revision-Date: 2019-09-17 19:24+0000\n"
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>\n" "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: Czech <https://hosted.weblate.org/projects/freedombox/plinth/"
"cs/>\n" "cs/>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 3.8-dev\n" "X-Generator: Weblate 3.9-dev\n"
#: plinth/action_utils.py:298 #: plinth/action_utils.py:298
#, python-brace-format #, python-brace-format
@ -128,7 +128,7 @@ msgstr ""
#: plinth/modules/avahi/__init__.py:77 #: plinth/modules/avahi/__init__.py:77
msgid "Local Network Domain" msgid "Local Network Domain"
msgstr "" msgstr "Doména místní sítě"
#: plinth/modules/backups/__init__.py:40 #: plinth/modules/backups/__init__.py:40
msgid "Backups" msgid "Backups"
@ -224,11 +224,11 @@ msgstr "Pro šifrování je potřebná heslová fráze."
#: plinth/modules/backups/forms.py:189 #: plinth/modules/backups/forms.py:189
msgid "Select Disk or Partition" msgid "Select Disk or Partition"
msgstr "" msgstr "Vybrat datové úložiště nebo oddíl"
#: plinth/modules/backups/forms.py:190 #: plinth/modules/backups/forms.py:190
msgid "Backups will be stored in the directory FreedomBoxBackups" msgid "Backups will be stored in the directory FreedomBoxBackups"
msgstr "" msgstr "Zálohy budou uloženy ve složce FreedomBoxBackups"
#: plinth/modules/backups/forms.py:199 #: plinth/modules/backups/forms.py:199
msgid "SSH Repository Path" msgid "SSH Repository Path"
@ -294,7 +294,7 @@ msgstr ""
#: plinth/modules/backups/repository.py:154 #: plinth/modules/backups/repository.py:154
msgid "Existing repository is not encrypted." msgid "Existing repository is not encrypted."
msgstr "" msgstr "Existující repozitář není šifrován."
#: plinth/modules/backups/repository.py:342 #: plinth/modules/backups/repository.py:342
#, python-brace-format #, python-brace-format
@ -319,24 +319,18 @@ msgid "Upload and Restore"
msgstr "Nahrát a obnovit" msgstr "Nahrát a obnovit"
#: plinth/modules/backups/templates/backups.html:59 #: plinth/modules/backups/templates/backups.html:59
#, fuzzy
#| msgid "Add a remote backup location"
msgid "Add a backup location" msgid "Add a backup location"
msgstr "Přidat umístění pro zálohy na protějšku" msgstr "Přidat umístění pro zálohy"
#: plinth/modules/backups/templates/backups.html:63 #: plinth/modules/backups/templates/backups.html:63
#, fuzzy
#| msgid "Add a remote backup location"
msgid "Add Backup Location" msgid "Add Backup Location"
msgstr "Přidat umístění pro zálohy na protějšku" msgstr "Přidat umístění pro zálohy"
#: plinth/modules/backups/templates/backups.html:66 #: plinth/modules/backups/templates/backups.html:66
msgid "Add a remote backup location" msgid "Add a remote backup location"
msgstr "Přidat umístění pro zálohy na protějšku" msgstr "Přidat umístění pro zálohy na protějšku"
#: plinth/modules/backups/templates/backups.html:70 #: plinth/modules/backups/templates/backups.html:70
#, fuzzy
#| msgid "Add a remote backup location"
msgid "Add Remote Backup Location" msgid "Add Remote Backup Location"
msgstr "Přidat umístění pro zálohy na protějšku" msgstr "Přidat umístění pro zálohy na protějšku"
@ -509,13 +503,11 @@ msgstr "Obnovit z nahraného souboru"
#: plinth/modules/backups/views.py:255 #: plinth/modules/backups/views.py:255
msgid "No additional disks available to add a repository." msgid "No additional disks available to add a repository."
msgstr "" msgstr "Nejsou k dispozici žádná další úložiště pro přidání repozitáře."
#: plinth/modules/backups/views.py:263 #: plinth/modules/backups/views.py:263
#, fuzzy
#| msgid "Create remote backup repository"
msgid "Create backup repository" msgid "Create backup repository"
msgstr "Vytvořit repozitář pro zálohy na protějšku" msgstr "Vytvořit repozitář pro zálohy"
#: plinth/modules/backups/views.py:290 #: plinth/modules/backups/views.py:290
msgid "Create remote backup repository" msgid "Create remote backup repository"
@ -558,10 +550,8 @@ msgid "Remove Repository"
msgstr "Odebrat repozitář" msgstr "Odebrat repozitář"
#: plinth/modules/backups/views.py:419 #: plinth/modules/backups/views.py:419
#, fuzzy
#| msgid "Repository removed. The remote backup itself was not deleted."
msgid "Repository removed. Backups were not deleted." msgid "Repository removed. Backups were not deleted."
msgstr "Repozitář odebrán. Záloha na protějšku jako taková smazána nebyla." msgstr "Repozitář odebrán. Zálohy jako takové smazány nebyly."
#: plinth/modules/backups/views.py:429 #: plinth/modules/backups/views.py:429
msgid "Unmounting failed!" msgid "Unmounting failed!"
@ -1121,10 +1111,8 @@ msgstr ""
"IP adresou." "IP adresou."
#: plinth/modules/dynamicdns/__init__.py:78 #: plinth/modules/dynamicdns/__init__.py:78
#, fuzzy
#| msgid "Domain Name"
msgid "Dynamic Domain Name" msgid "Dynamic Domain Name"
msgstr "Doménový název" msgstr "Název dynamické domény"
#: plinth/modules/dynamicdns/forms.py:43 #: plinth/modules/dynamicdns/forms.py:43
msgid "" msgid ""
@ -1328,7 +1316,7 @@ msgid "Last update"
msgstr "Minulá aktualizace" msgstr "Minulá aktualizace"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "O systému" msgstr "O systému"
@ -1588,18 +1576,11 @@ msgstr ""
"Možná bude třeba zkontrolovat <a href=\"%(networks_url)s\">nastavení sítě</" "Možná bude třeba zkontrolovat <a href=\"%(networks_url)s\">nastavení sítě</"
"a> a případně upravit." "a> a případně upravit."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Nápověda"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Spustit nastavení" msgstr "Spustit nastavení"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Nastavení dokončeno" msgstr "Nastavení dokončeno"
@ -1608,28 +1589,28 @@ msgid "Documentation"
msgstr "Dokumentace" msgstr "Dokumentace"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Příručka" msgstr "Příručka"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr "Získat podporu"
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr "Odeslat zpětnou vazbu"
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr "Zapojit se"
#: plinth/modules/help/help.py:86 #: plinth/modules/help/help.py:86
msgid "Documentation and FAQ" msgid "Documentation and FAQ"
@ -1730,6 +1711,10 @@ msgid ""
"maintained on a best-effort basis by contributors in Debian and FreedomBox " "maintained on a best-effort basis by contributors in Debian and FreedomBox "
"community." "community."
msgstr "" msgstr ""
"Používáte balíčky z Debian backports. Mějte na paměti, že bezpečnostní tým "
"projektu Debian se nezabývá opravami zabezpečení těchto balíčků. Nicméně "
"jsou spravovány na základě nejlepší snahy přispěvateli z komunit Debian a "
"FreedomBox."
#: plinth/modules/help/templates/help_base.html:36 #: plinth/modules/help/templates/help_base.html:36
#: plinth/modules/help/templates/help_index.html:76 #: plinth/modules/help/templates/help_index.html:76
@ -1739,7 +1724,7 @@ msgstr "Nastavení %(box_name)s"
#: plinth/modules/help/templates/help_contribute.html:27 #: plinth/modules/help/templates/help_contribute.html:27
msgid "The FreedomBox project welcomes contributions of all kinds." msgid "The FreedomBox project welcomes contributions of all kinds."
msgstr "" msgstr "Projekt FreedomBox vítá příspěvky jakéhokoli druhu."
#: plinth/modules/help/templates/help_contribute.html:33 #: plinth/modules/help/templates/help_contribute.html:33
msgid "" msgid ""
@ -1749,6 +1734,11 @@ msgid ""
"into your language, hosting hackathons or install fests, and by spreading " "into your language, hosting hackathons or install fests, and by spreading "
"the word." "the word."
msgstr "" msgstr ""
"Můžete přispět programováním, testováním a hlášením chyb, diskutováním o "
"dalších příkladech použití a nových aplikacích, navrhování log a grafiky, "
"poskytování podpory dalším uživatelům, překládání FreedomBox a jeho aplikací "
"do svého jazyka, hostování hackathonů nebo instalačních festivalů a "
"propagací."
#: plinth/modules/help/templates/help_contribute.html:43 #: plinth/modules/help/templates/help_contribute.html:43
msgid "" msgid ""
@ -1765,7 +1755,7 @@ msgstr ""
#: plinth/modules/help/templates/help_feedback.html:27 #: plinth/modules/help/templates/help_feedback.html:27
#, python-format #, python-format
msgid "Your feedback will help us improve %(box_name)s!" msgid "Your feedback will help us improve %(box_name)s!"
msgstr "" msgstr "Vaše zpětná vazba nám pomůže vylepšit %(box_name)s!"
#: plinth/modules/help/templates/help_feedback.html:33 #: plinth/modules/help/templates/help_feedback.html:33
msgid "" msgid ""
@ -1773,6 +1763,9 @@ msgid ""
"improve them on our <a href=\"https://discuss.freedombox.org\" target=" "improve them on our <a href=\"https://discuss.freedombox.org\" target="
"\"_blank\"> discussion forum</a>." "\"_blank\"> discussion forum</a>."
msgstr "" msgstr ""
"Dejte nám vědět, které funkce vám chybí, jaké jsou vaše oblíbené aplikace a "
"jak je můžeme vylepšit na našem <a href=\"https://discuss.freedombox.org\" "
"target=\"_blank\"> diskuzním fóru</a>."
#: plinth/modules/help/templates/help_feedback.html:41 #: plinth/modules/help/templates/help_feedback.html:41
msgid "" msgid ""
@ -1784,7 +1777,12 @@ msgstr ""
#: plinth/modules/help/templates/help_feedback.html:51 #: plinth/modules/help/templates/help_feedback.html:51
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr "Děkujeme!"
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Nápověda"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
@ -1831,10 +1829,8 @@ msgstr ""
"a> kanálu pomocí webového rozhraní k IRC." "a> kanálu pomocí webového rozhraní k IRC."
#: plinth/modules/help/templates/help_manual.html:40 #: plinth/modules/help/templates/help_manual.html:40
#, fuzzy
#| msgid "Download"
msgid "Download as PDF" msgid "Download as PDF"
msgstr "Stáhnout" msgstr "Stáhnout jako PDF"
#: plinth/modules/help/templates/help_support.html:27 #: plinth/modules/help/templates/help_support.html:27
#, python-format #, python-format
@ -2183,7 +2179,7 @@ msgstr ""
"XMPP serverem." "XMPP serverem."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "Licenční informace o JavaScriptu" msgstr "Licenční informace o JavaScriptu"
@ -2908,11 +2904,11 @@ msgstr ""
#: plinth/modules/names/components.py:27 #: plinth/modules/names/components.py:27
msgid "All" msgid "All"
msgstr "" msgstr "Vše"
#: plinth/modules/names/components.py:31 plinth/modules/names/components.py:35 #: plinth/modules/names/components.py:31 plinth/modules/names/components.py:35
msgid "All web apps" msgid "All web apps"
msgstr "" msgstr "Všechny webové aplikace"
#: plinth/modules/networks/__init__.py:36 #: plinth/modules/networks/__init__.py:36
msgid "Networks" msgid "Networks"
@ -3267,7 +3263,7 @@ msgid "Edit connection"
msgstr "Upravit připojení" msgstr "Upravit připojení"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Upravit" msgstr "Upravit"
@ -3683,10 +3679,8 @@ msgstr ""
"smluvit využití jeho {box_name}." "smluvit využití jeho {box_name}."
#: plinth/modules/pagekite/__init__.py:96 #: plinth/modules/pagekite/__init__.py:96
#, fuzzy
#| msgid "PageKite Account"
msgid "PageKite Domain" msgid "PageKite Domain"
msgstr "PageKite účet" msgstr "PageKite doména"
#: plinth/modules/pagekite/forms.py:69 #: plinth/modules/pagekite/forms.py:69
msgid "Enable PageKite" msgid "Enable PageKite"
@ -4476,7 +4470,7 @@ msgstr ""
#: plinth/modules/security/templates/security.html:42 #: plinth/modules/security/templates/security.html:42
msgid "Show security vulnerabilities" msgid "Show security vulnerabilities"
msgstr "" msgstr "Zobrazit zranitelnosti zabezpečení"
#: plinth/modules/security/templates/security.html:49 #: plinth/modules/security/templates/security.html:49
msgid "App Name" msgid "App Name"
@ -5882,40 +5876,40 @@ msgstr "Základní funkce a webové rozhraní pro %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Přepnout navigaci" msgstr "Přepnout navigaci"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Domů" msgstr "Domů"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Aplikace" msgstr "Aplikace"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "Systém" msgstr "Systém"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Změnit heslo" msgstr "Změnit heslo"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Restartovat" msgstr "Restartovat"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Vypnout" msgstr "Vypnout"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Odhlásit" msgstr "Odhlásit"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "Vyberte jazyk" msgstr "Vyberte jazyk"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Přihlásit" msgstr "Přihlásit"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2016-07-03 21:44+0000\n" "PO-Revision-Date: 2016-07-03 21:44+0000\n"
"Last-Translator: Mikkel Kirkgaard Nielsen <memb_weblate@mikini.dk>\n" "Last-Translator: Mikkel Kirkgaard Nielsen <memb_weblate@mikini.dk>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: Danish <https://hosted.weblate.org/projects/freedombox/plinth/"
@ -1353,7 +1353,7 @@ msgid "Last update"
msgstr "Seneste opdatering" msgstr "Seneste opdatering"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Om" msgstr "Om"
@ -1610,18 +1610,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Hjælp"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Start Konfiguration" msgstr "Start Konfiguration"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Konfiguration Færdig" msgstr "Konfiguration Færdig"
@ -1630,26 +1623,26 @@ msgid "Documentation"
msgstr "Dokumentation" msgstr "Dokumentation"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Brugermanual" msgstr "Brugermanual"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1813,6 +1806,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Hjælp"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2214,7 +2212,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -3337,7 +3335,7 @@ msgid "Edit connection"
msgstr "Rediger Forbindelse" msgstr "Rediger Forbindelse"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Rediger" msgstr "Rediger"
@ -5990,46 +5988,46 @@ msgstr "Plinth administrationsværktøj til %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Åbn/luk navigation" msgstr "Åbn/luk navigation"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Apps" msgstr "Apps"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "System" msgstr "System"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Ændr kodeord" msgstr "Ændr kodeord"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
#, fuzzy #, fuzzy
#| msgid "Restart Now" #| msgid "Restart Now"
msgid "Restart" msgid "Restart"
msgstr "Genstart Nu" msgstr "Genstart Nu"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
#, fuzzy #, fuzzy
#| msgid "Shut Down Now" #| msgid "Shut Down Now"
msgid "Shut down" msgid "Shut down"
msgstr "Sluk Nu" msgstr "Sluk Nu"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Log ud" msgstr "Log ud"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "Sprog" msgstr "Sprog"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Log ind" msgstr "Log ind"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-09-03 21:24+0000\n" "PO-Revision-Date: 2019-09-03 21:24+0000\n"
"Last-Translator: Swann Martinet <swann.ranskassa@laposte.net>\n" "Last-Translator: Swann Martinet <swann.ranskassa@laposte.net>\n"
"Language-Team: German <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: German <https://hosted.weblate.org/projects/freedombox/plinth/"
@ -1341,7 +1341,7 @@ msgid "Last update"
msgstr "Letztes Update" msgstr "Letztes Update"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Über" msgstr "Über"
@ -1606,18 +1606,11 @@ msgstr ""
"Möglicherweise wollen Sie die <a href=\"%(networks_url)s" "Möglicherweise wollen Sie die <a href=\"%(networks_url)s"
"\">Netzwerkeinstellungen</a> prüfen und falls nötig anpassen." "\">Netzwerkeinstellungen</a> prüfen und falls nötig anpassen."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Hilfe"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Einrichten beginnen" msgstr "Einrichten beginnen"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Installation abgeschlossen" msgstr "Installation abgeschlossen"
@ -1626,26 +1619,26 @@ msgid "Documentation"
msgstr "Dokumentation" msgstr "Dokumentation"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Handbuch" msgstr "Handbuch"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1812,6 +1805,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Hilfe"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2212,7 +2210,7 @@ msgstr ""
"genutzt." "genutzt."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "JavaScript-Lizenzinformation" msgstr "JavaScript-Lizenzinformation"
@ -3314,7 +3312,7 @@ msgid "Edit connection"
msgstr "Verbindung bearbeiten" msgstr "Verbindung bearbeiten"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Bearbeiten" msgstr "Bearbeiten"
@ -5976,40 +5974,40 @@ msgstr "Kernfunktionalität und Weboberfläche für %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Navigation ein-/ausklappen" msgstr "Navigation ein-/ausklappen"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Startseite" msgstr "Startseite"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Apps" msgstr "Apps"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "System" msgstr "System"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Passwort ändern" msgstr "Passwort ändern"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Neu starten" msgstr "Neu starten"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Herunterfahren" msgstr "Herunterfahren"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Abmelden" msgstr "Abmelden"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "Sprache wählen" msgstr "Sprache wählen"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Anmelden" msgstr "Anmelden"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1167,7 +1167,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1392,18 +1392,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1412,26 +1405,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1572,6 +1565,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1916,7 +1914,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2863,7 +2861,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5147,40 +5145,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -1166,7 +1166,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1391,18 +1391,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1411,26 +1404,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1571,6 +1564,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1915,7 +1913,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2862,7 +2860,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5146,40 +5144,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-07-12 17:01+0000\n" "PO-Revision-Date: 2019-07-12 17:01+0000\n"
"Last-Translator: Luis A. Arizmendi <luis.arizmendi@mailfence.com>\n" "Last-Translator: Luis A. Arizmendi <luis.arizmendi@mailfence.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Spanish <https://hosted.weblate.org/projects/freedombox/"
@ -1351,7 +1351,7 @@ msgid "Last update"
msgstr "Última actualización" msgstr "Última actualización"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Acerca de" msgstr "Acerca de"
@ -1611,18 +1611,11 @@ msgstr ""
"Puede que quiera comprobar la <a href=\"%(networks_url)s\">configuración de " "Puede que quiera comprobar la <a href=\"%(networks_url)s\">configuración de "
"red</a> y modificarla si es necesario." "red</a> y modificarla si es necesario."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Ayuda"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Iniciar configuración" msgstr "Iniciar configuración"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Configuración completada" msgstr "Configuración completada"
@ -1631,26 +1624,26 @@ msgid "Documentation"
msgstr "Documentación" msgstr "Documentación"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Manual" msgstr "Manual"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1812,6 +1805,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Ayuda"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2213,7 +2211,7 @@ msgstr ""
"local." "local."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "Información de licencia de JavaScript" msgstr "Información de licencia de JavaScript"
@ -3305,7 +3303,7 @@ msgid "Edit connection"
msgstr "Editar conexión" msgstr "Editar conexión"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Editar" msgstr "Editar"
@ -5943,40 +5941,40 @@ msgstr "Funcionalidad central e interfaz web para %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Cambiar modo de navegación" msgstr "Cambiar modo de navegación"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Inicio" msgstr "Inicio"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Aplicaciones" msgstr "Aplicaciones"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "Sistema" msgstr "Sistema"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Cambiar clave de acceso" msgstr "Cambiar clave de acceso"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Reiniciar" msgstr "Reiniciar"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Apagar" msgstr "Apagar"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Cerrar sesión" msgstr "Cerrar sesión"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "Seleccionar idioma" msgstr "Seleccionar idioma"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Iniciar sesión" msgstr "Iniciar sesión"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2016-08-12 15:51+0000\n" "PO-Revision-Date: 2016-08-12 15:51+0000\n"
"Last-Translator: Masoud Abkenar <ampbox@gmail.com>\n" "Last-Translator: Masoud Abkenar <ampbox@gmail.com>\n"
"Language-Team: Persian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Persian <https://hosted.weblate.org/projects/freedombox/"
@ -1320,7 +1320,7 @@ msgid "Last update"
msgstr "آخرین به‌روزرسانی" msgstr "آخرین به‌روزرسانی"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "درباره" msgstr "درباره"
@ -1564,19 +1564,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
#, fuzzy
msgid "Help"
msgstr "راهنما"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "آغاز راه‌اندازی" msgstr "آغاز راه‌اندازی"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "راه‌اندازی کامل شد" msgstr "راه‌اندازی کامل شد"
@ -1585,26 +1577,26 @@ msgid "Documentation"
msgstr "راهنما" msgstr "راهنما"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "کتاب راهنما" msgstr "کتاب راهنما"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1768,6 +1760,12 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
#, fuzzy
msgid "Help"
msgstr "راهنما"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2152,7 +2150,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -3230,7 +3228,7 @@ msgid "Edit connection"
msgstr "ویرایش اتصال" msgstr "ویرایش اتصال"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "ویرایش" msgstr "ویرایش"
@ -5618,43 +5616,43 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
#, fuzzy #, fuzzy
msgid "Apps" msgid "Apps"
msgstr "برنامه‌ها" msgstr "برنامه‌ها"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "زبان" msgstr "زبان"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Plinth 0.6\n" "Project-Id-Version: Plinth 0.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2016-01-31 22:24+0530\n" "PO-Revision-Date: 2016-01-31 22:24+0530\n"
"Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n" "Last-Translator: Sunil Mohan Adapa <sunil@medhas.org>\n"
"Language-Team: Plinth Developers <freedombox-discuss@lists.alioth.debian." "Language-Team: Plinth Developers <freedombox-discuss@lists.alioth.debian."
@ -1416,7 +1416,7 @@ msgid "Last update"
msgstr "LAST UPDATE" msgstr "LAST UPDATE"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "ABOUT" msgstr "ABOUT"
@ -1679,18 +1679,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "HELP"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "START SETUP" msgstr "START SETUP"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "SETUP COMPLETE" msgstr "SETUP COMPLETE"
@ -1699,26 +1692,26 @@ msgid "Documentation"
msgstr "DOCUMENTATION" msgstr "DOCUMENTATION"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "MANUAL" msgstr "MANUAL"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1881,6 +1874,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "HELP"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2270,7 +2268,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -3412,7 +3410,7 @@ msgid "Edit connection"
msgstr "EDIT CONNECTION" msgstr "EDIT CONNECTION"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "EDIT" msgstr "EDIT"
@ -6095,46 +6093,46 @@ msgstr "PLINTH ADMINISTRATIVE INTERFACE FOR THE %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "TOGGLE NAVIGATION" msgstr "TOGGLE NAVIGATION"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "APPS" msgstr "APPS"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "SYSTEM" msgstr "SYSTEM"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "CHANGE PASSWORD" msgstr "CHANGE PASSWORD"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
#, fuzzy #, fuzzy
#| msgid "Restart Now" #| msgid "Restart Now"
msgid "Restart" msgid "Restart"
msgstr "RESTART NOW" msgstr "RESTART NOW"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
#, fuzzy #, fuzzy
#| msgid "Shut Down Now" #| msgid "Shut Down Now"
msgid "Shut down" msgid "Shut down"
msgstr "SHUT DOWN NOW" msgstr "SHUT DOWN NOW"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "LOG OUT" msgstr "LOG OUT"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "LANGUAGE" msgstr "LANGUAGE"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "LOG IN" msgstr "LOG IN"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-09-03 21:24+0000\n" "PO-Revision-Date: 2019-09-03 21:24+0000\n"
"Last-Translator: Swann Martinet <swann.ranskassa@laposte.net>\n" "Last-Translator: Swann Martinet <swann.ranskassa@laposte.net>\n"
"Language-Team: French <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: French <https://hosted.weblate.org/projects/freedombox/plinth/"
@ -1318,7 +1318,7 @@ msgid "Last update"
msgstr "Dernière mise à jour" msgstr "Dernière mise à jour"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "À propos" msgstr "À propos"
@ -1584,18 +1584,11 @@ msgstr ""
"Vous pouvez vérifier la <a href=\"%(networks_url)s\">configuration du " "Vous pouvez vérifier la <a href=\"%(networks_url)s\">configuration du "
"réseau</a> et le modifier si nécessaire." "réseau</a> et le modifier si nécessaire."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Aide"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Démarrer la configuration" msgstr "Démarrer la configuration"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Installation Achevée" msgstr "Installation Achevée"
@ -1604,26 +1597,26 @@ msgid "Documentation"
msgstr "Documentation" msgstr "Documentation"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Manuel" msgstr "Manuel"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1790,6 +1783,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Aide"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2203,7 +2201,7 @@ msgstr ""
"XMPP tournant sur la même machine." "XMPP tournant sur la même machine."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "Information de licence JavaScript" msgstr "Information de licence JavaScript"
@ -3285,7 +3283,7 @@ msgid "Edit connection"
msgstr "Modifier Connexion" msgstr "Modifier Connexion"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Modifier" msgstr "Modifier"
@ -5951,42 +5949,42 @@ msgstr "Interface d'administration Plinth pour %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Basculer Navigation" msgstr "Basculer Navigation"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Accueil" msgstr "Accueil"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Applis" msgstr "Applis"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "Système" msgstr "Système"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Changer le mot de passe" msgstr "Changer le mot de passe"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Redémarrer" msgstr "Redémarrer"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Éteindre" msgstr "Éteindre"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Se déconnecter" msgstr "Se déconnecter"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "Langue" msgstr "Langue"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "S'identifier" msgstr "S'identifier"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-07-11 08:01+0000\n" "PO-Revision-Date: 2019-07-11 08:01+0000\n"
"Last-Translator: Miguel A. Bouzada <mbouzada@gmail.com>\n" "Last-Translator: Miguel A. Bouzada <mbouzada@gmail.com>\n"
"Language-Team: Galician <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Galician <https://hosted.weblate.org/projects/freedombox/"
@ -1171,7 +1171,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1396,18 +1396,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1416,26 +1409,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Manual" msgstr "Manual"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1576,6 +1569,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1920,7 +1918,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2867,7 +2865,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5151,40 +5149,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2018-02-05 18:37+0000\n" "PO-Revision-Date: 2018-02-05 18:37+0000\n"
"Last-Translator: drashti kaushik <drashtipandya37@gmail.com>\n" "Last-Translator: drashti kaushik <drashtipandya37@gmail.com>\n"
"Language-Team: Gujarati <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Gujarati <https://hosted.weblate.org/projects/freedombox/"
@ -1274,7 +1274,7 @@ msgid "Last update"
msgstr "છેલ્લો સુધારો" msgstr "છેલ્લો સુધારો"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "વિશે" msgstr "વિશે"
@ -1537,18 +1537,11 @@ msgstr ""
"તમે તપાસી શકો છો <a href=\"%(networks_url)s\">નેટવર્ક સેટઅપ</a> અને જો જરૂરી હોય " "તમે તપાસી શકો છો <a href=\"%(networks_url)s\">નેટવર્ક સેટઅપ</a> અને જો જરૂરી હોય "
"તો તેને સુધારો." "તો તેને સુધારો."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "મદદ"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "સેટઅપ પ્રારંભ કરો" msgstr "સેટઅપ પ્રારંભ કરો"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "સેટઅપ પૂર્ણ" msgstr "સેટઅપ પૂર્ણ"
@ -1557,26 +1550,26 @@ msgid "Documentation"
msgstr "દસ્તાવેજીકરણ" msgstr "દસ્તાવેજીકરણ"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "માર્ગદર્શિકા" msgstr "માર્ગદર્શિકા"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1717,6 +1710,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "મદદ"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2065,7 +2063,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -3030,7 +3028,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5327,42 +5325,42 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "ભાષા" msgstr "ભાષા"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2018-08-09 20:39+0000\n" "PO-Revision-Date: 2018-08-09 20:39+0000\n"
"Last-Translator: Gayathri Das <gaya3das@live.unc.edu>\n" "Last-Translator: Gayathri Das <gaya3das@live.unc.edu>\n"
"Language-Team: Hindi <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: Hindi <https://hosted.weblate.org/projects/freedombox/plinth/"
@ -1333,7 +1333,7 @@ msgid "Last update"
msgstr "अंतिम अपडेट" msgstr "अंतिम अपडेट"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "के बारे में" msgstr "के बारे में"
@ -1593,18 +1593,11 @@ msgstr ""
"आप <a href=\"%(networks_url)s\"> नेटवर्क सेटअप </a> जांचना चाह सकते है और अगर जरुरत " "आप <a href=\"%(networks_url)s\"> नेटवर्क सेटअप </a> जांचना चाह सकते है और अगर जरुरत "
"हू, इससे बदलें." "हू, इससे बदलें."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "मदद"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "सटअप शुरु करें" msgstr "सटअप शुरु करें"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "सेटअप पूरा हो गया" msgstr "सेटअप पूरा हो गया"
@ -1613,26 +1606,26 @@ msgid "Documentation"
msgstr "प्रलेखन" msgstr "प्रलेखन"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "मैन्युअल" msgstr "मैन्युअल"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1789,6 +1782,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "मदद"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2173,7 +2171,7 @@ msgstr ""
"किया जाता है." "किया जाता है."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "जावास्क्रिप्ट लाइसेंस जानकारी" msgstr "जावास्क्रिप्ट लाइसेंस जानकारी"
@ -3228,7 +3226,7 @@ msgid "Edit connection"
msgstr "कनेक्शन संपादित करें" msgstr "कनेक्शन संपादित करें"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "संपादन" msgstr "संपादन"
@ -5814,40 +5812,40 @@ msgstr "%(box_name)s के लिए कोर फंक्शनलिटी
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "टॉगल नेविगेशन" msgstr "टॉगल नेविगेशन"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "होम" msgstr "होम"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "ऐप्स" msgstr "ऐप्स"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "सिस्टम" msgstr "सिस्टम"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "पासवर्ड बदलें" msgstr "पासवर्ड बदलें"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "रीस्टार्ट" msgstr "रीस्टार्ट"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "शट डाउन" msgstr "शट डाउन"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "लॉग आउट" msgstr "लॉग आउट"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "भाषा चुनें" msgstr "भाषा चुनें"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "लॉग इन" msgstr "लॉग इन"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-08-31 09:24+0000\n" "PO-Revision-Date: 2019-08-31 09:24+0000\n"
"Last-Translator: Doma Gergő <domag02@gmail.com>\n" "Last-Translator: Doma Gergő <domag02@gmail.com>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Hungarian <https://hosted.weblate.org/projects/freedombox/"
@ -1337,7 +1337,7 @@ msgid "Last update"
msgstr "Legutolsó frissítés" msgstr "Legutolsó frissítés"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Leírás" msgstr "Leírás"
@ -1600,18 +1600,11 @@ msgstr ""
"Esetleg leellenőrizheted a <a href=\"%(networks_url)s\">hálózati beállítást</" "Esetleg leellenőrizheted a <a href=\"%(networks_url)s\">hálózati beállítást</"
"a> és módosíthatod ha szükséges." "a> és módosíthatod ha szükséges."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Súgó"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Beállítás elkezdése" msgstr "Beállítás elkezdése"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Beállítás kész" msgstr "Beállítás kész"
@ -1620,26 +1613,26 @@ msgid "Documentation"
msgstr "Dokumentáció" msgstr "Dokumentáció"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Kézikönyv" msgstr "Kézikönyv"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1806,6 +1799,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Súgó"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2208,7 +2206,7 @@ msgstr ""
"kiszolgálóval használják." "kiszolgálóval használják."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "JavaScript licencinformáció" msgstr "JavaScript licencinformáció"
@ -3309,7 +3307,7 @@ msgid "Edit connection"
msgstr "Kapcsolat szerkesztése" msgstr "Kapcsolat szerkesztése"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Szerkesztés" msgstr "Szerkesztés"
@ -5958,40 +5956,40 @@ msgstr "Alapvető funkcionalitás és webes felület %(box_name)s eszközére"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Navigációs sor ki- vagy bekapcsolása" msgstr "Navigációs sor ki- vagy bekapcsolása"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Kezdőlap" msgstr "Kezdőlap"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Alkalmazások" msgstr "Alkalmazások"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "Rendszer" msgstr "Rendszer"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Jelszómódosítás" msgstr "Jelszómódosítás"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Újraindítás" msgstr "Újraindítás"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Leállítás" msgstr "Leállítás"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Kijelentkezés" msgstr "Kijelentkezés"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "Válassz nyelvet" msgstr "Válassz nyelvet"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Bejelentkezés" msgstr "Bejelentkezés"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Indonesian (FreedomBox)\n" "Project-Id-Version: Indonesian (FreedomBox)\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2018-11-02 00:44+0000\n" "PO-Revision-Date: 2018-11-02 00:44+0000\n"
"Last-Translator: ButterflyOfFire <ButterflyOfFire@protonmail.com>\n" "Last-Translator: ButterflyOfFire <ButterflyOfFire@protonmail.com>\n"
"Language-Team: Indonesian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Indonesian <https://hosted.weblate.org/projects/freedombox/"
@ -1228,7 +1228,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Tentang" msgstr "Tentang"
@ -1461,18 +1461,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Bantuan"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Jalankan Pengaturan" msgstr "Jalankan Pengaturan"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Pengaturan Selesai" msgstr "Pengaturan Selesai"
@ -1481,26 +1474,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Panduan" msgstr "Panduan"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1643,6 +1636,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Bantuan"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2003,7 +2001,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2993,7 +2991,7 @@ msgid "Edit connection"
msgstr "Sunting Koneksi" msgstr "Sunting Koneksi"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Sunting" msgstr "Sunting"
@ -5356,46 +5354,46 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Apps" msgstr "Apps"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
#, fuzzy #, fuzzy
#| msgid "Restart Now" #| msgid "Restart Now"
msgid "Restart" msgid "Restart"
msgstr "Jalankan ulang Sekarang" msgstr "Jalankan ulang Sekarang"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
#, fuzzy #, fuzzy
#| msgid "Shut Down Now" #| msgid "Shut Down Now"
msgid "Shut down" msgid "Shut down"
msgstr "Matikan Sekarang" msgstr "Matikan Sekarang"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "Bahasa" msgstr "Bahasa"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-09-03 21:24+0000\n" "PO-Revision-Date: 2019-09-03 21:24+0000\n"
"Last-Translator: Swann Martinet <swann.ranskassa@laposte.net>\n" "Last-Translator: Swann Martinet <swann.ranskassa@laposte.net>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Italian <https://hosted.weblate.org/projects/freedombox/"
@ -1339,7 +1339,7 @@ msgid "Last update"
msgstr "Ultimo aggiornamento" msgstr "Ultimo aggiornamento"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "About" msgstr "About"
@ -1605,18 +1605,11 @@ msgstr ""
"Puoi controllare le <a href=\"%(networks_url)s\">impostazioni di rete</a> e " "Puoi controllare le <a href=\"%(networks_url)s\">impostazioni di rete</a> e "
"modificarle se necessario." "modificarle se necessario."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Aiuto"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Avvia Configurazione" msgstr "Avvia Configurazione"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Configurazione Completata" msgstr "Configurazione Completata"
@ -1625,26 +1618,26 @@ msgid "Documentation"
msgstr "Documentazione" msgstr "Documentazione"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Manuale" msgstr "Manuale"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1807,6 +1800,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Aiuto"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
@ -2198,7 +2196,7 @@ msgstr ""
"esecuzione nella rete locale." "esecuzione nella rete locale."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -3276,7 +3274,7 @@ msgid "Edit connection"
msgstr "Modifica Connessione" msgstr "Modifica Connessione"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Modifica" msgstr "Modifica"
@ -5681,40 +5679,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1168,7 +1168,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1393,18 +1393,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1413,26 +1406,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1573,6 +1566,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1917,7 +1915,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2864,7 +2862,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5148,40 +5146,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1168,7 +1168,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1393,18 +1393,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1413,26 +1406,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1573,6 +1566,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1917,7 +1915,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2864,7 +2862,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5148,40 +5146,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1169,7 +1169,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1394,18 +1394,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1414,26 +1407,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1574,6 +1567,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1918,7 +1916,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2865,7 +2863,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5149,40 +5147,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-09-06 18:24+0000\n" "PO-Revision-Date: 2019-09-06 18:24+0000\n"
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n" "Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/" "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
@ -1347,7 +1347,7 @@ msgid "Last update"
msgstr "Siste oppdatering" msgstr "Siste oppdatering"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Om" msgstr "Om"
@ -1607,18 +1607,11 @@ msgstr ""
"Du vil kanskje kontrollere <a href=\"%(networks_url)s\">network setup</a> " "Du vil kanskje kontrollere <a href=\"%(networks_url)s\">network setup</a> "
"(nettverksoppsettet) og endre det om nødvendig." "(nettverksoppsettet) og endre det om nødvendig."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Hjelp"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Gå i gang med oppsett" msgstr "Gå i gang med oppsett"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Oppsett ferdig" msgstr "Oppsett ferdig"
@ -1627,26 +1620,26 @@ msgid "Documentation"
msgstr "Dokumentasjon" msgstr "Dokumentasjon"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Manual" msgstr "Manual"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1813,6 +1806,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Hjelp"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2212,7 +2210,7 @@ msgstr ""
"som kjører lokalt." "som kjører lokalt."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "JavaScript lisensinformasjon" msgstr "JavaScript lisensinformasjon"
@ -3294,7 +3292,7 @@ msgid "Edit connection"
msgstr "Rediger tilkobling" msgstr "Rediger tilkobling"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Rediger" msgstr "Rediger"
@ -5913,40 +5911,40 @@ msgstr "Kjernefunksjonalitet og nettbrukergrensesnitt for %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Bytt (toggle) navigasjon" msgstr "Bytt (toggle) navigasjon"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Hjem" msgstr "Hjem"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Apps/Programmer" msgstr "Apps/Programmer"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "System" msgstr "System"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Endre passord" msgstr "Endre passord"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Omstart" msgstr "Omstart"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Slå av" msgstr "Slå av"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Logg ut" msgstr "Logg ut"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "Velg språk" msgstr "Velg språk"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Logg inn" msgstr "Logg inn"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-05-07 20:48+0000\n" "PO-Revision-Date: 2019-05-07 20:48+0000\n"
"Last-Translator: Karel Trachet <karel@trachet.eu>\n" "Last-Translator: Karel Trachet <karel@trachet.eu>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: Dutch <https://hosted.weblate.org/projects/freedombox/plinth/"
@ -1354,7 +1354,7 @@ msgid "Last update"
msgstr "Laatste bijwerking" msgstr "Laatste bijwerking"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Over" msgstr "Over"
@ -1620,18 +1620,11 @@ msgstr ""
"Je wilt wellicht de <a href=\"%(networks_url)s\">netwerk instellingen</a> " "Je wilt wellicht de <a href=\"%(networks_url)s\">netwerk instellingen</a> "
"controleren, en wijzigen indien noodzakelijk." "controleren, en wijzigen indien noodzakelijk."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Hulp"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Setup starten" msgstr "Setup starten"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Instelling voltooid" msgstr "Instelling voltooid"
@ -1640,26 +1633,26 @@ msgid "Documentation"
msgstr "Documentatie" msgstr "Documentatie"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Handmatig" msgstr "Handmatig"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1823,6 +1816,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Hulp"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2217,7 +2215,7 @@ msgstr ""
"server die lokaal wordt uitgevoerd." "server die lokaal wordt uitgevoerd."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "JavaScript licentie-informatie" msgstr "JavaScript licentie-informatie"
@ -3307,7 +3305,7 @@ msgid "Edit connection"
msgstr "Wijzig verbinding" msgstr "Wijzig verbinding"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Wijzig" msgstr "Wijzig"
@ -5984,40 +5982,40 @@ msgstr "Basisfunctionaliteit en webinterface voor %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Navigatie in/uitschakelen" msgstr "Navigatie in/uitschakelen"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Startpagina" msgstr "Startpagina"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Apps" msgstr "Apps"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "Systeem" msgstr "Systeem"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Wijzig wachtwoord" msgstr "Wijzig wachtwoord"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Herstarten" msgstr "Herstarten"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Uitschakelen" msgstr "Uitschakelen"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Afmelden" msgstr "Afmelden"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "Selecteer taal" msgstr "Selecteer taal"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Aanmelden" msgstr "Aanmelden"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-08-08 00:23+0000\n" "PO-Revision-Date: 2019-08-08 00:23+0000\n"
"Last-Translator: Radek Pasiok <rpasiok@gmail.com>\n" "Last-Translator: Radek Pasiok <rpasiok@gmail.com>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: Polish <https://hosted.weblate.org/projects/freedombox/plinth/"
@ -1304,7 +1304,7 @@ msgid "Last update"
msgstr "Ostatnie uaktualnienie" msgstr "Ostatnie uaktualnienie"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Informacje" msgstr "Informacje"
@ -1568,18 +1568,11 @@ msgstr ""
"Możesz również sprawdzić <a href=\"%(networks_url)s\">ustawienia sieci</a> i " "Możesz również sprawdzić <a href=\"%(networks_url)s\">ustawienia sieci</a> i "
"zmodyfikować je, jeśli to potrzebne." "zmodyfikować je, jeśli to potrzebne."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Pomoc"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Rozpocznij" msgstr "Rozpocznij"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Instalacja zakończona" msgstr "Instalacja zakończona"
@ -1588,26 +1581,26 @@ msgid "Documentation"
msgstr "Dokumentacja" msgstr "Dokumentacja"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Instrukcja" msgstr "Instrukcja"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1759,6 +1752,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Pomoc"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2122,7 +2120,7 @@ msgstr ""
"XMPP uruchomionym lokalnie." "XMPP uruchomionym lokalnie."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "Informacje o licencji JavaScript" msgstr "Informacje o licencji JavaScript"
@ -3094,7 +3092,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5454,42 +5452,42 @@ msgstr "Interfejs administracyjny Plinth dla %(box_name)s"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Przełącz nawigację" msgstr "Przełącz nawigację"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Dom" msgstr "Dom"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Aplikacje" msgstr "Aplikacje"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Zmień hasło" msgstr "Zmień hasło"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Uruchom ponownie" msgstr "Uruchom ponownie"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Wyłącz" msgstr "Wyłącz"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Wyloguj się" msgstr "Wyloguj się"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "Język" msgstr "Język"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Zaloguj się" msgstr "Zaloguj się"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-06-22 06:01+0000\n" "PO-Revision-Date: 2019-06-22 06:01+0000\n"
"Last-Translator: adaragao <adaragao@gmail.com>\n" "Last-Translator: adaragao <adaragao@gmail.com>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Portuguese <https://hosted.weblate.org/projects/freedombox/"
@ -1290,7 +1290,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1517,18 +1517,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1537,26 +1530,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1697,6 +1690,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2053,7 +2051,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -3038,7 +3036,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5351,42 +5349,42 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "Língua" msgstr "Língua"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-07-22 17:06+0000\n" "PO-Revision-Date: 2019-07-22 17:06+0000\n"
"Last-Translator: Igor <f2404@yandex.ru>\n" "Last-Translator: Igor <f2404@yandex.ru>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Russian <https://hosted.weblate.org/projects/freedombox/"
@ -1341,7 +1341,7 @@ msgid "Last update"
msgstr "Последнее обновление" msgstr "Последнее обновление"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "О службе" msgstr "О службе"
@ -1606,18 +1606,11 @@ msgstr ""
"Вы можете проверить <a href=\"%(networks_url)s\">настройки сети</a>и " "Вы можете проверить <a href=\"%(networks_url)s\">настройки сети</a>и "
"изменить их, если необходимо." "изменить их, если необходимо."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Справка"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Запуск программы установки" msgstr "Запуск программы установки"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Установка Завершена" msgstr "Установка Завершена"
@ -1626,26 +1619,26 @@ msgid "Documentation"
msgstr "Документация" msgstr "Документация"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Руководство" msgstr "Руководство"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1806,6 +1799,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Справка"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2196,7 +2194,7 @@ msgstr ""
"работающим локально." "работающим локально."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "Информация о лицензии JavaScript" msgstr "Информация о лицензии JavaScript"
@ -3285,7 +3283,7 @@ msgid "Edit connection"
msgstr "Редактирование подключения" msgstr "Редактирование подключения"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Редактировать" msgstr "Редактировать"
@ -5905,40 +5903,40 @@ msgstr "Базовая функциональность и веб-интерфе
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Отображение навигации" msgstr "Отображение навигации"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Домой" msgstr "Домой"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Приложения" msgstr "Приложения"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "Система" msgstr "Система"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Смена пароля" msgstr "Смена пароля"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Перезапустить" msgstr "Перезапустить"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Завершить работу" msgstr "Завершить работу"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Выход" msgstr "Выход"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "Выберите язык" msgstr "Выберите язык"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Войти" msgstr "Войти"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-05-07 20:48+0000\n" "PO-Revision-Date: 2019-05-07 20:48+0000\n"
"Last-Translator: Erik Ušaj <erikusaj@hotmail.com>\n" "Last-Translator: Erik Ušaj <erikusaj@hotmail.com>\n"
"Language-Team: Slovenian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Slovenian <https://hosted.weblate.org/projects/freedombox/"
@ -1268,7 +1268,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1493,18 +1493,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1513,26 +1506,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1673,6 +1666,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2017,7 +2015,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2964,7 +2962,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5250,40 +5248,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2016-07-23 19:30+0000\n" "PO-Revision-Date: 2016-07-23 19:30+0000\n"
"Last-Translator: Caly <caly@aktivix.org>\n" "Last-Translator: Caly <caly@aktivix.org>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Swedish <https://hosted.weblate.org/projects/freedombox/"
@ -1388,7 +1388,7 @@ msgid "Last update"
msgstr "Senaste uppdatering" msgstr "Senaste uppdatering"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Om" msgstr "Om"
@ -1637,18 +1637,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Hjälp"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Starta installationsprogrammet" msgstr "Starta installationsprogrammet"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Installationen Klar" msgstr "Installationen Klar"
@ -1657,27 +1650,27 @@ msgid "Documentation"
msgstr "Dokumentation" msgstr "Dokumentation"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
#, fuzzy #, fuzzy
msgid "Manual" msgid "Manual"
msgstr "Manual" msgstr "Manual"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1839,6 +1832,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Hjälp"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2219,7 +2217,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -3338,7 +3336,7 @@ msgid "Edit connection"
msgstr "Redigera anslutning" msgstr "Redigera anslutning"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Redigera" msgstr "Redigera"
@ -5707,42 +5705,42 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Appar" msgstr "Appar"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "Språkval" msgstr "Språkval"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1168,7 +1168,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1393,18 +1393,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1413,26 +1406,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1573,6 +1566,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1917,7 +1915,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2864,7 +2862,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5148,40 +5146,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: FreedomBox UI\n" "Project-Id-Version: FreedomBox UI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-07-22 17:06+0000\n" "PO-Revision-Date: 2019-07-22 17:06+0000\n"
"Last-Translator: Joseph Nuthalapati <joseph.kiran92@gmail.com>\n" "Last-Translator: Joseph Nuthalapati <joseph.kiran92@gmail.com>\n"
"Language-Team: Telugu <https://hosted.weblate.org/projects/freedombox/plinth/" "Language-Team: Telugu <https://hosted.weblate.org/projects/freedombox/plinth/"
@ -1324,7 +1324,7 @@ msgid "Last update"
msgstr "చివరి నవీకరణ" msgstr "చివరి నవీకరణ"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "గురించి" msgstr "గురించి"
@ -1578,18 +1578,11 @@ msgid ""
msgstr "" msgstr ""
"మీరు <a href=\"%(networks_url)s\">నెట్వర్క్ సెటప్</a> తనిఖీ చేసి, అవసరమైతే దాన్ని సవరించవచ్చు." "మీరు <a href=\"%(networks_url)s\">నెట్వర్క్ సెటప్</a> తనిఖీ చేసి, అవసరమైతే దాన్ని సవరించవచ్చు."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "సహాయం"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "అమరికను ప్రారంభించు" msgstr "అమరికను ప్రారంభించు"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "అమరక పూర్తయ్యింది" msgstr "అమరక పూర్తయ్యింది"
@ -1598,26 +1591,26 @@ msgid "Documentation"
msgstr "పత్రావళి" msgstr "పత్రావళి"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "కరదీపిక" msgstr "కరదీపిక"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1773,6 +1766,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "సహాయం"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2167,7 +2165,7 @@ msgstr ""
"JSXC XMPP కోసం ఒక వెబ్ కక్షిదారి. సాధారణంగా ఇది ఒక XMPP సర్వర్ స్థానికంగా అమలు చేయటానికి ఉపయోగిస్తారు." "JSXC XMPP కోసం ఒక వెబ్ కక్షిదారి. సాధారణంగా ఇది ఒక XMPP సర్వర్ స్థానికంగా అమలు చేయటానికి ఉపయోగిస్తారు."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "జావాస్క్రిప్ట్ లైసెన్స్ సమాచరం" msgstr "జావాస్క్రిప్ట్ లైసెన్స్ సమాచరం"
@ -3277,7 +3275,7 @@ msgid "Edit connection"
msgstr "అనుసంధానాన్ని సవరించు" msgstr "అనుసంధానాన్ని సవరించు"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "సవరించు" msgstr "సవరించు"
@ -5849,44 +5847,44 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "ముంగిలి" msgstr "ముంగిలి"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "అనువర్తనాలు" msgstr "అనువర్తనాలు"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "వ్యవస్థ" msgstr "వ్యవస్థ"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "సంకేతపదాన్ని మార్చు" msgstr "సంకేతపదాన్ని మార్చు"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "పునఃప్రారంభించండి" msgstr "పునఃప్రారంభించండి"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
#, fuzzy #, fuzzy
#| msgid "Shut Down Now" #| msgid "Shut Down Now"
msgid "Shut down" msgid "Shut down"
msgstr "ఇపుడు మూసివేయండి" msgstr "ఇపుడు మూసివేయండి"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "నిష్క్రమించు" msgstr "నిష్క్రమించు"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "భాష" msgstr "భాష"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "లోనికి ప్రవేశించండి" msgstr "లోనికి ప్రవేశించండి"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-08-08 00:22+0000\n" "PO-Revision-Date: 2019-08-08 00:22+0000\n"
"Last-Translator: Mesut Akcan <makcan@gmail.com>\n" "Last-Translator: Mesut Akcan <makcan@gmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Turkish <https://hosted.weblate.org/projects/freedombox/"
@ -1310,7 +1310,7 @@ msgid "Last update"
msgstr "Son güncelleme" msgstr "Son güncelleme"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "Hakkında" msgstr "Hakkında"
@ -1580,18 +1580,11 @@ msgstr ""
"<a href=\"%(networks_url)s\">Şebeke kurulumunu</a> kontrol edip gerekirse " "<a href=\"%(networks_url)s\">Şebeke kurulumunu</a> kontrol edip gerekirse "
"değiştirmek isteyebilirsiniz." "değiştirmek isteyebilirsiniz."
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "Yardım"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "Kuruluma Başla" msgstr "Kuruluma Başla"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "Yapılandırma Tamamlandı" msgstr "Yapılandırma Tamamlandı"
@ -1600,26 +1593,26 @@ msgid "Documentation"
msgstr "Belgelendirme" msgstr "Belgelendirme"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "Kullanım Kılavuzu" msgstr "Kullanım Kılavuzu"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1784,6 +1777,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "Yardım"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2189,7 +2187,7 @@ msgstr ""
"XMPP sunucusuyla kullanılır." "XMPP sunucusuyla kullanılır."
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "JavaScript lisans bilgileri" msgstr "JavaScript lisans bilgileri"
@ -3293,7 +3291,7 @@ msgid "Edit connection"
msgstr "Bağlantıyı Düzenle" msgstr "Bağlantıyı Düzenle"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "Düzenle" msgstr "Düzenle"
@ -6006,42 +6004,42 @@ msgstr "%(box_name)s için Plinth yönetim arayüzü"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "Tarama Geçişi" msgstr "Tarama Geçişi"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "Ev" msgstr "Ev"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "Uygulamalar" msgstr "Uygulamalar"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "Sistem" msgstr "Sistem"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "Parolayı değiştir" msgstr "Parolayı değiştir"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "Tekrar Başlat" msgstr "Tekrar Başlat"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "Kapat" msgstr "Kapat"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "Çıkış yap" msgstr "Çıkış yap"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "Lisan" msgstr "Lisan"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "Giriş yap" msgstr "Giriş yap"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-01-04 17:06+0000\n" "PO-Revision-Date: 2019-01-04 17:06+0000\n"
"Last-Translator: prolinux ukraine <prolinux@ukr.net>\n" "Last-Translator: prolinux ukraine <prolinux@ukr.net>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/freedombox/" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/freedombox/"
@ -1222,7 +1222,7 @@ msgid "Last update"
msgstr "" msgstr ""
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -1447,18 +1447,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr ""
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "" msgstr ""
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "" msgstr ""
@ -1467,26 +1460,26 @@ msgid "Documentation"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1627,6 +1620,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr ""
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -1973,7 +1971,7 @@ msgid ""
msgstr "" msgstr ""
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -2920,7 +2918,7 @@ msgid "Edit connection"
msgstr "" msgstr ""
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -5206,40 +5204,40 @@ msgstr ""
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "" msgstr ""
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "" msgstr ""
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
msgid "Restart" msgid "Restart"
msgstr "" msgstr ""
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
msgid "Shut down" msgid "Shut down"
msgstr "" msgstr ""
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
msgid "Select language" msgid "Select language"
msgstr "" msgstr ""
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Plinth\n" "Project-Id-Version: Plinth\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-09 17:49-0400\n" "POT-Creation-Date: 2019-09-23 17:50-0400\n"
"PO-Revision-Date: 2019-08-11 14:23+0000\n" "PO-Revision-Date: 2019-09-13 05:23+0000\n"
"Last-Translator: ZeroAurora <zeroaurora@qq.com>\n" "Last-Translator: Anxin YI <2732146152@qq.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"freedombox/plinth/zh_Hans/>\n" "freedombox/plinth/zh_Hans/>\n"
"Language: zh_Hans\n" "Language: zh_Hans\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.8-dev\n" "X-Generator: Weblate 3.9-dev\n"
#: plinth/action_utils.py:298 #: plinth/action_utils.py:298
#, python-brace-format #, python-brace-format
@ -125,7 +125,7 @@ msgstr ""
#: plinth/modules/avahi/__init__.py:77 #: plinth/modules/avahi/__init__.py:77
msgid "Local Network Domain" msgid "Local Network Domain"
msgstr "" msgstr "本地网络领域"
#: plinth/modules/backups/__init__.py:40 #: plinth/modules/backups/__init__.py:40
msgid "Backups" msgid "Backups"
@ -493,7 +493,7 @@ msgstr "从已上传的文件中恢复"
#: plinth/modules/backups/views.py:255 #: plinth/modules/backups/views.py:255
msgid "No additional disks available to add a repository." msgid "No additional disks available to add a repository."
msgstr "" msgstr "没有可增加到信息库的额外可用磁盘。"
#: plinth/modules/backups/views.py:263 #: plinth/modules/backups/views.py:263
#, fuzzy #, fuzzy
@ -1260,7 +1260,7 @@ msgid "Last update"
msgstr "最后一次更新" msgstr "最后一次更新"
#: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70 #: plinth/modules/dynamicdns/views.py:41 plinth/modules/help/help.py:70
#: plinth/templates/base.html:183 plinth/templates/base.html:184 #: plinth/templates/help-menu.html:61 plinth/templates/help-menu.html:62
msgid "About" msgid "About"
msgstr "关于" msgstr "关于"
@ -1511,18 +1511,11 @@ msgid ""
"modify it if necessary." "modify it if necessary."
msgstr "" msgstr ""
#: plinth/modules/first_boot/templates/firstboot_navbar.html:23
#: plinth/modules/first_boot/templates/firstboot_navbar.html:26
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/base.html:145 plinth/templates/base.html:150
msgid "Help"
msgstr "帮助"
#: plinth/modules/first_boot/templates/firstboot_welcome.html:52 #: plinth/modules/first_boot/templates/firstboot_welcome.html:52
msgid "Start Setup" msgid "Start Setup"
msgstr "启动安装程序" msgstr "启动安装程序"
#: plinth/modules/first_boot/views.py:66 #: plinth/modules/first_boot/views.py:64
msgid "Setup Complete" msgid "Setup Complete"
msgstr "安装完成" msgstr "安装完成"
@ -1531,26 +1524,26 @@ msgid "Documentation"
msgstr "文档" msgstr "文档"
#: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68 #: plinth/modules/help/help.py:51 plinth/modules/networks/forms.py:68
#: plinth/modules/networks/forms.py:108 plinth/templates/base.html:157 #: plinth/modules/networks/forms.py:108 plinth/templates/help-menu.html:35
#: plinth/templates/base.html:158 plinth/templates/index.html:135 #: plinth/templates/help-menu.html:36 plinth/templates/index.html:135
msgid "Manual" msgid "Manual"
msgstr "手册" msgstr "手册"
#: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104 #: plinth/modules/help/help.py:56 plinth/modules/help/help.py:104
#: plinth/modules/help/templates/help_support.html:24 #: plinth/modules/help/templates/help_support.html:24
#: plinth/templates/base.html:164 plinth/templates/base.html:165 #: plinth/templates/help-menu.html:42 plinth/templates/help-menu.html:43
msgid "Get Support" msgid "Get Support"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98 #: plinth/modules/help/help.py:61 plinth/modules/help/help.py:98
#: plinth/modules/help/templates/help_feedback.html:24 #: plinth/modules/help/templates/help_feedback.html:24
#: plinth/templates/base.html:170 plinth/templates/base.html:171 #: plinth/templates/help-menu.html:48 plinth/templates/help-menu.html:49
msgid "Submit Feedback" msgid "Submit Feedback"
msgstr "" msgstr ""
#: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92 #: plinth/modules/help/help.py:66 plinth/modules/help/help.py:92
#: plinth/modules/help/templates/help_contribute.html:24 #: plinth/modules/help/templates/help_contribute.html:24
#: plinth/templates/base.html:176 plinth/templates/base.html:177 #: plinth/templates/help-menu.html:54 plinth/templates/help-menu.html:55
msgid "Contribute" msgid "Contribute"
msgstr "" msgstr ""
@ -1709,6 +1702,11 @@ msgstr ""
msgid "Thank you!" msgid "Thank you!"
msgstr "" msgstr ""
#: plinth/modules/help/templates/help_index.html:27
#: plinth/templates/help-menu.html:23 plinth/templates/help-menu.html:28
msgid "Help"
msgstr "帮助"
#: plinth/modules/help/templates/help_index.html:31 #: plinth/modules/help/templates/help_index.html:31
#, python-format #, python-format
msgid "" msgid ""
@ -2118,7 +2116,7 @@ msgid ""
msgstr "JSXC 是一个 XMPP 网页客户端,主要用于连接本地 XMPP 服务器的连接。" msgstr "JSXC 是一个 XMPP 网页客户端,主要用于连接本地 XMPP 服务器的连接。"
#: plinth/modules/jsxc/templates/jsxc_launch.html:140 #: plinth/modules/jsxc/templates/jsxc_launch.html:140
#: plinth/templates/base.html:291 #: plinth/templates/base.html:249
msgid "JavaScript license information" msgid "JavaScript license information"
msgstr "" msgstr ""
@ -3189,7 +3187,7 @@ msgid "Edit connection"
msgstr "编辑连接" msgstr "编辑连接"
#: plinth/modules/networks/templates/connection_show.html:43 #: plinth/modules/networks/templates/connection_show.html:43
#: plinth/templates/base.html:200 plinth/templates/base.html:201 #: plinth/templates/base.html:158 plinth/templates/base.html:159
msgid "Edit" msgid "Edit"
msgstr "編輯" msgstr "編輯"
@ -5785,46 +5783,46 @@ msgstr "Plinth %(box_name)s 管理界面"
msgid "Toggle navigation" msgid "Toggle navigation"
msgstr "切换导航" msgstr "切换导航"
#: plinth/templates/base.html:114 plinth/templates/base.html:117 #: plinth/templates/base.html:115 plinth/templates/base.html:118
msgid "Home" msgid "Home"
msgstr "主页" msgstr "主页"
#: plinth/templates/base.html:122 plinth/templates/base.html:126 #: plinth/templates/base.html:123 plinth/templates/base.html:127
msgid "Apps" msgid "Apps"
msgstr "应用程序" msgstr "应用程序"
#: plinth/templates/base.html:131 plinth/templates/base.html:135 #: plinth/templates/base.html:132 plinth/templates/base.html:136
msgid "System" msgid "System"
msgstr "系统" msgstr "系统"
#: plinth/templates/base.html:206 plinth/templates/base.html:207 #: plinth/templates/base.html:164 plinth/templates/base.html:165
msgid "Change password" msgid "Change password"
msgstr "更改密码" msgstr "更改密码"
#: plinth/templates/base.html:214 plinth/templates/base.html:215 #: plinth/templates/base.html:172 plinth/templates/base.html:173
#, fuzzy #, fuzzy
#| msgid "Restart Now" #| msgid "Restart Now"
msgid "Restart" msgid "Restart"
msgstr "现在重新启动" msgstr "现在重新启动"
#: plinth/templates/base.html:220 plinth/templates/base.html:221 #: plinth/templates/base.html:178 plinth/templates/base.html:179
#, fuzzy #, fuzzy
#| msgid "Shut Down Now" #| msgid "Shut Down Now"
msgid "Shut down" msgid "Shut down"
msgstr "现在关闭" msgstr "现在关闭"
#: plinth/templates/base.html:228 plinth/templates/base.html:229 #: plinth/templates/base.html:186 plinth/templates/base.html:187
#: plinth/templates/base.html:253 plinth/templates/base.html:255 #: plinth/templates/base.html:211 plinth/templates/base.html:213
msgid "Log out" msgid "Log out"
msgstr "登出" msgstr "登出"
#: plinth/templates/base.html:237 plinth/templates/base.html:240 #: plinth/templates/base.html:195 plinth/templates/base.html:198
#, fuzzy #, fuzzy
#| msgid "Language" #| msgid "Language"
msgid "Select language" msgid "Select language"
msgstr "语言" msgstr "语言"
#: plinth/templates/base.html:245 plinth/templates/base.html:247 #: plinth/templates/base.html:203 plinth/templates/base.html:205
msgid "Log in" msgid "Log in"
msgstr "登录" msgstr "登录"

View File

@ -28,8 +28,11 @@
</style> </style>
{% endblock %} {% endblock %}
{% block mainmenu_right %} {% block mainmenu_left_collapse %}
{% if firstboot_complete %} {% endblock %}
{% include "firstboot_navbar.html" %}
{% endif %} {% block mainmenu_right %}
{% if user.is_authenticated %}
{% include "firstboot_navbar.html" %}
{% endif %}
{% endblock %} {% endblock %}

View File

@ -17,13 +17,4 @@
# #
{% endcomment %} {% endcomment %}
{% load i18n %} {% include "help-menu.html" %}
<li>
<a href="{% url 'help:index' %}" title="{% trans "Help" %}">
<span class="fa fa-question-circle nav-icon"></span>
<span class="nav-text hidden-sm hidden-md hidden-lg">
{% trans "Help" %}
</span>
</a>
</li>

View File

@ -21,7 +21,6 @@ from django.utils.translation import ugettext as _
from django.views.generic import TemplateView from django.views.generic import TemplateView
from django.views.generic.edit import FormView from django.views.generic.edit import FormView
from plinth import network
from plinth.modules import first_boot from plinth.modules import first_boot
from .forms import FirstbootWizardSecretForm from .forms import FirstbootWizardSecretForm
@ -62,7 +61,6 @@ class CompleteView(TemplateView):
def get_context_data(self, **kwargs): def get_context_data(self, **kwargs):
"""Add network connections to context list.""" """Add network connections to context list."""
context = super().get_context_data(**kwargs) context = super().get_context_data(**kwargs)
context['connections'] = network.get_connection_list()
context['title'] = _('Setup Complete') context['title'] = _('Setup Complete')
context['firstboot_complete'] = True context['firstboot_complete'] = True
return context return context

View File

@ -163,9 +163,8 @@ def on_domain_added(sender, domain_type='', name='', description='',
return False return False
try: try:
# Obtaining certs during tests or empty names isn't expected to succeed if name:
if sender != 'test' and name: logger.info('Obtaining certificate for %s', name)
logger.info('Obtaining a Let\'s Encrypt certificate for %s', name)
certificate_obtain(name) certificate_obtain(name)
return True return True
except ActionError: except ActionError:
@ -178,15 +177,13 @@ def on_domain_removed(sender, domain_type, name='', **kwargs):
return False return False
try: try:
# Revoking certs during tests or empty names isn't expected to succeed if name:
if sender != 'test' and name: logger.info('Revoking certificate for %s', name)
logger.info("Revoking the Let\'s Encrypt certificate for " + name)
certificate_revoke(name) certificate_revoke(name)
return True return True
except ActionError as exception: except ActionError as exception:
logger.warning( logger.warning('Failed to revoke certificate for %s: %s', name,
('Failed to revoke certificate for domain {domain}: {error}' exception.args[2])
).format(domain=name, error=exception.args[2]))
return False return False

View File

@ -18,21 +18,72 @@
Tests for letsencrypt module. Tests for letsencrypt module.
""" """
from unittest.mock import call, patch
import pytest import pytest
from plinth.modules.names.components import DomainType
from .. import on_domain_added, on_domain_removed from .. import on_domain_added, on_domain_removed
pytestmark = pytest.mark.usefixtures('needs_root', 'needs_sudo')
@pytest.fixture(name='domain_types')
def fixture_domain_types():
"""Create a domain types required for tests."""
DomainType('domain-type-tor', 'Tor Hidden Service', 'tor:index',
can_have_certificate=False)
DomainType('domain-type-test', 'Test Domain Type', 'test:index')
@pytest.mark.usefixtures('domain_types')
def test_add_onion_domain(): def test_add_onion_domain():
"""Test that .onion domains are ignored when added/removed."""
assert not on_domain_added('test', 'domain-type-tor', 'ddddd.onion') assert not on_domain_added('test', 'domain-type-tor', 'ddddd.onion')
assert not on_domain_removed('test', 'domain-type-tor', 'ddddd.onion')
@patch('plinth.modules.letsencrypt.get_status')
@patch('plinth.modules.letsencrypt.certificate_obtain')
@pytest.mark.usefixtures('load_cfg') @pytest.mark.usefixtures('load_cfg')
def test_add_valid_domain(): @pytest.mark.parametrize('domain,status_input,obtain,result', [
assert on_domain_added('test', 'domainname', 'subdomain.domain.tld') ('domain1.tld', {
'certificate_available': True,
'validity': 'not-valid'
}, True, True),
('domain2.tld', {
'certificate_available': False,
'validity': 'valid'
}, True, True),
('domain3.tld', {
'certificate_available': True,
'validity': 'valid'
}, False, False),
('', {
'certificate_available': False,
'validity': 'valid'
}, False, True),
])
def test_add_valid_domain(certificate_obtain, get_status, domain, status_input,
obtain, result):
"""Test adding a domain that can have certificates."""
get_status.return_value = {'domains': {domain: status_input}}
assert result == on_domain_added('test', 'domain-type-test', domain)
if obtain:
certificate_obtain.assert_has_calls([call(domain)])
else:
certificate_obtain.assert_not_called()
def test_remove_domain(): @patch('plinth.modules.letsencrypt.certificate_revoke')
assert on_domain_removed('test', '', 'somedomain.tld') @pytest.mark.usefixtures('load_cfg')
@pytest.mark.parametrize('domain,revoke,result', [
('domain1.tld', True, True),
('', False, True),
])
def test_remove_domain(certificate_revoke, domain, revoke, result):
"""Test removing a domain that can certificates."""
assert result == on_domain_removed('test', 'domain-type-test', domain)
if revoke:
certificate_revoke.assert_has_calls([call(domain)])
else:
certificate_revoke.assert_not_called()

View File

@ -18,6 +18,8 @@
Tests for Tor module. Tests for Tor module.
""" """
from unittest.mock import patch
import pytest import pytest
from django.core.exceptions import ValidationError from django.core.exceptions import ValidationError
@ -36,8 +38,9 @@ class TestTor:
utils.is_apt_transport_tor_enabled() utils.is_apt_transport_tor_enabled()
@staticmethod @staticmethod
@patch('plinth.modules.tor.app')
@pytest.mark.usefixtures('needs_root', 'load_cfg') @pytest.mark.usefixtures('needs_root', 'load_cfg')
def test_get_status(): def test_get_status(_app):
"""Test that get_status does not raise any unhandled exceptions. """Test that get_status does not raise any unhandled exceptions.
This should work regardless of whether tor is installed, or This should work regardless of whether tor is installed, or

View File

@ -108,84 +108,42 @@
</div> </div>
<div class="collapse navbar-collapse"> <div class="collapse navbar-collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
{% if user.is_authenticated and user_is_admin %} {% block mainmenu_left_collapse %}
<li> {% if user.is_authenticated and user_is_admin %}
{% url 'index' as index_url %} <li>
<a href="{{ index_url }}" title='{% trans "Home" %}' {% url 'index' as index_url %}
class="{% if not submenu.url %} <a href="{{ index_url }}" title='{% trans "Home" %}'
menu_link_active {% else %} menu_link {% endif %}"> class="{% if not submenu.url %}
{% trans "Home" %} menu_link_active {% else %} menu_link {% endif %}">
</a> {% trans "Home" %}
</li> </a>
<li> </li>
{% url 'apps' as apps_url %} <li>
<a href="{{ apps_url }}" title='{% trans "Apps" %}' {% url 'apps' as apps_url %}
class="{% if apps_url == submenu.url %} <a href="{{ apps_url }}" title='{% trans "Apps" %}'
menu_link_active {% else %} menu_link {% endif %}"> class="{% if apps_url == submenu.url %}
<span class="fa fa-th"></span> menu_link_active {% else %} menu_link {% endif %}">
{% trans "Apps" %} <span class="fa fa-th"></span>
</a> {% trans "Apps" %}
</li> </a>
<li> </li>
{% url 'system' as system_url %} <li>
<a href="{{ system_url }}" title='{% trans "System" %}' {% url 'system' as system_url %}
class="{% if system_url == submenu.url %} <a href="{{ system_url }}" title='{% trans "System" %}'
menu_link_active {% else %} menu_link {% endif %}"> class="{% if system_url == submenu.url %}
<span class="fa fa-cog nav-icon"></span> menu_link_active {% else %} menu_link {% endif %}">
{% trans "System" %} <span class="fa fa-cog nav-icon"></span>
</a> {% trans "System" %}
</li> </a>
{% endif %} </li>
{% endif %}
{% endblock %}
</ul> </ul>
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
{% block mainmenu_right %} {% block mainmenu_right %}
{% if user.is_authenticated %} {% if user.is_authenticated %}
<li class="dropdown"> {% include "help-menu.html" %}
<a href="{% url 'help:index' %}" title="{% trans "Help" %}"
class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false" aria-expanded="false">
<span class="fa fa-question-circle nav-icon"></span>
<span class="nav-text hidden-sm hidden-md hidden-lg">
{% trans "Help" %}
</span>
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="{% url 'help:manual' %}"
title="{% trans "Manual"%}">
{% trans "Manual" %}
</a>
</li>
<li role="separator" class="divider hidden-xs"></li>
<li>
<a href="{% url 'help:support' %}"
title="{% trans "Get Support" %}">
{% trans "Get Support" %}
</a>
</li>
<li>
<a href="{% url 'help:feedback' %}"
title="{% trans "Submit Feedback" %}">
{% trans "Submit Feedback" %}
</a>
</li>
<li>
<a href="{% url 'help:contribute' %}"
title="{% trans "Contribute" %}">
{% trans "Contribute" %}
</a>
</li>
<li role="separator" class="divider hidden-xs"></li>
<li>
<a href="{% url 'help:about' %}"
title="{% trans "About" %}">
{% trans "About" %}
</a>
</li>
</ul>
</li>
<li class="dropdown"> <li class="dropdown">
<a href="{% url 'users:edit' request.user.username %}" <a href="{% url 'users:edit' request.user.username %}"
class="dropdown-toggle" data-toggle="dropdown" class="dropdown-toggle" data-toggle="dropdown"

View File

@ -0,0 +1,66 @@
{% comment %}
#
# This file is part of FreedomBox.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
{% endcomment %}
{% load i18n %}
<li class="dropdown">
<a href="{% url 'help:index' %}" title="{% trans "Help" %}"
class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false" aria-expanded="false">
<span class="fa fa-question-circle nav-icon"></span>
<span class="nav-text hidden-sm hidden-md hidden-lg">
{% trans "Help" %}
</span>
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="{% url 'help:manual' %}"
title="{% trans "Manual"%}">
{% trans "Manual" %}
</a>
</li>
<li role="separator" class="divider hidden-xs"></li>
<li>
<a href="{% url 'help:support' %}"
title="{% trans "Get Support" %}">
{% trans "Get Support" %}
</a>
</li>
<li>
<a href="{% url 'help:feedback' %}"
title="{% trans "Submit Feedback" %}">
{% trans "Submit Feedback" %}
</a>
</li>
<li>
<a href="{% url 'help:contribute' %}"
title="{% trans "Contribute" %}">
{% trans "Contribute" %}
</a>
</li>
<li role="separator" class="divider hidden-xs"></li>
<li>
<a href="{% url 'help:about' %}"
title="{% trans "About" %}">
{% trans "About" %}
</a>
</li>
</ul>
</li>