diff --git a/plinth/locale/ar_SA/LC_MESSAGES/django.po b/plinth/locale/ar_SA/LC_MESSAGES/django.po index 3fe0a0407..17e4cfba7 100644 --- a/plinth/locale/ar_SA/LC_MESSAGES/django.po +++ b/plinth/locale/ar_SA/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2020-06-10 15:41+0000\n" "Last-Translator: aiman an \n" "Language-Team: Arabic (Saudi Arabia) Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Web Server" +msgid "Email Server" +msgstr "خادم ويب" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +msgid "Service Alert" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3130,10 +3375,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3801,11 +4042,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4862,11 +5098,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5132,8 +5363,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5161,30 +5392,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5938,10 +6165,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6118,7 +6341,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6190,13 +6413,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6944,6 +7160,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7080,10 +7347,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/bg/LC_MESSAGES/django.po b/plinth/locale/bg/LC_MESSAGES/django.po index 9842d5832..0cbad0666 100644 --- a/plinth/locale/bg/LC_MESSAGES/django.po +++ b/plinth/locale/bg/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Bulgarian Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Web Server" +msgid "Email Server" +msgstr "Уеб Сървър" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +msgid "Service Alert" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3137,10 +3382,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3808,11 +4049,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4869,11 +5105,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5143,8 +5374,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5172,30 +5403,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5949,10 +6176,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6129,7 +6352,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6201,13 +6424,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6961,6 +7177,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7097,10 +7364,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/bn/LC_MESSAGES/django.po b/plinth/locale/bn/LC_MESSAGES/django.po index 6c6fe7a97..d743126b8 100644 --- a/plinth/locale/bn/LC_MESSAGES/django.po +++ b/plinth/locale/bn/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-06-16 07:33+0000\n" "Last-Translator: Oymate \n" "Language-Team: Bengali Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +msgid "Email Server" +msgstr "" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "Certificates" +msgid "Has a TLS certificate" +msgstr "অনুমতিপত্র" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "ডোমেন" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "নিষ্ক্রিয়" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "Enabled" +msgid "Enable selected" +msgstr "সক্রিয়" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service/Port" +msgid "Service Alert" +msgstr "সেবা/পোর্ট" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificates" +msgid "Certificate path" +msgstr "অনুমতিপত্র" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "ডোমেন" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enabled" +msgid "Enabled aliases" +msgstr "সক্রিয়" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "নিষ্ক্রিয়" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3128,10 +3387,6 @@ msgstr "বাতিল" msgid "Service" msgstr "সেবা" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "ডোমেন" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3799,11 +4054,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4860,11 +5110,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5132,8 +5377,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5161,30 +5406,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5938,10 +6179,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6118,7 +6355,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6190,13 +6427,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6944,6 +7174,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7080,10 +7361,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/cs/LC_MESSAGES/django.po b/plinth/locale/cs/LC_MESSAGES/django.po index 5ad9d8b96..1ac5b4adc 100644 --- a/plinth/locale/cs/LC_MESSAGES/django.po +++ b/plinth/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-25 11:32+0000\n" "Last-Translator: Milan \n" "Language-Team: Czech . Doménu je možné nastavit na stránce nastavení systému." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Chat server" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Available Domains" +msgid "RoundCube availability" +msgstr "Domény k dispozici" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Žádný certifikát" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Doména" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Vypnuto" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "kabel je připojen" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Označené zachycené stavy smazány" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Vytvořit novou zálohu" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Přidat" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "New Backup" +msgid "New value" +msgstr "Nová záloha" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Aktualizovat" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Typ služby" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Download directory" +msgid "You do not have a home directory." +msgstr "Složka pro stahování" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "Vytvořit repozitář" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Aktuální stav:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Nastavení doménového názvu" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Stav certifikátu" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private repository" +msgid "Private key path" +msgstr "Neveřejný repozitář" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Domů" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Zabezpečení" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domény" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Zapnout poškozování" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Vypnuto" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3627,10 +3910,6 @@ msgstr "Storno" msgid "Service" msgstr "Služba" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domény" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4348,11 +4627,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Toto připojení není aktivní." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Zabezpečení" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5626,11 +5900,6 @@ msgstr "" "lesssecureapps\">https://www.google.com/settings/security/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "E-mailový klient" @@ -5936,8 +6205,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5965,38 +6234,34 @@ msgid "Current Vulnerabilities" msgstr "Stávající zranitelnosti zabezpečení" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Minulé zranitelnosti zabezpečení" - -#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox" msgid "Sandboxed" msgstr "Pískoviště s kostkami" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox" msgid "Sandbox Coverage" msgstr "Pískoviště s kostkami" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 #, fuzzy #| msgid "yes" msgid "Yes" msgstr "ano" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 #, fuzzy #| msgid "None" msgid "No" msgstr "Žádný" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 #, fuzzy #| msgid "Tor is running" msgid "Not running" @@ -6878,10 +7143,6 @@ msgstr "Jméno domácího mazlíčka" msgid "Add new introducer" msgstr "Přidat nový uvaděč" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Přidat" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Připojené uvaděče" @@ -7095,7 +7356,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "Tor SOCKS port je k dispozici na vašem %(box_name)s na TCP portu 9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Nastavení se nezměnila" @@ -7192,13 +7453,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Aktualizovat" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update" @@ -8092,6 +8346,63 @@ msgstr "Smazat připojení" msgid "Server deleted." msgstr "Sdílení smazáno." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adresa" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "wiki a blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "veřejný přístup" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8248,10 +8559,6 @@ msgstr "Základní funkce a webové rozhraní pro %(box_name)s" msgid " Home" msgstr " Domů" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Domů" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Aplikace" @@ -8553,6 +8860,9 @@ msgstr "%(percentage)s%% dokončeno" msgid "Gujarati" msgstr "gudžarátština" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Minulé zranitelnosti zabezpečení" + #~ msgid "Message Archive Management enabled" #~ msgstr "Správa archivu zpráv zapnuta" @@ -9313,9 +9623,6 @@ msgstr "gudžarátština" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Webový server přes vrstvu zabezpečeného soketu (SSL)" -#~ msgid "Current status:" -#~ msgstr "Aktuální stav:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Smazat wiki nebo blog" @@ -9337,9 +9644,6 @@ msgstr "gudžarátština" #~ msgid "Abort" #~ msgstr "Přerušit" -#~ msgid "New Backup" -#~ msgstr "Nová záloha" - #~ msgid "chrony client in contact with servers" #~ msgstr "klient chrony v kontaktu se servery" diff --git a/plinth/locale/da/LC_MESSAGES/django.po b/plinth/locale/da/LC_MESSAGES/django.po index 9b3cff649..2c50fb515 100644 --- a/plinth/locale/da/LC_MESSAGES/django.po +++ b/plinth/locale/da/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Danish brugernavn@%(domainname)s. Du kan konfigurere systemets " "domæne på Konfigurer siden." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Chatserver" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Available Domains" +msgid "RoundCube availability" +msgstr "Tilgængelige Domæner" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certficate" +msgid "Has a TLS certificate" +msgstr "Intet certifikat" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domæne" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +#, fuzzy +#| msgid "Enable Roundcube" +msgid "Roundcube" +msgstr "Aktiver Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Deaktiveret" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "kabel forbundet" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete %(name)s" +msgid "Delete selected" +msgstr "Slet %(name)s" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Opret en ny sikkerhedskopi" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +#, fuzzy +#| msgid "Address" +msgid "Add" +msgstr "Adresse" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Opdater" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Servicetype" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Download directory" +msgid "You do not have a home directory." +msgstr "Download-mappe" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "Opret lager" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Nuværende status:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Certificates (Let's Encrypt)" +msgid "Use Let's Encrypt" +msgstr "Certifikater (Let's Encrypt)" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Domænenavn gemt" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Certifikat Status" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create User" +msgid "Private key path" +msgstr "Opret Bruger" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Sikkerhed" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domæner" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable PageKite" +msgid "Enabled aliases" +msgstr "Aktiver PageKite" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Deaktiveret" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3602,10 +3885,6 @@ msgstr "Annuller" msgid "Service" msgstr "Tjeneste" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domæner" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4327,11 +4606,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Denne forbindelse er ikke aktiv." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Sikkerhed" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5605,13 +5879,6 @@ msgstr "" "lesssecureapps\">https://www.google.com/settings/security/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -#, fuzzy -#| msgid "Enable Roundcube" -msgid "Roundcube" -msgstr "Aktiver Roundcube" - #: plinth/modules/roundcube/__init__.py:56 #, fuzzy #| msgid "Email Client (Roundcube)" @@ -5913,8 +6180,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5944,36 +6211,32 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox (Minetest)" msgid "Sandboxed" msgstr "Block Testområde (Minetest)" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox (Minetest)" msgid "Sandbox Coverage" msgstr "Block Testområde (Minetest)" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 #, fuzzy #| msgid "yes" msgid "Yes" msgstr "ja" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 #, fuzzy #| msgid "is not running" msgid "Not running" @@ -6827,12 +7090,6 @@ msgstr "Navn" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -#, fuzzy -#| msgid "Address" -msgid "Add" -msgstr "Adresse" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -7041,7 +7298,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "En Tor SOCKS-port er tilgængelig på din %(box_name)s TCP-port 9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Indstilling uændret" @@ -7128,13 +7385,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Opdater" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update" @@ -8017,6 +8267,63 @@ msgstr "Slet Forbindelse" msgid "Server deleted." msgstr "{name} slettet." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adresse" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki & Blog" +msgid "Website and Blog" +msgstr "Wiki & Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "Publish Key" +msgid "Public access" +msgstr "Distribuer Nøgle" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8172,10 +8479,6 @@ msgstr "Plinth administrationsværktøj til %(box_name)s" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Apps" @@ -9036,9 +9339,6 @@ msgstr "" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Sikker Webserver (via SSL)" -#~ msgid "Current status:" -#~ msgstr "Nuværende status:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Slet Wiki eller Blog" diff --git a/plinth/locale/de/LC_MESSAGES/django.po b/plinth/locale/de/LC_MESSAGES/django.po index 09759f4b8..928257d95 100644 --- a/plinth/locale/de/LC_MESSAGES/django.po +++ b/plinth/locale/de/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-07-24 18:34+0000\n" "Last-Translator: Johannes Keyser \n" "Language-Team: German Systemeinstellungen " "konfigurieren." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Chatserver" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Verzeichnis ist nicht vorhanden." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "nicht verfügbar" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Kein Zertifikat" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domain" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Deaktiviert" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "Kabel verbunden" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Ausgewählte Schnappschüsse gelöscht" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Neue Sicherung erstellen" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Hinzufügen" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "New Backup" +msgid "New value" +msgstr "neues Backup" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Aktualisieren" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Typ des Dienstes" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Pfad ist kein Verzeichnis." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Aktualisiertes Medienverzeichnis" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Aktueller Status:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Domainname gesetzt" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Zertifikatstatus" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Privater Schlüssel dieser Maschine" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Startseite" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Sicherheit" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domains" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Schaden einschalten" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Deaktiviert" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3657,10 +3942,6 @@ msgstr "Abbrechen" msgid "Service" msgstr "Dienst" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domains" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4444,11 +4725,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Diese Verbindung ist nicht aktiv." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Sicherheit" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5692,11 +5968,6 @@ msgstr "" "lesssecureapps\">https://www.google.com/settings/security/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "E-Mail-Client" @@ -6006,9 +6277,15 @@ msgstr "" "bereitstellt." #: plinth/modules/security/templates/security_report.html:19 +#, fuzzy +#| msgid "" +#| "The following table lists the current reported number, and historical " +#| "count, of security vulnerabilities for each installed app. More " +#| "information on the vulnerabilities can be found on the Debian Security Bug Tracker." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -6046,30 +6323,26 @@ msgid "Current Vulnerabilities" msgstr "Aktuelle Sicherheitslücken anzeigen" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Frühere Sicherheitslücken anzeigen" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Sandboxed" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Sandbox-Abdeckung" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "N/A" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Ja" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Nein" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Läuft nicht" @@ -6935,10 +7208,6 @@ msgstr "Pet-Name" msgid "Add new introducer" msgstr "Neuen Vermittler hinzufügen" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Hinzufügen" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Verbundene Vermittler" @@ -7148,7 +7417,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "Tor SOCKS-Port ist auf Ihrer %(box_name)s auf TCP port 9050 verfügbar." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Einstellung unverändert" @@ -7237,13 +7506,6 @@ msgstr "" "erachtet wird, erfolgt dieser automatisch um 02:00 Uhr, so dass alle " "Anwendungen kurzzeitig nicht verfügbar sind." -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Aktualisieren" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Aktualisierungen" @@ -8096,6 +8358,63 @@ msgstr "Verbindung zum Server löschen" msgid "Server deleted." msgstr "Server gelöscht." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adresse" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki und Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "öffentlicher Zugang" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8263,10 +8582,6 @@ msgstr "Kernfunktionalität und Weboberfläche für %(box_name)s" msgid " Home" msgstr " Startseite" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Startseite" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Apps" @@ -8559,6 +8874,9 @@ msgstr "%(percentage)s %% abgeschlossen" msgid "Gujarati" msgstr "Gujarati" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Frühere Sicherheitslücken anzeigen" + #~ msgid "Message Archive Management enabled" #~ msgstr "Nachrichten-Archiv-Verwaltung aktiviert" @@ -9316,9 +9634,6 @@ msgstr "Gujarati" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Webserver mit Verschlüsselung" -#~ msgid "Current status:" -#~ msgstr "Aktueller Status:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Lösche Wiki oder Blog" @@ -9340,9 +9655,6 @@ msgstr "Gujarati" #~ msgid "Abort" #~ msgstr "Abbrechen" -#~ msgid "New Backup" -#~ msgstr "neues Backup" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/django.pot b/plinth/locale/django.pot index 84c39004b..6fed41b19 100644 --- a/plinth/locale/django.pot +++ b/plinth/locale/django.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgstr "" msgid "Page source" msgstr "" -#: plinth/context_processors.py:23 plinth/views.py:78 +#: plinth/context_processors.py:23 plinth/views.py:80 msgid "FreedomBox" msgstr "" @@ -925,7 +925,7 @@ msgstr "" #: plinth/modules/matrixsynapse/views.py:124 plinth/modules/mumble/views.py:28 #: plinth/modules/pagekite/forms.py:78 plinth/modules/quassel/views.py:29 #: plinth/modules/shadowsocks/views.py:59 -#: plinth/modules/transmission/views.py:47 +#: plinth/modules/transmission/views.py:47 plinth/modules/wordpress/views.py:36 msgid "Configuration updated" msgstr "" @@ -1341,15 +1341,18 @@ msgid "Diagnostics" msgstr "" #: plinth/modules/diagnostics/__init__.py:98 +#: plinth/modules/email_server/templates/email_server.html:29 msgid "passed" msgstr "" #: plinth/modules/diagnostics/__init__.py:99 +#: plinth/modules/email_server/templates/email_server.html:27 #: plinth/modules/networks/views.py:49 msgid "failed" msgstr "" #: plinth/modules/diagnostics/__init__.py:100 +#: plinth/modules/email_server/templates/email_server.html:25 msgid "error" msgstr "" @@ -1841,6 +1844,246 @@ msgid "" "Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +msgid "Email Server" +msgstr "" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +msgid "Service Alert" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3125,10 +3368,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3796,11 +4035,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4857,11 +5091,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5127,8 +5356,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5156,30 +5385,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5933,10 +6158,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6113,7 +6334,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6185,13 +6406,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6939,6 +7153,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7075,10 +7340,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/el/LC_MESSAGES/django.po b/plinth/locale/el/LC_MESSAGES/django.po index 0b1202b0c..36a1660a1 100644 --- a/plinth/locale/el/LC_MESSAGES/django.po +++ b/plinth/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-04-14 04:27+0000\n" "Last-Translator: Michalis \n" "Language-Team: Greek . Μπορείτε να ρυθμίσετε το όνομα της υπηρεσίας στο Ρυθμίστε page." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Διακομιστής συνομιλίας" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Ο κατάλογος δεν υπάρχει." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Unavailable Shares" +msgid "RoundCube availability" +msgstr "Με διαθέσιμα μερίσματα" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Δεν υπάρχει πιστοποιητικό" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Όνομα διαδικτύου" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Απενεργοποιήθηκε" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "το καλώδιο είναι συνδεδεμένο" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Διαγράφηκαν επιλεγμένα στιγμιότυπα" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Δημιουργία νέου αντιγράφου ασφαλείας" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Προσθήκη" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Ενημερωμένη έκδοση" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Τύπος υπηρεσίας" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Το μονοπάτι δεν είναι κατάλογος." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "O κατάλογος πολυμέσων ενημερώθηκε" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "To όνομα διαδικτύου ρυθμίστηκε επιτυχώς" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Κατάσταση πιστοποιητικού" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private repository" +msgid "Private key path" +msgstr "Ιδιωτικό αποθετήριο" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Κεντρική σελίδα" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Ασφάλεια" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Ονόματα διαδικτύου" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Ενεργοποίηση ζημιών" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Απενεργοποιήθηκε" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3706,10 +3987,6 @@ msgstr "Άκυρο" msgid "Service" msgstr "Υπηρεσία" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Ονόματα διαδικτύου" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4428,11 +4705,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Αυτή η σύνδεση δεν είναι ενεργή." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Ασφάλεια" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5712,11 +5984,6 @@ msgstr "" "settings/security/lesssecureapps\">https://www.google.com/settings/security/" "lesssecureapps )." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "Πρόγραμμα-πελάτης ηλεκτρονικού ταχυδρομείου" @@ -6044,8 +6311,8 @@ msgstr "" #| "The following table lists the current reported number, and historical " #| "count, of security vulnerabilities for each installed app." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -6079,32 +6346,28 @@ msgid "Current Vulnerabilities" msgstr "Τρέχοντα θέματα ασφαλείας" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Προηγούμενα θέματα ασφαλείας" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Φιλτραρισμένα" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Sandboxed" msgid "Sandbox Coverage" msgstr "Φιλτραρισμένα" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "Μη εφαρμόσιμα" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Ναι" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Όχι" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -6994,10 +7257,6 @@ msgstr "Όνομα \"κατοικίδιου\"" msgid "Add new introducer" msgstr "Προσθέστε νέο εισαγωγέα" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Προσθήκη" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Συνδεδεμένοι εισαγωγείς" @@ -7207,7 +7466,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "Μια θύρα Tor SOCKS είναι διαθέσιμη στη θύρα 9050 του %(box_name)s σας." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Οι ρυθμίσεις δεν άλλαξαν" @@ -7297,13 +7556,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Ενημερωμένη έκδοση" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update" @@ -8208,6 +8460,63 @@ msgstr "Διαγραφή σύνδεσης" msgid "Server deleted." msgstr "Το μέρισμα διαγράφηκε." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Διεύθυνση" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki και Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "δημόσια πρόσβαση" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8368,10 +8677,6 @@ msgstr "Βασική λειτουργικότητα και σελίδα ιστο msgid " Home" msgstr " Κεντρική σελίδα" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Κεντρική σελίδα" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Εφαρμογές" @@ -8675,6 +8980,9 @@ msgstr "ολοκληρώθηκε το %(percentage)s%%" msgid "Gujarati" msgstr "Gujarati" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Προηγούμενα θέματα ασφαλείας" + #~ msgid "Message Archive Management enabled" #~ msgstr "Η Διαχείριση αρχειοθέτησης μηνυμάτων ενεργοποιήθηκε" diff --git a/plinth/locale/es/LC_MESSAGES/django.po b/plinth/locale/es/LC_MESSAGES/django.po index e4268a300..a7a9ad4e7 100644 --- a/plinth/locale/es/LC_MESSAGES/django.po +++ b/plinth/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-03-12 13:03+0000\n" "Last-Translator: Fioddor Superconcentrado \n" "Language-Team: Spanish username@%(domainname)s. Puede configurar su dominio " "en la página de sistema Configurar." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Servidor de Chat" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "La carpeta no existe." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "indisponible" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "No certificado" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Dominio" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Desactivado" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "El cable está conectado" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Las instantáneas seleccionadas fueron eliminadas" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Crear una copia de seguridad nueva" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Añadir" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "New Backup" +msgid "New value" +msgstr "Nueva copia de seguridad" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Actualización" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Tipo de servicio" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "No es una carpeta." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Carpeta multimedia actualizada" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Estado actual:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Asignar nombre de dominio" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Estado del certificado" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Clave privada en este dispositivo" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Principal" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Protección" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Dominios" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Activar daño" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Desactivado" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3620,10 +3905,6 @@ msgstr "Cancelar" msgid "Service" msgstr "Servicio" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Dominios" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4388,11 +4669,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Esta conexión no está activa." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Protección" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5613,11 +5889,6 @@ msgstr "" "google.com/settings/security/lesssecureapps\">https://www.google.com/" "settings/security/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "Cliente de correo" @@ -5927,8 +6198,8 @@ msgstr "" #| "The following table lists the current reported number, and historical " #| "count, of security vulnerabilities for each installed app." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5964,30 +6235,26 @@ msgid "Current Vulnerabilities" msgstr "Vulnerabilidades Actuales" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Vulnerabilidades Anteriores" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Aisladas" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Índice de aislamiento" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "N/A" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Sí" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "No" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "No se está ejecutando" @@ -6837,10 +7104,6 @@ msgstr "Nombre de alias" msgid "Add new introducer" msgstr "Añadir nuevo presentador" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Añadir" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Presentadores conectados" @@ -7050,7 +7313,7 @@ msgstr "" "Un puerto SOCKS de Tor está disponible en su %(box_name)s en el puerto TCP " "9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Configuración sin cambio" @@ -7139,13 +7402,6 @@ msgstr "" "tiempo. Si se decide retrasar el reinicio del sistema, éste se hará de forma " "automática a las 02:00 h." -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Actualización" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Actualizaciones" @@ -7982,6 +8238,63 @@ msgstr "Eliminar conexión al servidor" msgid "Server deleted." msgstr "Servidor eliminado." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Dirección" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki y Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "Acceso público" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8142,10 +8455,6 @@ msgstr "Funcionalidad central e interfaz web para %(box_name)s" msgid " Home" msgstr " Inicio" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Principal" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Aplicaciones" @@ -8436,6 +8745,9 @@ msgstr "%(percentage)s%% completado" msgid "Gujarati" msgstr "Gujarati" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Vulnerabilidades Anteriores" + #~ msgid "Message Archive Management enabled" #~ msgstr "Gestión activa de mensajes activada" @@ -9186,9 +9498,6 @@ msgstr "Gujarati" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Servidor Web sobre SSL" -#~ msgid "Current status:" -#~ msgstr "Estado actual:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Eliminar Wiki o Blog" @@ -9210,9 +9519,6 @@ msgstr "Gujarati" #~ msgid "Abort" #~ msgstr "Cancelar" -#~ msgid "New Backup" -#~ msgstr "Nueva copia de seguridad" - #~ msgid "chrony client in contact with servers" #~ msgstr "Cliente de «chrony» en contacto con los servidores" diff --git a/plinth/locale/fa/LC_MESSAGES/django.po b/plinth/locale/fa/LC_MESSAGES/django.po index 8e75ae8b8..d3f53752a 100644 --- a/plinth/locale/fa/LC_MESSAGES/django.po +++ b/plinth/locale/fa/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Persian Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Web Server" +msgid "Email Server" +msgstr "سرور وب" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Available Domains" +msgid "RoundCube availability" +msgstr "دامنه‌های موجود" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certficate" +msgid "Has a TLS certificate" +msgstr "بدون گواهی دیجیتال" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "دامنه" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "غیرفعال" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "سیم وصل است" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete %(name)s" +msgid "Delete selected" +msgstr "پاک‌کردن %(name)s" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create Connection" +msgid "Create a new email alias" +msgstr "ساختن اتصال" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +#, fuzzy +#| msgid "Address" +msgid "Add" +msgstr "نشانی" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "نوع سرویس" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Connection" +msgid "Create home directory" +msgstr "ساختن اتصال" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "وضعیت کنونی:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Certificates (Let's Encrypt)" +msgid "Use Let's Encrypt" +msgstr "گواهی دیجیتال (Let's Encrypt)" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "نام دامنه تنظیم شد" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "وضعیت گواهی دیجیتال" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create Connection" +msgid "Private key path" +msgstr "ساختن اتصال" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "امنیت" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "دامنه‌ها" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enabled" +msgid "Enabled aliases" +msgstr "فعال" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "غیرفعال" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3533,10 +3812,6 @@ msgstr "انصراف" msgid "Service" msgstr "سرویس" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "دامنه‌ها" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4248,11 +4523,6 @@ msgstr "آی‌پی ن۶" msgid "This connection is not active." msgstr "این اتصال فعال نیست." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "امنیت" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5382,11 +5652,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 #, fuzzy msgid "Email Client" @@ -5685,8 +5950,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5716,34 +5981,30 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 #, fuzzy msgid "Sandboxed" msgstr "بازی مکعب‌ها (Minetest)" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy msgid "Sandbox Coverage" msgstr "بازی مکعب‌ها (Minetest)" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 #, fuzzy #| msgid "yes" msgid "Yes" msgstr "بله" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -6567,12 +6828,6 @@ msgstr "نام" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -#, fuzzy -#| msgid "Address" -msgid "Add" -msgstr "نشانی" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6751,7 +7006,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6823,13 +7078,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Create..." @@ -7651,6 +7899,63 @@ msgstr "پاک‌کردن اتصال" msgid "Server deleted." msgstr "{name} پاک شد." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "نشانی" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Manage Wikis and Blogs" +msgid "Website and Blog" +msgstr "مدیریت ویکی‌ها و وبلاگ‌ها" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "Publish Key" +msgid "Public access" +msgstr "انتشار کلید" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7789,10 +8094,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 #, fuzzy msgid " Apps" @@ -8338,9 +8639,6 @@ msgstr "" #~ "Failed to disable certificate renewal management for {domain}: {error}" #~ msgstr "باطل‌کردن گواهی دامنهٔ {domain} شکست خورد: {error}" -#~ msgid "Current status:" -#~ msgstr "وضعیت کنونی:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "پاک‌کردن ویکی یا وبلاگ" diff --git a/plinth/locale/fake/LC_MESSAGES/django.po b/plinth/locale/fake/LC_MESSAGES/django.po index 319059bc3..95a6c8cbe 100644 --- a/plinth/locale/fake/LC_MESSAGES/django.po +++ b/plinth/locale/fake/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Plinth 0.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2016-01-31 22:24+0530\n" "Last-Translator: Sunil Mohan Adapa \n" "Language-Team: Plinth Developers USERNAME@%(domainname)s. YOU CAN SETUP YOUR DOMAIN ON THE SYSTEM " "CONFIGURE PAGE." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Web Server" +msgid "Email Server" +msgstr "WEB SERVER" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Enable Subdomains" +msgid "RoundCube availability" +msgstr "ENABLE SUBDOMAINS" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certficate" +msgid "Has a TLS certificate" +msgstr "NO CERTFICATE" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "DOMAIN" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +#, fuzzy +#| msgid "Enable Roundcube" +msgid "Roundcube" +msgstr "ENABLE ROUNDCUBE" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "DISABLED" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "CABLE IS CONNECTED" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete %(name)s" +msgid "Delete selected" +msgstr "DELETE %(name)s" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "PageKite Account" +msgid "Create a new email alias" +msgstr "PAGEKITE ACCOUNT" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +#, fuzzy +#| msgid "Address" +msgid "Add" +msgstr "ADDRESS" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +#, fuzzy +#| msgid "Update URL" +msgid "Update" +msgstr "UPDATE URL" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service type" +msgid "Service Alert" +msgstr "SERVICE TYPE" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Download directory" +msgid "You do not have a home directory." +msgstr "DOWNLOAD DIRECTORY" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create User" +msgid "Create home directory" +msgstr "CREATE USER" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "CURRENT STATUS:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Certificates (Let's Encrypt)" +msgid "Use Let's Encrypt" +msgstr "CERTIFICATES (LET'S ENCRYPT)" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "DOMAIN NAME SET" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "CERTIFICATE STATUS" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create User" +msgid "Private key path" +msgstr "CREATE USER" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "SECURITY" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +#, fuzzy +#| msgid "Domain" +msgid "Domains" +msgstr "DOMAIN" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable PageKite" +msgid "Enabled aliases" +msgstr "ENABLE PAGEKITE" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "DISABLED" + #: plinth/modules/firewall/__init__.py:33 #, fuzzy, python-brace-format #| msgid "" @@ -3724,12 +4011,6 @@ msgstr "CANCEL" msgid "Service" msgstr "SERVICE" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -#, fuzzy -#| msgid "Domain" -msgid "Domains" -msgstr "DOMAIN" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 #, fuzzy @@ -4467,11 +4748,6 @@ msgstr "IPV6" msgid "This connection is not active." msgstr "THIS CONNECTION IS NOT ACTIVE." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "SECURITY" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5764,13 +6040,6 @@ msgstr "" "lesssecureapps\" >HTTPS://WWW.GOOGLE.COM/SETTINGS/SECURITY/LESSSECUREAPPS)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -#, fuzzy -#| msgid "Enable Roundcube" -msgid "Roundcube" -msgstr "ENABLE ROUNDCUBE" - #: plinth/modules/roundcube/__init__.py:56 #, fuzzy #| msgid "Email Client (Roundcube)" @@ -6074,8 +6343,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -6105,36 +6374,32 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Blocked" msgid "Sandboxed" msgstr "BLOCKED" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Blocked" msgid "Sandbox Coverage" msgstr "BLOCKED" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 #, fuzzy #| msgid "yes" msgid "Yes" msgstr "YES" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 #, fuzzy #| msgid "Tor is not running" msgid "Not running" @@ -6980,12 +7245,6 @@ msgstr "NAME" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -#, fuzzy -#| msgid "Address" -msgid "Add" -msgstr "ADDRESS" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -7203,7 +7462,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "A TOR SOCKS PORT IS AVAILABLE ON YOUR %(box_name)s ON TCP PORT 9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "SETTING UNCHANGED" @@ -7290,15 +7549,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -#, fuzzy -#| msgid "Update URL" -msgid "Update" -msgstr "UPDATE URL" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update URL" @@ -8176,6 +8426,63 @@ msgstr "DELETE CONNECTION" msgid "Server deleted." msgstr "{name} DELETED." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "ADDRESS" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "WIKI AND BLOG" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "Publish Key" +msgid "Public access" +msgstr "PUBLISH KEY" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8336,10 +8643,6 @@ msgstr "PLINTH ADMINISTRATIVE INTERFACE FOR THE %(box_name)s" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 #, fuzzy #| msgid "Apps" @@ -9093,9 +9396,6 @@ msgstr "" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "WEB SERVER OVER SECURE SOCKET LAYER" -#~ msgid "Current status:" -#~ msgstr "CURRENT STATUS:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "DELETE WIKI OR BLOG" diff --git a/plinth/locale/fr/LC_MESSAGES/django.po b/plinth/locale/fr/LC_MESSAGES/django.po index 37f1c5b04..4df088cf2 100644 --- a/plinth/locale/fr/LC_MESSAGES/django.po +++ b/plinth/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-05-31 22:13+0000\n" "Last-Translator: Coucouf \n" "Language-Team: French Configurer." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Serveur de discussion" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Le répertoire n’existe pas." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "indisponible" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Aucun certificat" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domaine" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Désactivé" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "Le câble est connecté" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Supprimer les instantanés sélectionnés" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Créer une nouvelle sauvegarde" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Ajouter" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "New Backup" +msgid "New value" +msgstr "Nouvelle sauvegarde" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Mises à jour" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Type de service" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Le chemin n’est pas un répertoire." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Répertoire multimédia mis à jour" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "État actuel :" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Nom de domaine configuré" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "État du certificat" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Clé privée de cette machine" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Accueil" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Sécurité" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domaines" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Activer les blessures" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Désactivé" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3684,10 +3969,6 @@ msgstr "Annuler" msgid "Service" msgstr "Service" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domaines" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4471,11 +4752,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Cette connexion n'est pas active." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Sécurité" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5735,11 +6011,6 @@ msgstr "" "settings/security/lesssecureapps\">https://www.google.com/settings/security/" "lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "Client de courriel" @@ -6052,9 +6323,15 @@ msgstr "" "FreedomBox." #: plinth/modules/security/templates/security_report.html:19 +#, fuzzy +#| msgid "" +#| "The following table lists the current reported number, and historical " +#| "count, of security vulnerabilities for each installed app. More " +#| "information on the vulnerabilities can be found on the Debian Security Bug Tracker." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -6094,30 +6371,26 @@ msgid "Current Vulnerabilities" msgstr "Failles actuelles" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Anciennes failles" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Isolé" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Couverture de l’isolation" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "Non applicable" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Oui" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Non" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Inactif" @@ -6983,10 +7256,6 @@ msgstr "Surnom" msgid "Add new introducer" msgstr "Ajouter un nouvel introducteur" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Ajouter" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Introducteurs connectés" @@ -7196,7 +7465,7 @@ msgstr "" "Un port SOCKS pour Tor est accessible sur votre %(box_name)s sur le port TCP " "9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Paramètre inchangé" @@ -7288,13 +7557,6 @@ msgstr "" "nécessaire, il est effectué à 2h00, rendant indisponible l’ensemble des " "applications pour une courte période." -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Mises à jour" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Mises à jour" @@ -8149,6 +8411,63 @@ msgstr "Supprimer la connexion à un serveur" msgid "Server deleted." msgstr "Serveur supprimé." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adresse" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki et blogue" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "Accès public" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8313,10 +8632,6 @@ msgstr "Fonctions de base et interface web de la %(box_name)s" msgid " Home" msgstr " Accueil" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Accueil" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Applis" @@ -8612,6 +8927,9 @@ msgstr "%(percentage)s%% effectué" msgid "Gujarati" msgstr "Gujarati" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Anciennes failles" + #~ msgid "Message Archive Management enabled" #~ msgstr "Gestion des archives de messages activée" @@ -9391,9 +9709,6 @@ msgstr "Gujarati" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Serveur web via SSL (Secure Socket Layer)" -#~ msgid "Current status:" -#~ msgstr "État actuel :" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Supprimer le Wiki ou le Blogue" @@ -9419,9 +9734,6 @@ msgstr "Gujarati" #~ msgid "Abort" #~ msgstr "Annuler" -#~ msgid "New Backup" -#~ msgstr "Nouvelle sauvegarde" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/gl/LC_MESSAGES/django.po b/plinth/locale/gl/LC_MESSAGES/django.po index d39618a0b..b3a856a69 100644 --- a/plinth/locale/gl/LC_MESSAGES/django.po +++ b/plinth/locale/gl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Galician Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Web Server" +msgid "Email Server" +msgstr "Servidor web" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Discovery" +msgid "Service Alert" +msgstr "Descubrimento de servizo" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3135,10 +3382,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3808,11 +4051,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4871,11 +5109,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5145,8 +5378,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5174,30 +5407,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5953,10 +6182,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6133,7 +6358,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6205,13 +6430,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Manual" @@ -6969,6 +7187,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7105,10 +7374,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/gu/LC_MESSAGES/django.po b/plinth/locale/gu/LC_MESSAGES/django.po index 3c777bd68..57ba5f216 100644 --- a/plinth/locale/gu/LC_MESSAGES/django.po +++ b/plinth/locale/gu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Gujarati username@%(domainname)s. તમે સિસ્ટમ પર તમારા ડોમેન સેટ કરી શકો છો રૂપરેખાંકિત કરો પાનું." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "ચેટ સર્વર" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "Accept all SSL certificates" +msgid "Has a TLS certificate" +msgstr "બધા SSL પ્રમાણપત્રો સ્વીકારો" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "અક્ષમ કરેલું" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "Enabled" +msgid "Enable selected" +msgstr "સક્ષમ કરેલું" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "સેવા પ્રકાર" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Documentation" +msgid "Create home directory" +msgstr "દસ્તાવેજીકરણ" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "વર્તમાન સ્થિતિ:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "ક્ષેત્રીય નામ સ્થાપિત કર્યું" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Documentation" +msgid "Private key path" +msgstr "દસ્તાવેજીકરણ" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enabled" +msgid "Enabled aliases" +msgstr "સક્ષમ કરેલું" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "અક્ષમ કરેલું" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3352,10 +3617,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4030,11 +4291,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5112,11 +5368,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5388,8 +5639,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5417,30 +5668,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -6203,10 +6450,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6385,7 +6628,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "સેટિંગ યથાવત" @@ -6461,13 +6704,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update URL" @@ -7261,6 +7497,57 @@ msgstr "ઇન્ટરનેટ સાથે સીધો જોડાણ." msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7399,10 +7686,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 #, fuzzy #| msgid "BitTorrent Web Client" @@ -7748,9 +8031,6 @@ msgstr "" #~ msgid "Download Manual" #~ msgstr "માર્ગદર્શિકા ડાઉનલોડ" -#~ msgid "Current status:" -#~ msgstr "વર્તમાન સ્થિતિ:" - #, fuzzy #~| msgid "Error setting language: {exception}" #~ msgid "Error setting default app: {exception}" diff --git a/plinth/locale/hi/LC_MESSAGES/django.po b/plinth/locale/hi/LC_MESSAGES/django.po index 36a0b89ec..af70867fc 100644 --- a/plinth/locale/hi/LC_MESSAGES/django.po +++ b/plinth/locale/hi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Hindi username@%(domainname)s. आपका डोमेन सिसटेम पर सेटअप कर सकता है कॉन्फ़िगर पेजॅ." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "चाट सर्वर" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Available Domains" +msgid "RoundCube availability" +msgstr "उपलब्ध वाले डोमेन्स" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "कोई प्रमाणपत्र नहीं" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "डोमेन" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "राउंडक्यूब" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "मोज़िला थंडरबर्ड" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "अक्षम किया गया है" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "केबल कनेक्ट हो गया" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete all the snapshots" +msgid "Delete selected" +msgstr "सब स्नैपशॉटस हटाएँ" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create Account" +msgid "Create a new email alias" +msgstr "अकाउंट बनाएँ" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "जोड़ें" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "Backups" +msgid "New value" +msgstr "बैकअप" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "अपडेट" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "सेवा टाइप" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Download directory" +msgid "You do not have a home directory." +msgstr "डायरेक्टरी डाउनलोड करें" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create User" +msgid "Create home directory" +msgstr "यूसर बनाये" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "वर्तमान स्थिति:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "लेटस एंक्रिप्ट" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "डोमेन नाम सेट हो गया है" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "प्रमाणपत्र स्थिति" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create User" +msgid "Private key path" +msgstr "यूसर बनाये" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "होम" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "सुरक्षा" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "डोमेन्स" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "क्षति को सक्षम करें" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "अक्षम किया गया है" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3599,10 +3882,6 @@ msgstr "कैंसिल" msgid "Service" msgstr "सर्विस" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "डोमेन्स" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4304,11 +4583,6 @@ msgstr "आईपीवी6" msgid "This connection is not active." msgstr "यह कनेक्शन सक्रिय नहीं है." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "सुरक्षा" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5571,11 +5845,6 @@ msgstr "" "security/lesssecureapps\">https://www.google.com/settings/security/" "lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "राउंडक्यूब" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "ईमेल क्लाइंट" @@ -5881,8 +6150,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5912,38 +6181,34 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox" msgid "Sandboxed" msgstr "ब्लॉक सेंडबोक्स" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox" msgid "Sandbox Coverage" msgstr "ब्लॉक सेंडबोक्स" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 #, fuzzy #| msgid "yes" msgid "Yes" msgstr "हाँ" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 #, fuzzy #| msgid "None" msgid "No" msgstr "कोई नहीं" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 #, fuzzy #| msgid "Tor is running" msgid "Not running" @@ -6801,10 +7066,6 @@ msgstr "पेट नाम" msgid "Add new introducer" msgstr "नया इंट्रोड्यूसर जोड़ें" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "जोड़ें" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "कनेक्टेड इंट्रोड्यूसरस" @@ -7014,7 +7275,7 @@ msgstr "सॉक्स" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "एक टोर सॉक्स पोर्ट आपका %(box_name)s र उपलब्ध है, TCP पोर्ट ९०५० पर." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "सेटिंग स्थिर है" @@ -7110,13 +7371,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "अपडेट" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update" @@ -8001,6 +8255,63 @@ msgstr "कनेक्शन हटाएँ" msgid "Server deleted." msgstr "शेयर हटाया गया." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "ऍड्रेस" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "विकि और ब्लॉग" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "Publish Key" +msgid "Public access" +msgstr "चाबी प्रकाशित करें" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8159,10 +8470,6 @@ msgstr "%(box_name)s के लिए कोर फंक्शनलिटी msgid " Home" msgstr " होम" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "होम" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " ऐप्स" @@ -9209,9 +9516,6 @@ msgstr "" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "सुरक्षित सॉकेट लेयर पर वेब सर्वर" -#~ msgid "Current status:" -#~ msgstr "वर्तमान स्थिति:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "विकी या ब्लॉग हटाइये" @@ -9230,11 +9534,6 @@ msgstr "" #~ msgid "Default app set" #~ msgstr "डिफ़ॉल्ट एेप सेट" -#, fuzzy -#~| msgid "Backups" -#~ msgid "New Backup" -#~ msgstr "बैकअप" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/hu/LC_MESSAGES/django.po b/plinth/locale/hu/LC_MESSAGES/django.po index d72c4bbba..31f91b90b 100644 --- a/plinth/locale/hu/LC_MESSAGES/django.po +++ b/plinth/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-04-22 21:32+0000\n" "Last-Translator: Benedek Nagy \n" "Language-Team: Hungarian username@%(domainname)s. Beállíthatod a " "rendszered domain nevét a Beállítások lapon." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Chat szerver" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Specified directory does not exist." +msgid "User does not exist" +msgstr "A megadott könyvtár nem létezik." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "elérhetetlen" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Nincs tanúsítvány" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domain" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Letiltva" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "kábel csatlakoztatva" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Kiválasztott pillanatképek törölve" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Új biztonsági másolat létrehozása" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Hozzáadás" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "New Backup" +msgid "New value" +msgstr "Új biztonsági másolat" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Frissítés" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Szolgáltatás típusa" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Az elérési út nem könyvtár." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Médiakönyvtár frissítve" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Jelenlegi állapot:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Domain név beállítva" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Tanúsítvány állapot" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private repository" +msgid "Private key path" +msgstr "Privát tároló" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Kezdőlap" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Biztonság" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domainek" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Sérülés engedélyezése" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Letiltva" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3623,10 +3908,6 @@ msgstr "Mégse" msgid "Service" msgstr "Szolgáltatás" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domainek" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4403,11 +4684,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Ez a kapcsolat nem aktív." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Biztonság" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5587,11 +5863,6 @@ msgstr "" "href=\"https://www.google.com/settings/security/lesssecureapps\">https://www." "google.com/settings/security/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "E-mail kliens" @@ -5874,8 +6145,8 @@ msgstr "" #| "The following table lists the current reported number, and historical " #| "count, of security vulnerabilities for each installed app." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5905,30 +6176,26 @@ msgid "Current Vulnerabilities" msgstr "Jelenlegi biztonsági rések" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Múltbéli biztonsági rések" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Virtuális környezetben" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Virtuális környezet lefedettsége" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Igen" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Nem" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Nem fut" @@ -6781,10 +7048,6 @@ msgstr "Becenév" msgid "Add new introducer" msgstr "Új bevezető hozzáadása" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Hozzáadás" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Csatlakozott bevezetők" @@ -6992,7 +7255,7 @@ msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" "Egy Tor SOCKS port elérhető a te %(box_name)s eszközöd 9050-es TCP portján." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "A beállítás változatlan" @@ -7075,13 +7338,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Frissítés" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Frissítések" @@ -7860,6 +8116,63 @@ msgstr "Kapcsolat törlése a kiszolgálóval" msgid "Server deleted." msgstr "Kiszolgáló törölve." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Cím" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki és blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "nyilvános hozzáférés" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8006,10 +8319,6 @@ msgstr "Alapvető funkcionalitás és webes felület %(box_name)s eszközére" msgid " Home" msgstr " Kezdőlap" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Kezdőlap" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Alkalmazások" @@ -8299,6 +8608,9 @@ msgstr "befejezettségi szint: %(percentage)s%%" msgid "Gujarati" msgstr "Gudzsaráti" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Múltbéli biztonsági rések" + #~ msgid "Message Archive Management enabled" #~ msgstr "Üzenetarchívum kezelése engedélyezve" @@ -9073,9 +9385,6 @@ msgstr "Gudzsaráti" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Webszerver Secure Socket Layer-en keresztül" -#~ msgid "Current status:" -#~ msgstr "Jelenlegi állapot:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Wiki vagy Blog törlése" @@ -9097,9 +9406,6 @@ msgstr "Gudzsaráti" #~ msgid "Abort" #~ msgstr "Megszakítás" -#~ msgid "New Backup" -#~ msgstr "Új biztonsági másolat" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/id/LC_MESSAGES/django.po b/plinth/locale/id/LC_MESSAGES/django.po index bf3081147..3d0a994fc 100644 --- a/plinth/locale/id/LC_MESSAGES/django.po +++ b/plinth/locale/id/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Indonesian (FreedomBox)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-06-24 00:42+0000\n" "Last-Translator: Reza Almanda \n" "Language-Team: Indonesian nama pengguna @%(domainname)s. Anda dapat mengatur " "domain Anda pada sistem Konfigurasi halaman." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Server obrolan" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Direktori ini tidak ada." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "tidak tersedia" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Tidak sertifikat" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domain" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Non-Aktifkan" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "Enable PageKite" +msgid "Enable selected" +msgstr "Aktifkan PageKite" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Menghapus snapshot yang dipilih" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Buat cadangan baru" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Tambah" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Memperbarui" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Tipe Layanan" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "Buat Repositori" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Status saat ini:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Set nama domain" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Status Sertifikat" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private repository" +msgid "Private key path" +msgstr "Penyimpanan Pribadi" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Beranda" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domain" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Aktifkan kerusakan" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Non-Aktifkan" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3496,10 +3777,6 @@ msgstr "Batal" msgid "Service" msgstr "Layanan" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domain" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4167,11 +4444,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5232,11 +5504,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "Klien Email" @@ -5514,8 +5781,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5543,30 +5810,26 @@ msgid "Current Vulnerabilities" msgstr "Kerentanan Saat Ini" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Kerentanan Masa Lalu" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Sandboxed" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Cakupan Sandbox" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "Tidak Ada" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Ya" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Tidak" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Tidak berjalan" @@ -6336,10 +6599,6 @@ msgstr "Nama" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Tambah" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6520,7 +6779,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6593,13 +6852,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Memperbarui" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update URL" @@ -7387,6 +7639,63 @@ msgstr "Hapus Koneksi" msgid "Server deleted." msgstr "{name} dihapus." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Address" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki dan Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "akses publik" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7524,10 +7833,6 @@ msgstr "Fungsionalitas inti dan antarmuka web untuk %(box_name)s" msgid " Home" msgstr " Beranda" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Beranda" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Aplikasi" @@ -7801,6 +8106,9 @@ msgstr "%(percentage)s %% selesai" msgid "Gujarati" msgstr "Bahasa Gujarat" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Kerentanan Masa Lalu" + #, fuzzy #~| msgid "Application installed." #~ msgid "Public registration disabled" @@ -7911,9 +8219,6 @@ msgstr "Bahasa Gujarat" #~ msgid "Samba share" #~ msgstr "Publikasikan Kunci" -#~ msgid "Enable PageKite" -#~ msgstr "Aktifkan PageKite" - #~ msgid "Save settings" #~ msgstr "Simpan pengaturan" @@ -7967,9 +8272,6 @@ msgstr "Bahasa Gujarat" #~ msgid "Upload" #~ msgstr "Unduh profil saya" -#~ msgid "Current status:" -#~ msgstr "Status saat ini:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Hapus Wiki atau Blog" diff --git a/plinth/locale/it/LC_MESSAGES/django.po b/plinth/locale/it/LC_MESSAGES/django.po index f8e6f3999..7b27a1e7d 100644 --- a/plinth/locale/it/LC_MESSAGES/django.po +++ b/plinth/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-02-20 22:50+0000\n" "Last-Translator: Dietmar \n" "Language-Team: Italian . Configura " "la pagina ." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Server Chat" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Nessun certificato" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +msgid "domain" +msgstr "Dominio" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Disabilitato" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "il cavo è connesso" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +msgid "Delete selected" +msgstr "Istantanee selezionate cancellate" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Creare un nuovo backup" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "Backups" +msgid "New value" +msgstr "Backup" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Tipo Servizio" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "Creare Repository" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Stato corrente:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +msgid "Common name" +msgstr "Imposta nome di dominio" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Stato Certificato" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private repository" +msgid "Private key path" +msgstr "Deposito privato" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Sicurezza" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domini" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Abilita danni" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Disabilitato" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3585,10 +3861,6 @@ msgstr "Cancella" msgid "Service" msgstr "Servizio" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domini" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4289,11 +4561,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Questa connessione non è attiva." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Sicurezza" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5452,11 +5719,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5722,8 +5984,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5751,30 +6013,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Copertura della Sandbox" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Si" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "No" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -6530,10 +6788,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6712,7 +6966,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Impostazioni invariate" @@ -6786,13 +7040,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Aggiornamenti" @@ -7545,6 +7792,63 @@ msgstr "Cancella Connessione a server" msgid "Server deleted." msgstr "Server cancellato." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Indirizzo" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki e Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "Public share" +msgid "Public access" +msgstr "Share pubblico" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7688,10 +7992,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" @@ -8552,9 +8852,6 @@ msgstr "" #~ msgstr "" #~ "Disabilitazione gestione rinnovo certificati fallita per {domain}:{error}" -#~ msgid "Current status:" -#~ msgstr "Stato corrente:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Cancella Wiki o Blog" @@ -8579,11 +8876,6 @@ msgstr "" #~ msgid "Default app set" #~ msgstr "Default" -#, fuzzy -#~| msgid "Backups" -#~ msgid "New Backup" -#~ msgstr "Backup" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/ja/LC_MESSAGES/django.po b/plinth/locale/ja/LC_MESSAGES/django.po index 72670324c..bb5a87473 100644 --- a/plinth/locale/ja/LC_MESSAGES/django.po +++ b/plinth/locale/ja/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-05-20 12:32+0000\n" "Last-Translator: Jacque Fresco \n" "Language-Team: Japanese Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +msgid "Email Server" +msgstr "" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +msgid "Service Alert" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3127,10 +3370,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3798,11 +4037,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4859,11 +5093,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5129,8 +5358,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5158,30 +5387,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5935,10 +6160,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6115,7 +6336,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6187,13 +6408,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6941,6 +7155,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7077,10 +7342,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/kn/LC_MESSAGES/django.po b/plinth/locale/kn/LC_MESSAGES/django.po index 5fbc9f099..12625bee2 100644 --- a/plinth/locale/kn/LC_MESSAGES/django.po +++ b/plinth/locale/kn/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2020-07-16 16:41+0000\n" "Last-Translator: Yogesh \n" "Language-Team: Kannada Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +msgid "Email Server" +msgstr "" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +msgid "Service Alert" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3127,10 +3370,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3798,11 +4037,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4859,11 +5093,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5131,8 +5360,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5160,30 +5389,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5937,10 +6162,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6117,7 +6338,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6189,13 +6410,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6943,6 +7157,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7079,10 +7344,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/lt/LC_MESSAGES/django.po b/plinth/locale/lt/LC_MESSAGES/django.po index c09ea3e25..bc146c840 100644 --- a/plinth/locale/lt/LC_MESSAGES/django.po +++ b/plinth/locale/lt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-02-22 10:50+0000\n" "Last-Translator: Kornelijus Tvarijanavičius \n" "Language-Team: Lithuanian Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +msgid "Email Server" +msgstr "" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +msgid "Service Alert" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3128,10 +3371,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3799,11 +4038,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4860,11 +5094,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5130,8 +5359,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5159,30 +5388,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5936,10 +6161,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6116,7 +6337,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6188,13 +6409,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6942,6 +7156,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7078,10 +7343,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/nb/LC_MESSAGES/django.po b/plinth/locale/nb/LC_MESSAGES/django.po index aed6c518b..a31c59c47 100644 --- a/plinth/locale/nb/LC_MESSAGES/django.po +++ b/plinth/locale/nb/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-08-19 13:51+0000\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål Matrix Synapse or ejabberd need to " "be configured with the details provided here." msgstr "" -"Det er ikke ment å brukes direkte av brukere. Tjenere som Matrix Synapse eller ejabberd må settes opp " -"med detaljene herfra." +"Det er ikke ment å brukes direkte av brukere. Tjenere som Matrix Synapse eller ejabberd må " +"settes opp med detaljene herfra." #: plinth/modules/coturn/__init__.py:62 msgid "Coturn" @@ -1500,12 +1500,14 @@ msgid "Diagnostics" msgstr "Diagnostikk" #: plinth/modules/diagnostics/__init__.py:98 +#: plinth/modules/email_server/templates/email_server.html:29 #, fuzzy #| msgid "Quassel" msgid "passed" msgstr "Quassel" #: plinth/modules/diagnostics/__init__.py:99 +#: plinth/modules/email_server/templates/email_server.html:27 #: plinth/modules/networks/views.py:49 #, fuzzy #| msgid "Setup failed." @@ -1513,6 +1515,7 @@ msgid "failed" msgstr "Oppsettet mislyktes." #: plinth/modules/diagnostics/__init__.py:100 +#: plinth/modules/email_server/templates/email_server.html:25 msgid "error" msgstr "feil" @@ -2087,6 +2090,288 @@ msgstr "" "se slik ut: username@%(domainname)s. Du kan sette opp ditt domene på " "systemsiden Configure ." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Nettprat-tjener" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Mappen finnes ikke." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Available Domains" +msgid "RoundCube availability" +msgstr "Tilgjengelige domener" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Sertifikat mangler" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domene" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Deaktivert" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "kabel er tilknyttet" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Slettet alle valgte avbildninger" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Lag ny sikkerhetskopi" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Legg til" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "New Backup" +msgid "New value" +msgstr "Ny sikkerhetskopi" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Oppdater" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Type tjeneste" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Stien er ikke en katalog." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Oppdatert mediekatalog" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Nåværende status:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Domenenavn satt" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Sertifikatsstatus" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Privatnøkkel tilhørende denne maskinen" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Hjem" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Sikkerhet" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domener" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Aktiver skade" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Deaktivert" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3635,10 +3920,6 @@ msgstr "Kanseller" msgid "Service" msgstr "Tjeneste" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domener" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4373,11 +4654,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Denne forbindelsen er ikke aktiv." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Sikkerhet" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5652,11 +5928,6 @@ msgstr "" "lesssecureapps\">https://www.google.com/settings/security/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "E-postklient" @@ -5959,9 +6230,15 @@ msgid "" msgstr "" #: plinth/modules/security/templates/security_report.html:19 +#, fuzzy +#| msgid "" +#| "The following table lists the current reported number, and historical " +#| "count, of security vulnerabilities for each installed app. More " +#| "information on the vulnerabilities can be found on the Debian Security Bug Tracker." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5996,36 +6273,30 @@ msgstr "Vis sikkerhetssårbarheter" #: plinth/modules/security/templates/security_report.html:47 #, fuzzy -#| msgid "Show security vulnerabilities" -msgid "Past Vulnerabilities" -msgstr "Vis sikkerhetssårbarheter" - -#: plinth/modules/security/templates/security_report.html:48 -#, fuzzy #| msgid "Block Sandbox" msgid "Sandboxed" msgstr "Block-sandkassen" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox" msgid "Sandbox Coverage" msgstr "Block-sandkassen" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 #, fuzzy msgid "N/A" msgstr "I/t" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Ja" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Nei" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Kjører ikke" @@ -6893,10 +7164,6 @@ msgstr "Kjæledyrnavn" msgid "Add new introducer" msgstr "Legg til en ny introduserer" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Legg til" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Tilknyttede introduserere" @@ -7103,7 +7370,7 @@ msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" "En Tor SOCKS-port er tilgjengelig på din %(box_name)s på TCP port 9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Oppsett uendret" @@ -7188,13 +7455,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Oppdater" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update" @@ -8086,6 +8346,63 @@ msgstr "Slett tilkobling" msgid "Server deleted." msgstr "Tjener slettet." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adresse" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki og Blogg" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "Offentlig tilgang" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8242,10 +8559,6 @@ msgstr "Kjernefunksjonalitet og nettbrukergrensesnitt for %(box_name)s" msgid " Home" msgstr " Hjem" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Hjem" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Programmer" @@ -8538,6 +8851,11 @@ msgstr "%(percentage)s%% fullført" msgid "Gujarati" msgstr "Gujarati" +#, fuzzy +#~| msgid "Show security vulnerabilities" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Vis sikkerhetssårbarheter" + #~ msgid "Message Archive Management enabled" #~ msgstr "Meldingsarkivhåndtering aktivert" @@ -9297,9 +9615,6 @@ msgstr "Gujarati" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Webtjener over SSL" -#~ msgid "Current status:" -#~ msgstr "Nåværende status:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Slette wiki eller blogg" @@ -9321,9 +9636,6 @@ msgstr "Gujarati" #~ msgid "Abort" #~ msgstr "Anuller" -#~ msgid "New Backup" -#~ msgstr "Ny sikkerhetskopi" - #~ msgid "chrony client in contact with servers" #~ msgstr "chrony-klient har kontakt med tjenere" diff --git a/plinth/locale/nl/LC_MESSAGES/django.po b/plinth/locale/nl/LC_MESSAGES/django.po index dec0bd2c5..83c6ab5ea 100644 --- a/plinth/locale/nl/LC_MESSAGES/django.po +++ b/plinth/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-04-22 21:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Dutch username@%(domainname)s. Het domein kan worden ingesteld op " "de Instellingen pagina." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Chatserver" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Map bestaat niet." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "niet beschikbaar" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Geen certificaat" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domein" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Uitgeschakeld" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "kabel is verbonden" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Verwijderde geselecteerde snapshots" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Maak een nieuwe back-up" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Toevoegen" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "Backups" +msgid "New value" +msgstr "Back-ups" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Update" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Dienst Type" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Pad is geen map." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Mediamap bijgewerkt" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Huidige status:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Domeinnaam ingesteld" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Certificaatstatus" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Privésleutel van deze machine" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Startpagina" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Security" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domeinen" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Inschakelen Schade" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Uitgeschakeld" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3629,10 +3914,6 @@ msgstr "Annuleer" msgid "Service" msgstr "Dienst" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domeinen" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4411,11 +4692,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Deze verbinding is niet actief." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Security" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5645,11 +5921,6 @@ msgstr "" "(https://" "www.google.com/settings/security/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "Email Cliënt" @@ -5956,9 +6227,15 @@ msgstr "" "de kerndiensten en gebruikersinterface voor een FreedomBox server levert." #: plinth/modules/security/templates/security_report.html:19 +#, fuzzy +#| msgid "" +#| "The following table lists the current reported number, and historical " +#| "count, of security vulnerabilities for each installed app. More " +#| "information on the vulnerabilities can be found on the Debian Security Bug Tracker." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5997,30 +6274,26 @@ msgid "Current Vulnerabilities" msgstr "Huidige kwetsbaarheden" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Kwetsbaarheden in het verleden" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Geïsoleerd" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Isolatie-bereik" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "N.v.t." -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Ja" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Nee" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Inaktief" @@ -6870,10 +7143,6 @@ msgstr "Naam Huisdier" msgid "Add new introducer" msgstr "Nieuwe introduceerder toevoegen" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Toevoegen" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Verbonden introduceerders" @@ -7084,7 +7353,7 @@ msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" "Een Tor SOCKS poort is beschikbaar op %(box_name)s, via TCP poort 9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Instelling onveranderd" @@ -7171,13 +7440,6 @@ msgstr "" "het systeem opnieuw moet worden opgestart, gebeurt dit automatisch om 02:00 " "uur, waardoor alle toepassingen even niet beschikbaar zijn." -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Update" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Updates" @@ -8016,6 +8278,63 @@ msgstr "Verwijder verbinding met server" msgid "Server deleted." msgstr "Server verwijderd." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adres" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki en Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "openbare toegang" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8178,10 +8497,6 @@ msgstr "Basisfunctionaliteit en webinterface voor %(box_name)s" msgid " Home" msgstr " Startpagina" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Startpagina" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Toepassingen" @@ -8473,6 +8788,9 @@ msgstr "%(percentage)s%% voltooid" msgid "Gujarati" msgstr "Gujarati" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Kwetsbaarheden in het verleden" + #~ msgid "Message Archive Management enabled" #~ msgstr "Berichten Archief Management aangezet" @@ -9270,9 +9588,6 @@ msgstr "Gujarati" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Web Server over Secure Socket Layer" -#~ msgid "Current status:" -#~ msgstr "Huidige status:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Verwijder Wiki of Blog" @@ -9297,11 +9612,6 @@ msgstr "Gujarati" #~ msgid "Default app set" #~ msgstr "Standaard" -#, fuzzy -#~| msgid "Backups" -#~ msgid "New Backup" -#~ msgstr "Back-ups" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/pl/LC_MESSAGES/django.po b/plinth/locale/pl/LC_MESSAGES/django.po index 69542e26b..bbd0c6ab7 100644 --- a/plinth/locale/pl/LC_MESSAGES/django.po +++ b/plinth/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-03-03 16:50+0000\n" "Last-Translator: Karol Werner \n" "Language-Team: Polish . Możesz ustawić swoją domenę na stronie Konfiguruj." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Serwer czatu" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Brak certyfikatu" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domena" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Wyłączony" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "Enabled" +msgid "Enable selected" +msgstr "Włączony" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete %(name)s" +msgid "Delete selected" +msgstr "Usuń %(name)s" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Utwórz nową kopię zapasową" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Typ usługi" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "Utwórz repozytorium" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Aktualny status:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Nazwa domeny ustawiona" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Status certyfikatu" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create Repository" +msgid "Private key path" +msgstr "Utwórz repozytorium" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Dom" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Włącz zniszczenia" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Wyłączony" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3431,10 +3706,6 @@ msgstr "Anuluj" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4108,11 +4379,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5202,11 +5468,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 #, fuzzy #| msgid "Dynamic DNS Client" @@ -5484,8 +5745,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5515,34 +5776,30 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Blocked" msgid "Sandboxed" msgstr "Zablokowano" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Blocked" msgid "Sandbox Coverage" msgstr "Zablokowano" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Tak" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Nie" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 #, fuzzy #| msgid "deluge-web is not running" msgid "Not running" @@ -6336,10 +6593,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6520,7 +6773,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Ustawienie bez zmian" @@ -6594,13 +6847,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update URL" @@ -7428,6 +7674,59 @@ msgstr "Bezpośrednie połłączenie z internetem." msgid "Server deleted." msgstr "Archiwum zostało usunięte." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki i blog" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7583,10 +7882,6 @@ msgstr "Interfejs administracyjny Plinth dla %(box_name)s" msgid " Home" msgstr " Dom" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Dom" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Aplikacje" @@ -8198,9 +8493,6 @@ msgstr "Gujarati" #~ msgstr "" #~ "Nie powiodło się połączenie ze zdalnym repozytorium. Szczegóły: %(err)s" -#~ msgid "Current status:" -#~ msgstr "Aktualny status:" - #, fuzzy #~| msgid "Error setting language: {exception}" #~ msgid "Error setting default app: {exception}" diff --git a/plinth/locale/pt/LC_MESSAGES/django.po b/plinth/locale/pt/LC_MESSAGES/django.po index 177768c45..1924509e1 100644 --- a/plinth/locale/pt/LC_MESSAGES/django.po +++ b/plinth/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-05-08 22:33+0000\n" "Last-Translator: ssantos \n" "Language-Team: Portuguese Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Web Server" +msgid "Email Server" +msgstr "Servidor Web" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain Name" +msgid "domain" +msgstr "Nome de Domínio" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "Applications" +msgid "Enable selected" +msgstr "Aplicações" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete files" +msgid "Delete selected" +msgstr "Apagar ficheiros" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Criar novo backup" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "New Backup" +msgid "New value" +msgstr "Novo Backup" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Discovery" +msgid "Service Alert" +msgstr "Descoberta do Serviço" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "Criar Repositório" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Nome do domínio definido" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create new repository" +msgid "Private key path" +msgstr "Criar novo repositório" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +#, fuzzy +#| msgid "Domain Name" +msgid "Domains" +msgstr "Nome de Domínio" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Applications" +msgid "Enabled aliases" +msgstr "Aplicações" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3304,12 +3571,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -#, fuzzy -#| msgid "Domain Name" -msgid "Domains" -msgstr "Nome de Domínio" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3989,11 +4250,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5084,11 +5340,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5368,8 +5619,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5399,30 +5650,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 #, fuzzy #| msgid "Service discovery server is not running" msgid "Not running" @@ -6194,10 +6441,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6380,7 +6623,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Definição inalterada" @@ -6452,13 +6695,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "General Configuration" @@ -7265,6 +7501,57 @@ msgstr "Erro a estabelecer ligação ao servidor: {}" msgid "Server deleted." msgstr "Arquivo apagado." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7405,10 +7692,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" @@ -7790,9 +8073,6 @@ msgstr "Gujarati" #~ msgid "Abort" #~ msgstr "Abandonar" -#~ msgid "New Backup" -#~ msgstr "Novo Backup" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/ru/LC_MESSAGES/django.po b/plinth/locale/ru/LC_MESSAGES/django.po index 23215b7b8..378a1820e 100644 --- a/plinth/locale/ru/LC_MESSAGES/django.po +++ b/plinth/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-02-01 18:42+0000\n" "Last-Translator: Алексей Докучаев \n" "Language-Team: Russian username@%(domainname)s. Вы можете " "настроить ваш домен на странице Настройка." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Чат-сервер" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Каталог не существует." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Unavailable Shares" +msgid "RoundCube availability" +msgstr "Недоступный общий доступ" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Не сертификата" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Домен" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Выключено" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "кабель подключен" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Удалить выбранные снапшоты" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Создать новую резервную копию" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Добавить" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "Backups" +msgid "New value" +msgstr "Резервные копии" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Обновление" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Тип службы" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Путь не каталог." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Обновленный каталог медиа" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Текущий статус:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Смена доменного имени" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Статус сертификата" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Приватный ключ этой машины" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Домой" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Безопасность" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Домены" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Включить урон" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Выключено" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3599,10 +3884,6 @@ msgstr "Отмена" msgid "Service" msgstr "Служба" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Домены" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4362,11 +4643,6 @@ msgstr "IРv6" msgid "This connection is not active." msgstr "Это подключение не активно." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Безопасность" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5646,11 +5922,6 @@ msgstr "" "security/lesssecureapps\" >https://www.google.com/settings/security/" "lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "Почтовый клиент" @@ -5962,8 +6233,8 @@ msgstr "" #| "The following table lists the current reported number, and historical " #| "count, of security vulnerabilities for each installed app." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -6000,30 +6271,26 @@ msgid "Current Vulnerabilities" msgstr "Текущие уязвимости" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Прошлые уязвимости" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Песочница" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Покрытие песочницы" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "Н/Д" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Да" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Нет" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Не запущен" @@ -6870,10 +7137,6 @@ msgstr "Имя питомца" msgid "Add new introducer" msgstr "Добавить нового посредника" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Добавить" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Подключенные посредники" @@ -7078,7 +7341,7 @@ msgstr "SОCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "Порт Tor SOCKS вашего %(box_name)s доступен по порту TCP 9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Настройки без изменений" @@ -7165,13 +7428,6 @@ msgstr "" "выполняется автоматически в 02:00, в результате чего все приложения на " "короткое время становятся недоступными." -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Обновление" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update" @@ -8018,6 +8274,63 @@ msgstr "Удалить соединение с сервером" msgid "Server deleted." msgstr "Сервер удален." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Адрес" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Вики и Блог" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "публичный доступ" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8165,10 +8478,6 @@ msgstr "Базовая функциональность и веб-интерфе msgid " Home" msgstr " Домой" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Домой" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Приложения" @@ -8461,6 +8770,9 @@ msgstr "%(percentage)s%% завершено" msgid "Gujarati" msgstr "Гуджарати" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Прошлые уязвимости" + #~ msgid "Message Archive Management enabled" #~ msgstr "Управление архивом сообщение включено" @@ -9165,9 +9477,6 @@ msgstr "Гуджарати" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Веб-сервер через Secure Socket Layer" -#~ msgid "Current status:" -#~ msgstr "Текущий статус:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Удаление блога или вики" @@ -9186,11 +9495,6 @@ msgstr "Гуджарати" #~ msgid "Default app set" #~ msgstr "Приложение по умолчанию настроено" -#, fuzzy -#~| msgid "Backups" -#~ msgid "New Backup" -#~ msgstr "Резервные копии" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/si/LC_MESSAGES/django.po b/plinth/locale/si/LC_MESSAGES/django.po index 35d08dce2..47c90cdb3 100644 --- a/plinth/locale/si/LC_MESSAGES/django.po +++ b/plinth/locale/si/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-04-27 13:32+0000\n" "Last-Translator: HelaBasa \n" "Language-Team: Sinhala Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +msgid "Email Server" +msgstr "" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +msgid "Service Alert" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3127,10 +3370,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3798,11 +4037,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4859,11 +5093,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5129,8 +5358,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5158,30 +5387,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5935,10 +6160,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6115,7 +6336,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6187,13 +6408,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6941,6 +7155,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7077,10 +7342,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/sl/LC_MESSAGES/django.po b/plinth/locale/sl/LC_MESSAGES/django.po index 07352575e..5ce74e38c 100644 --- a/plinth/locale/sl/LC_MESSAGES/django.po +++ b/plinth/locale/sl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Slovenian Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Domain Name Server" +msgid "Email Server" +msgstr "Strežnik z imenom domene" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete Archive" +msgid "Delete selected" +msgstr "Izbriši arhiv" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create remote backup repository" +msgid "Create a new email alias" +msgstr "Ustvari oddaljeno skladišče za rezervne kopije" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Discovery" +msgid "Service Alert" +msgstr "Odkrivanje storitev" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create new repository" +msgid "Create home directory" +msgstr "Ustvari novo skladišče" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create new repository" +msgid "Private key path" +msgstr "Ustvari novo skladišče" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3303,10 +3558,6 @@ msgstr "Prekliči" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3978,11 +4229,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5053,11 +5299,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5329,8 +5570,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5360,30 +5601,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -6143,10 +6380,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6323,7 +6556,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6403,13 +6636,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -7197,6 +7423,57 @@ msgstr "Napaka ob nameščanju aplikacije: {error}" msgid "Server deleted." msgstr "Arhiv je izbrisan." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7333,10 +7610,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/sq/LC_MESSAGES/django.po b/plinth/locale/sq/LC_MESSAGES/django.po index cbde8997e..20de7672a 100644 --- a/plinth/locale/sq/LC_MESSAGES/django.po +++ b/plinth/locale/sq/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-06-07 12:34+0000\n" "Last-Translator: Besnik Bleta \n" "Language-Team: Albanian Formësoni e sistemit." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Shërbyes Fjalosjesh" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Drejtoria s’ekziston." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "jo i passhëm" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "S’ka dëshmi" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Përkatësi" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "E çaktivizuar" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "kablloja është e lidhur" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "U fshinë fotografimet e përzgjedhur" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Krijoni një kopjeruajtje të re" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Shtoje" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Përditësoje" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Lloj Shërbimi" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Shtegu s’është drejtori." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "U përditësua drejtori mediash" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Emri i përkatësisë u caktua" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Gjendje Dëshmie" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Kyç privat i kësaj makine" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Kreu" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Siguri" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Përkatësi" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Aktivizo dëmtim" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "E çaktivizuar" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3599,10 +3880,6 @@ msgstr "Anuloje" msgid "Service" msgstr "Shërbim" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Përkatësi" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4379,11 +4656,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Kjo lidhje s’është aktive." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Siguri" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5616,11 +5888,6 @@ msgstr "" "Google (https://www.google.com/settings/security/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "Klient Email" @@ -5927,8 +6194,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5962,30 +6229,26 @@ msgid "Current Vulnerabilities" msgstr "Cenueshmëri Aktuale" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Cenueshmëri të dikurshme" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Në bankëprovë" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Mbulim Bankëprove" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "N/A" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Po" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Jo" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "S’xhiron" @@ -6824,10 +7087,6 @@ msgstr "Emër Kafshe Shtëpiake" msgid "Add new introducer" msgstr "Shtoni paraqitës të ri" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Shtoje" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Paraqitës të lidhur" @@ -7016,7 +7275,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -7088,13 +7347,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Përditësoje" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Përditësime" @@ -7842,6 +8094,63 @@ msgstr "Fshije Lidhjen me Shërbyesin" msgid "Server deleted." msgstr "Shërbyesi u fshi." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adresë" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki dhe Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "hyrje publike" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7978,10 +8287,6 @@ msgstr "" msgid " Home" msgstr " Kreu" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Kreu" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Aplikacione" @@ -8246,3 +8551,6 @@ msgstr "" #: plinth/web_framework.py:113 msgid "Gujarati" msgstr "Gujaratase" + +#~ msgid "Past Vulnerabilities" +#~ msgstr "Cenueshmëri të dikurshme" diff --git a/plinth/locale/sr/LC_MESSAGES/django.po b/plinth/locale/sr/LC_MESSAGES/django.po index 377ad97e3..86031ee08 100644 --- a/plinth/locale/sr/LC_MESSAGES/django.po +++ b/plinth/locale/sr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-01-18 12:32+0000\n" "Last-Translator: ikmaak \n" "Language-Team: Serbian Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Domain Name Server" +msgid "Email Server" +msgstr "Domain Name Server" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete Archive" +msgid "Delete selected" +msgstr "Izbriši arhivu" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Kreiraj novu rezervnu kopiju" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Discovery" +msgid "Service Alert" +msgstr "Otkrivanje Servisa" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "Kreirajte repozitorij" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3201,10 +3454,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3874,11 +4123,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4945,11 +5189,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5217,8 +5456,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5246,30 +5485,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -6025,10 +6260,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6205,7 +6436,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6277,13 +6508,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -7031,6 +7255,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7167,10 +7442,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/sv/LC_MESSAGES/django.po b/plinth/locale/sv/LC_MESSAGES/django.po index 3d44ad7ce..6ef1a2261 100644 --- a/plinth/locale/sv/LC_MESSAGES/django.po +++ b/plinth/locale/sv/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-04-22 21:32+0000\n" "Last-Translator: Michael Breidenbach \n" "Language-Team: Swedish användarnamn@%(domainname)s. Du kan ställa in " "din domän på systemet Konfigurera sidan." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Chat-Server" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Katalogen finns inte." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "otillgängligt" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Inget certifikat" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Domän" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Inaktiverad" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "kabeln är ansluten" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Borttagna markerade ögonblicksbilder" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Skapa en ny säkerhetskopia" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Lägg till" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Uppdatera" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Servicetype" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Sökvägen är inte en katalog." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Uppdaterad mediekatalog" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Nuvarande status:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Låt oss kryptera" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Domännamn inställt" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Certifikatets status" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Maskinens privata nyckel" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Hem" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Säkerhet" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Domäner" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Aktivera skador" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Inaktiverad" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3590,10 +3873,6 @@ msgstr "Avbryt" msgid "Service" msgstr "Tjänst" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Domäner" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4366,11 +4645,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Den här anslutningen är inte aktiv." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Säkerhet" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5597,11 +5871,6 @@ msgstr "" "security/lesssecureapps\" >https://www.Google.com/settings/Security/" "lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "E-postklient" @@ -5904,9 +6173,15 @@ msgstr "" "server." #: plinth/modules/security/templates/security_report.html:19 +#, fuzzy +#| msgid "" +#| "The following table lists the current reported number, and historical " +#| "count, of security vulnerabilities for each installed app. More " +#| "information on the vulnerabilities can be found on the Debian Security Bug Tracker." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5943,30 +6218,26 @@ msgid "Current Vulnerabilities" msgstr "Aktuella sårbarheter" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Tidigare sårbarheter" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Sandboxed" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Sandbox Täckning" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "N/A" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Ja" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Nej" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Körs inte" @@ -6809,10 +7080,6 @@ msgstr "Namn på husdjur" msgid "Add new introducer" msgstr "Lägg till ny introduktören" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Lägg till" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Anslutna introducerare" @@ -7018,7 +7285,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "En Tor SOCKS-port finns på din %(box_name)s på TCP-port 9050." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Instänllningar oförändrade" @@ -7107,13 +7374,6 @@ msgstr "" "systemet bedöms vara nödvändigt, det sker automatiskt vid 02:00 orsakar alla " "apps för att vara tillgängligt en kort stund." -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Uppdatera" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Uppdateringar" @@ -7948,6 +8208,63 @@ msgstr "Ta bort anslutning till server" msgid "Server deleted." msgstr "Servern har tagits bort." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adress" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki och Blogg" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "Publik tillgång" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8107,10 +8424,6 @@ msgstr "Kärnfunktioner och webbgränssnitt för %(box_name)s" msgid " Home" msgstr " Hem" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Hem" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Appar" @@ -8404,6 +8717,9 @@ msgstr "%(percentage)s %% färdigt" msgid "Gujarati" msgstr "Gujarati" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Tidigare sårbarheter" + #~ msgid "Message Archive Management enabled" #~ msgstr "Meddelandearkivhantering aktiverad" @@ -9007,9 +9323,6 @@ msgstr "Gujarati" #~ msgid "Tor Anonymity Network" #~ msgstr "Tor Anonymitetsnätverk" -#~ msgid "Current status:" -#~ msgstr "Nuvarande status:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Ta Bort Wiki eller Blogg" diff --git a/plinth/locale/ta/LC_MESSAGES/django.po b/plinth/locale/ta/LC_MESSAGES/django.po index 9683c2f21..de7dc897a 100644 --- a/plinth/locale/ta/LC_MESSAGES/django.po +++ b/plinth/locale/ta/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgstr "" msgid "Page source" msgstr "" -#: plinth/context_processors.py:23 plinth/views.py:78 +#: plinth/context_processors.py:23 plinth/views.py:80 msgid "FreedomBox" msgstr "" @@ -926,7 +926,7 @@ msgstr "" #: plinth/modules/matrixsynapse/views.py:124 plinth/modules/mumble/views.py:28 #: plinth/modules/pagekite/forms.py:78 plinth/modules/quassel/views.py:29 #: plinth/modules/shadowsocks/views.py:59 -#: plinth/modules/transmission/views.py:47 +#: plinth/modules/transmission/views.py:47 plinth/modules/wordpress/views.py:36 msgid "Configuration updated" msgstr "" @@ -1342,15 +1342,18 @@ msgid "Diagnostics" msgstr "" #: plinth/modules/diagnostics/__init__.py:98 +#: plinth/modules/email_server/templates/email_server.html:29 msgid "passed" msgstr "" #: plinth/modules/diagnostics/__init__.py:99 +#: plinth/modules/email_server/templates/email_server.html:27 #: plinth/modules/networks/views.py:49 msgid "failed" msgstr "" #: plinth/modules/diagnostics/__init__.py:100 +#: plinth/modules/email_server/templates/email_server.html:25 msgid "error" msgstr "" @@ -1842,6 +1845,246 @@ msgid "" "Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +msgid "Email Server" +msgstr "" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +msgid "Delete selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:31 +msgid "Create a new email alias" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +msgid "Service Alert" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +msgid "Create home directory" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3126,10 +3369,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3797,11 +4036,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4858,11 +5092,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5128,8 +5357,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5157,30 +5386,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5934,10 +6159,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6114,7 +6335,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6186,13 +6407,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6940,6 +7154,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7076,10 +7341,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/te/LC_MESSAGES/django.po b/plinth/locale/te/LC_MESSAGES/django.po index d7638ac3d..82d5bc1ae 100644 --- a/plinth/locale/te/LC_MESSAGES/django.po +++ b/plinth/locale/te/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: FreedomBox UI\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-05-17 18:31+0000\n" "Last-Translator: chilumula vamshi krishna \n" "Language-Team: Telugu kaanfigar పేజీలో సెటప్ చేయవచ్చు." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "కబుర్ల సేవిక" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "డైరెక్టరీ ఉనికిలో లేదు." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Available Domains" +msgid "RoundCube availability" +msgstr "అందుబాటులో ఉన్న డొమైన్లు" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "ధృవీకరణ పత్రం లేదు" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "డొమైన్" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "రౌండ్ క్యూబ్" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "మొజిల్లా థండర్ బర్డ్" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "నిలిపివేయబడింది" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "కేబుల్ అనుసంధానించబడిన" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete all the snapshots" +msgid "Delete selected" +msgstr "అన్ని స్నాప్షాట్‌లను తొలగించు" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "క్రొత్త బ్యాకప్‌ను సృష్టించండి" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "జోడించు" + +#: plinth/modules/email_server/templates/email_domains.html:19 +#, fuzzy +#| msgid "Backups" +msgid "New value" +msgstr "బ్యాకప్స్" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "నవీకరణ" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "సేవా రకం" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Download directory" +msgid "You do not have a home directory." +msgstr "డైరెక్టరీని దిగుమతి చేయు" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "మీడియా డైరెక్టరీని నవీకరించబడింది" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "ప్రస్తుత స్థితి:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "లెట్స్ ఎన్క్రిప్ట్" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "అధికారక్షేత్రం పేరు అమర్పు" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "యోగ్యతాపత్రం స్థితి" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create User" +msgid "Private key path" +msgstr "వినియోగదారుని సృష్టించు" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "ముంగిలి" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "భద్రత" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "డొమైన్లు" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +msgid "Enabled aliases" +msgstr "PageKite ప్రారంభించు" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "నిలిపివేయబడింది" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3549,10 +3833,6 @@ msgstr "రద్దుచేయి" msgid "Service" msgstr "సేవ" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "డొమైన్లు" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4264,11 +4544,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "ఈ అనుసంధానం చురుకుగాలేదు." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "భద్రత" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5487,11 +5762,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "రౌండ్ క్యూబ్" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "ఇమెయిల్ క్లయింట్" @@ -5809,8 +6079,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5840,38 +6110,34 @@ msgid "Current Vulnerabilities" msgstr "ప్రస్తుత దుర్బలతలు" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "గత దుర్బలతలు" - -#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox (Minetest)" msgid "Sandboxed" msgstr "స్యాండ్ బాక్స్ ను అడ్డగించు (మైన్ పరీక్ష)" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "Block Sandbox (Minetest)" msgid "Sandbox Coverage" msgstr "స్యాండ్ బాక్స్ ను అడ్డగించు (మైన్ పరీక్ష)" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "N/A" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 #, fuzzy #| msgid "yes" msgid "Yes" msgstr "అవును" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 #, fuzzy #| msgid "None" msgid "No" msgstr "ఏమీ లేదు" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 #, fuzzy #| msgid "is not running" msgid "Not running" @@ -6727,10 +6993,6 @@ msgstr "ముద్దుపేరు" msgid "Add new introducer" msgstr "కొత్త పరిచయకర్తని జోడించండి" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "జోడించు" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "కనెక్ట్ చేసిన పరిచయకర్తలు" @@ -6942,7 +7204,7 @@ msgstr "సాక్స్‌లు" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "టిసిపి పోర్ట్ 9050 పై ఒక టార్ సొక్స్ పోర్ట్ మీ %(box_name)sలో అందుబాటులో ఉంది." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "మారకుండా అమర్చుతోంది" @@ -7034,13 +7296,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "నవీకరణ" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update" @@ -7884,6 +8139,63 @@ msgstr "అనుసంధానం తొలగించు" msgid "Server deleted." msgstr "{name} తొలగించబడింది." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "చిరునామా" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "వికీ మరియు బ్లాగ్" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "ప్రజా ప్రాప్తి" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8027,10 +8339,6 @@ msgstr "" msgid " Home" msgstr "ముంగిలి" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "ముంగిలి" - #: plinth/templates/base.html:115 #, fuzzy #| msgid "Apps" @@ -8328,6 +8636,9 @@ msgstr "%(percentage)s %% పూర్తి" msgid "Gujarati" msgstr "గుజరాతీ" +#~ msgid "Past Vulnerabilities" +#~ msgstr "గత దుర్బలతలు" + #~ msgid "Message Archive Management enabled" #~ msgstr "ప్రాచీన సందేశ నిర్వహణ ప్రారంభించబడింది" @@ -9087,9 +9398,6 @@ msgstr "గుజరాతీ" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "సెక్యుర్ సాకెట్ లేయర్ పై వెబ్ సర్వర్" -#~ msgid "Current status:" -#~ msgstr "ప్రస్తుత స్థితి:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "వికీ లేదా బ్లాగును తొలగించు" @@ -9114,11 +9422,6 @@ msgstr "గుజరాతీ" #~ msgid "Default app set" #~ msgstr "అప్రమేయం" -#, fuzzy -#~| msgid "Backups" -#~ msgid "New Backup" -#~ msgstr "బ్యాకప్స్" - #, fuzzy #~| msgid "NTP client in contact with servers" #~ msgid "chrony client in contact with servers" diff --git a/plinth/locale/tr/LC_MESSAGES/django.po b/plinth/locale/tr/LC_MESSAGES/django.po index 8cc1b687c..060346a33 100644 --- a/plinth/locale/tr/LC_MESSAGES/django.po +++ b/plinth/locale/tr/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-04-22 21:32+0000\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish Yapılandır sayfasında " "ayarlayabilirsiniz." +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Sohbet Sunucusu" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Dizin mevcut değil." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "unavailable" +msgid "RoundCube availability" +msgstr "kullanılamaz" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Sertifika yok" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Etki Alanı" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Etkisizleştirildi" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "kablo bağlı" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Deleted selected snapshots" +msgid "Delete selected" +msgstr "Seçilen anlık görüntüler silindi" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Yeni bir yedek oluşturun" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Ekle" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Güncelle" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Hizmet Türü" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Yol bir dizin değil." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Güncellenmiş ortam dizini" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "Güncel durum:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Etki alanı adı ayarlandı" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Sertifika Durumu" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Bu makinenin özel anahtarı" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Giriş" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Güvenlik" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Etki Alanları" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Hasarı etkinleştir" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Etkisizleştirildi" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3608,10 +3891,6 @@ msgstr "İptal" msgid "Service" msgstr "Hizmet" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Etki Alanları" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4385,11 +4664,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Bu bağlantı etkin değil." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Güvenlik" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5611,11 +5885,6 @@ msgstr "" "gerekeceğini unutmayın (https://myaccount.google.com/lesssecureapps)." -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "E-posta İstemcisi" @@ -5920,9 +6189,15 @@ msgstr "" "sağlayan FreedomBox uygulamasında bildirilen %(count)s güvenlik açığı var." #: plinth/modules/security/templates/security_report.html:19 +#, fuzzy +#| msgid "" +#| "The following table lists the current reported number, and historical " +#| "count, of security vulnerabilities for each installed app. More " +#| "information on the vulnerabilities can be found on the Debian Security Bug Tracker." msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5961,30 +6236,26 @@ msgid "Current Vulnerabilities" msgstr "Şu Anki Güvenlik Açığı" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Geçmiş Güvenlik Açığı" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "Korumalı" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "Korumalı Alan Kapsamı" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "YOK" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Evet" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Hayır" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Çalışmıyor" @@ -6833,10 +7104,6 @@ msgstr "Evcil Hayvan Adı" msgid "Add new introducer" msgstr "Yeni tanıtıcı ekle" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Ekle" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "Bağlı tanıtıcılar" @@ -7044,7 +7311,7 @@ msgstr "" "9050 nolu TCP bağlantı noktası üzerindeki %(box_name)s cihazınızda bir Tor " "SOCKS bağlantı noktası kullanılabilir." -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Ayar değişmedi" @@ -7132,13 +7399,6 @@ msgstr "" "Eğer sistemin yeniden başlatılması gerekli görülürse, saat 02:00'da otomatik " "olarak yapılır ve tüm uygulamalar kısa bir süre için kullanılamaz hale gelir." -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Güncelle" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Güncellemeler" @@ -7973,6 +8233,63 @@ msgstr "Sunucuya Bağlantıyı Sil" msgid "Server deleted." msgstr "Sunucu silindi." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Adres" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Viki ve Blog" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "herkese açık erişim" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8134,10 +8451,6 @@ msgstr "%(box_name)s için temel işlevsellik ve web arayüzü" msgid " Home" msgstr " Giriş" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Giriş" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Uygulamalar" @@ -8428,6 +8741,9 @@ msgstr "%%%(percentage)s tamamlandı" msgid "Gujarati" msgstr "Gujarati" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Geçmiş Güvenlik Açığı" + #~ msgid "Message Archive Management enabled" #~ msgstr "İleti Arşivi Yönetimi etkinleştirildi" @@ -9211,9 +9527,6 @@ msgstr "Gujarati" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "SSL (Secure Socket Layer) üzerinden Web Sunucusu" -#~ msgid "Current status:" -#~ msgstr "Güncel durum:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "Viki ya da Blogu Sil" diff --git a/plinth/locale/uk/LC_MESSAGES/django.po b/plinth/locale/uk/LC_MESSAGES/django.po index f461b5a5f..441d01c99 100644 --- a/plinth/locale/uk/LC_MESSAGES/django.po +++ b/plinth/locale/uk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-08-20 21:20+0000\n" "Last-Translator: Andrij Mizyk \n" "Language-Team: Ukrainian Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Chat Server" +msgid "Email Server" +msgstr "Сервер чату" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +#, fuzzy +#| msgid "Directory does not exist." +msgid "User does not exist" +msgstr "Каталог не існує." + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "Нема сертифікату" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "Домен" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +#, fuzzy +#| msgid "Mozilla Thunderbird" +msgid "Thunderbird" +msgstr "Mozilla Thunderbird" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "Вимкнені" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "кабель підʼєднано" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete User" +msgid "Delete selected" +msgstr "Видалити користувача" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Створити нову резервну копію" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "Додати" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Оновити" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Тип сервісу" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Path is not a directory." +msgid "You do not have a home directory." +msgstr "Шлях не є каталогом." + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Updated media directory" +msgid "Create home directory" +msgstr "Оновлено каталог медія" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Let's Encrypt" +msgid "Use Let's Encrypt" +msgstr "Let's Encrypt" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Доменну назву задано" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "Стан сертифікату" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Private key of this machine" +msgid "Private key path" +msgstr "Приватний ключ машини" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "Домівка" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "Безпека" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "Домени" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "Дозволити пошкодження" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "Вимкнені" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3286,10 +3566,6 @@ msgstr "Скасувати" msgid "Service" msgstr "Сервіс" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "Домени" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3967,11 +4243,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "Це зʼєднання неактивне." -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "Безпека" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4959,8 +5230,8 @@ msgid "" msgstr "" "Radicale – це сервер для CalDAV та CardDAV. Він дозволяє синхронізувати і " "поширювати дані планування і контактів. Для використання Radicale необхідні " -"підтримувані клієнтські застосунки. До Radicale може мати доступ будь-" +"підтримувані клієнтські застосунки. До Radicale може мати доступ будь-" "який користувач з імʼям входу для {box_name}." #: plinth/modules/radicale/__init__.py:34 @@ -5078,11 +5349,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "Roundcube" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "Клієнт ел. пошти" @@ -5355,8 +5621,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5384,30 +5650,26 @@ msgid "Current Vulnerabilities" msgstr "Поточні вразливості" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "Минулі вразливості" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "Так" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "Ні" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "Не запущено" @@ -6169,10 +6431,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "Додати" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6349,7 +6607,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "Налаштування незмінено" @@ -6430,13 +6688,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Оновити" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "Оновлення" @@ -7200,6 +7451,63 @@ msgstr "Видалити зʼєднання до сервера" msgid "Server deleted." msgstr "Сервер видалено." +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "Адреса" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Вікі та блоґ" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "public access" +msgid "Public access" +msgstr "публічний доступ" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7336,10 +7644,6 @@ msgstr "Функціональність ядра та вебінтерфейс msgid " Home" msgstr " Домівка" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "Домівка" - #: plinth/templates/base.html:115 msgid " Apps" msgstr " Застосунки" @@ -7625,6 +7929,9 @@ msgstr "%(percentage)s%% завершено" msgid "Gujarati" msgstr "Gujarati" +#~ msgid "Past Vulnerabilities" +#~ msgstr "Минулі вразливості" + #, fuzzy #~| msgid "Domain Name" #~ msgid "Disk Name" diff --git a/plinth/locale/vi/LC_MESSAGES/django.po b/plinth/locale/vi/LC_MESSAGES/django.po index cc6baee82..6604035c7 100644 --- a/plinth/locale/vi/LC_MESSAGES/django.po +++ b/plinth/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-07-28 08:34+0000\n" "Last-Translator: bruh \n" "Language-Team: Vietnamese Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Domain Name Server" +msgid "Email Server" +msgstr "Máy chủ tên miền" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "Accept all SSL certificates" +msgid "Has a TLS certificate" +msgstr "Chấp nhận tất cả chứng chỉ SSL" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "TLS domain" +msgid "domain" +msgstr "Miền TLS" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "Enable scheduled backups" +msgid "Enable selected" +msgstr "Bật sao lưu được lên lịch" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete files" +msgid "Delete selected" +msgstr "Xoá tệp" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "Tạo một bản sao lưu mới" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "Cập nhật" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "Loại dịch vụ" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "Tạo kho" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "Đã đặt tên miền" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3318,10 +3579,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3989,11 +4246,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5050,11 +5302,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5320,8 +5567,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5349,30 +5596,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -6129,10 +6372,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6309,7 +6548,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6381,13 +6620,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "Cập nhật" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -7135,6 +7367,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7271,10 +7554,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr "" diff --git a/plinth/locale/zh_Hans/LC_MESSAGES/django.po b/plinth/locale/zh_Hans/LC_MESSAGES/django.po index 407ab7c08..1df171d2e 100644 --- a/plinth/locale/zh_Hans/LC_MESSAGES/django.po +++ b/plinth/locale/zh_Hans/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Plinth\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-06-12 02:32+0000\n" "Last-Translator: 池边树下 \n" "Language-Team: Chinese (Simplified) 。你可以在系统的配置中设置你" "的域名。" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Web Server" +msgid "Email Server" +msgstr "Web 服务器" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +#, fuzzy +#| msgid "Available Domains" +msgid "RoundCube availability" +msgstr "可用域名" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +#, fuzzy +#| msgid "No certificate" +msgid "Has a TLS certificate" +msgstr "没有证书" + +#: plinth/modules/email_server/forms.py:7 +#, fuzzy +#| msgid "Domain" +msgid "domain" +msgstr "域名" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +#, fuzzy +#| msgid "Enable Roundcube" +msgid "Roundcube" +msgstr "启用 Roundcube" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +#, fuzzy +#| msgid "Disabled" +msgid "Disable selected" +msgstr "已禁用" + +#: plinth/modules/email_server/templates/email_alias.html:24 +#, fuzzy +#| msgid "cable is connected" +msgid "Enable selected" +msgstr "线缆已连接" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete Snapshot" +msgid "Delete selected" +msgstr "删除快照" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "创建新备份" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +#, fuzzy +#| msgid "Address" +msgid "Add" +msgstr "地址" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "更新" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Type" +msgid "Service Alert" +msgstr "服务类型" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +#, fuzzy +#| msgid "Download directory" +msgid "You do not have a home directory." +msgstr "下载目录" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "创建存储库" + +#: plinth/modules/email_server/templates/tls_form.html:10 +#, fuzzy +#| msgid "Current status:" +msgid "Keep current settings" +msgstr "当前状态:" + +#: plinth/modules/email_server/templates/tls_form.html:19 +#, fuzzy +#| msgid "Certificates (Let's Encrypt)" +msgid "Use Let's Encrypt" +msgstr "证书(Let's Encrypt)" + +#: plinth/modules/email_server/templates/tls_form.html:24 +#, fuzzy +#| msgid "Domain name set" +msgid "Common name" +msgstr "域名集" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +#, fuzzy +#| msgid "Certificate Status" +msgid "Certificate path" +msgstr "证书状态" + +#: plinth/modules/email_server/templates/tls_form.html:53 +#, fuzzy +#| msgid "Create User" +msgid "Private key path" +msgstr "创建用户" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "主页" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "安全" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "域名" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +#, fuzzy +#| msgid "Enable damage" +msgid "Enabled aliases" +msgstr "启用伤害" + +#: plinth/modules/email_server/views.py:182 +#, fuzzy +#| msgid "Disabled" +msgid "Disabled aliases" +msgstr "已禁用" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3528,10 +3811,6 @@ msgstr "取消" msgid "Service" msgstr "服务" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "域名" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -4230,11 +4509,6 @@ msgstr "IPv6" msgid "This connection is not active." msgstr "此连接未处于激活状态。" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "安全" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -5482,13 +5756,6 @@ msgstr "" "href=\"https://www.google.com/settings/security/lesssecureapps\">https://www." "google.com/settings/security/lesssecureapps)中启用“安全性较低的应用”。" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -#, fuzzy -#| msgid "Enable Roundcube" -msgid "Roundcube" -msgstr "启用 Roundcube" - #: plinth/modules/roundcube/__init__.py:56 #, fuzzy #| msgid "" @@ -5798,8 +6065,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5829,10 +6096,6 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "" #| "Block Sandbox \n" @@ -5842,7 +6105,7 @@ msgstr "" "方块沙盒\n" "(Minetest)" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 #, fuzzy #| msgid "" #| "Block Sandbox \n" @@ -5852,21 +6115,21 @@ msgstr "" "方块沙盒\n" "(Minetest)" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 #, fuzzy #| msgid "yes" msgid "Yes" msgstr "是的" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 #, fuzzy #| msgid "is not running" msgid "Not running" @@ -6733,12 +6996,6 @@ msgstr "名称" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -#, fuzzy -#| msgid "Address" -msgid "Add" -msgstr "地址" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6939,7 +7196,7 @@ msgstr "SOCKS" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "Tor SOCKS 端口是你 %(box_name)s 上的 TCP 端口 9050 。" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "设置未改变" @@ -7032,13 +7289,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "更新" - #: plinth/modules/upgrades/__init__.py:122 #, fuzzy #| msgid "Update" @@ -7932,6 +8182,63 @@ msgstr "删除连接" msgid "Server deleted." msgstr "{name} 已删除。" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +#, fuzzy +#| msgid "Address" +msgid "WordPress" +msgstr "地址" + +#: plinth/modules/wordpress/__init__.py:70 +#, fuzzy +#| msgid "Wiki and Blog" +msgid "Website and Blog" +msgstr "Wiki 和博客" + +#: plinth/modules/wordpress/forms.py:14 +#, fuzzy +#| msgid "Publish Key" +msgid "Public access" +msgstr "发布密钥" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -8089,10 +8396,6 @@ msgstr "Plinth %(box_name)s 管理界面" msgid " Home" msgstr "主页" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "主页" - #: plinth/templates/base.html:115 #, fuzzy #| msgid "Apps" @@ -8928,9 +9231,6 @@ msgstr "古吉拉特语" #~ msgid "Web Server over Secure Socket Layer" #~ msgstr "Web 服务器安全套接字层" -#~ msgid "Current status:" -#~ msgstr "当前状态:" - #~ msgid "Delete Wiki or Blog" #~ msgstr "删除 wiki 页面或博客" diff --git a/plinth/locale/zh_Hant/LC_MESSAGES/django.po b/plinth/locale/zh_Hant/LC_MESSAGES/django.po index 9d505e81e..55f1f3ffc 100644 --- a/plinth/locale/zh_Hant/LC_MESSAGES/django.po +++ b/plinth/locale/zh_Hant/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-16 18:38-0400\n" +"POT-Creation-Date: 2021-08-30 19:29-0400\n" "PO-Revision-Date: 2021-04-27 13:32+0000\n" "Last-Translator: James Pan \n" "Language-Team: Chinese (Traditional) Configure page." msgstr "" +#: plinth/modules/email_server/__init__.py:49 +#, fuzzy +#| msgid "Domain Name Server" +msgid "Email Server" +msgstr "域名服務器 DNS" + +#: plinth/modules/email_server/__init__.py:81 +msgid "Powered by Postfix, Dovecot & Rspamd" +msgstr "" + +#: plinth/modules/email_server/aliases/__init__.py:66 +#: plinth/modules/email_server/aliases/__init__.py:73 +msgid "The alias was taken" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:13 +msgid "Must be at least 2 characters long" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:15 +msgid "Contains illegal characters" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:17 +msgid "Must start and end with a-z or 0-9" +msgstr "" + +#: plinth/modules/email_server/aliases/models.py:19 +msgid "Cannot be a number" +msgstr "" + +#: plinth/modules/email_server/audit/home.py:23 +#: plinth/modules/email_server/audit/home.py:32 +msgid "User does not exist" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:66 +msgid "Postfix-Dovecot SASL integration" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:67 +msgid "Postfix alias maps" +msgstr "" + +#: plinth/modules/email_server/audit/ldap.py:68 +msgid "Postfix local recipient maps" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:31 +msgid "RoundCube availability" +msgstr "" + +#: plinth/modules/email_server/audit/rcube.py:32 +msgid "RoundCube configured for FreedomBox email" +msgstr "" + +#: plinth/modules/email_server/audit/spam.py:86 +msgid "Inbound and outbound mail filters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:80 +msgid "Postfix TLS parameters" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:81 +msgid "Postfix uses a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/audit/tls.py:90 +msgid "Has a TLS certificate" +msgstr "" + +#: plinth/modules/email_server/forms.py:7 +msgid "domain" +msgstr "" + +#: plinth/modules/email_server/forms.py:14 +msgid "New alias (without @domain)" +msgstr "" + +#: plinth/modules/email_server/manifest.py:6 +#: plinth/modules/roundcube/__init__.py:55 +#: plinth/modules/roundcube/manifest.py:6 +msgid "Roundcube" +msgstr "" + +#: plinth/modules/email_server/manifest.py:12 +msgid "Thunderbird" +msgstr "" + +#: plinth/modules/email_server/manifest.py:27 +msgid "K-9 Mail" +msgstr "" + +#: plinth/modules/email_server/manifest.py:40 +msgid "FairEmail" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:12 +msgid "You have no email aliases." +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:21 +msgid "Disable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:24 +msgid "Enable selected" +msgstr "" + +#: plinth/modules/email_server/templates/email_alias.html:27 +#, fuzzy +#| msgid "Delete files" +msgid "Delete selected" +msgstr "刪除檔案" + +#: plinth/modules/email_server/templates/email_alias.html:31 +#, fuzzy +#| msgid "Create a new backup" +msgid "Create a new email alias" +msgstr "建立一個新的備份檔" + +#: plinth/modules/email_server/templates/email_alias.html:38 +#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 +msgid "Add" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:19 +msgid "New value" +msgstr "" + +#: plinth/modules/email_server/templates/email_domains.html:31 +#: plinth/modules/email_server/templates/email_security.html:23 +#: plinth/modules/upgrades/__init__.py:77 +#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 +#: plinth/modules/upgrades/templates/update-firstboot.html:11 +#: plinth/templates/setup.html:62 +msgid "Update" +msgstr "" + +#: plinth/modules/email_server/templates/email_form_base.html:12 +msgid "There was a problem with your request. Please try again." +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:13 +msgid "Postfix TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_security.html:18 +msgid "Dovecot TLS" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:14 +msgid "Visit Rspamd administration interface" +msgstr "" + +#: plinth/modules/email_server/templates/email_server.html:18 +#, fuzzy +#| msgid "Service Discovery" +msgid "Service Alert" +msgstr "發現服務" + +#: plinth/modules/email_server/templates/email_server.html:38 +msgid "Repair" +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:15 +msgid "You do not have a home directory." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:17 +msgid "Create one to begin receiving emails." +msgstr "" + +#: plinth/modules/email_server/templates/my_mail.html:22 +#, fuzzy +#| msgid "Create Repository" +msgid "Create home directory" +msgstr "建立儲存庫" + +#: plinth/modules/email_server/templates/tls_form.html:10 +msgid "Keep current settings" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:19 +msgid "Use Let's Encrypt" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:24 +msgid "Common name" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:38 +msgid "Use custom values" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:43 +msgid "Certificate path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:53 +msgid "Private key path" +msgstr "" + +#: plinth/modules/email_server/templates/tls_form.html:67 +msgid "Use system default" +msgstr "" + +#: plinth/modules/email_server/views.py:24 +#: plinth/modules/email_server/views.py:32 plinth/templates/base.html:110 +msgid "Home" +msgstr "" + +#: plinth/modules/email_server/views.py:25 +msgid "My Mail" +msgstr "" + +#: plinth/modules/email_server/views.py:26 +#: plinth/modules/email_server/views.py:33 +msgid "My Aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:27 +#: plinth/modules/networks/templates/connection_show.html:259 +#: plinth/modules/security/__init__.py:45 +msgid "Security" +msgstr "" + +#: plinth/modules/email_server/views.py:28 +#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 +msgid "Domains" +msgstr "" + +#: plinth/modules/email_server/views.py:104 +#, python-brace-format +msgid "Internal error in {0}" +msgstr "" + +#: plinth/modules/email_server/views.py:107 +msgid "Check syslog for more information" +msgstr "" + +#: plinth/modules/email_server/views.py:181 +msgid "Enabled aliases" +msgstr "" + +#: plinth/modules/email_server/views.py:182 +msgid "Disabled aliases" +msgstr "" + #: plinth/modules/firewall/__init__.py:33 #, python-brace-format msgid "" @@ -3144,10 +3397,6 @@ msgstr "" msgid "Service" msgstr "" -#: plinth/modules/monkeysphere/templates/monkeysphere.html:37 -msgid "Domains" -msgstr "" - #: plinth/modules/monkeysphere/templates/monkeysphere.html:38 #: plinth/modules/monkeysphere/templates/monkeysphere_details.html:17 msgid "OpenPGP Fingerprint" @@ -3815,11 +4064,6 @@ msgstr "" msgid "This connection is not active." msgstr "" -#: plinth/modules/networks/templates/connection_show.html:259 -#: plinth/modules/security/__init__.py:46 -msgid "Security" -msgstr "" - #: plinth/modules/networks/templates/connection_show.html:264 #: plinth/modules/networks/templates/connection_show.html:284 #: plinth/modules/networks/templates/connection_show.html:303 @@ -4876,11 +5120,6 @@ msgid "" "a>)." msgstr "" -#: plinth/modules/roundcube/__init__.py:55 -#: plinth/modules/roundcube/manifest.py:6 -msgid "Roundcube" -msgstr "" - #: plinth/modules/roundcube/__init__.py:56 msgid "Email Client" msgstr "" @@ -5146,8 +5385,8 @@ msgstr "" #: plinth/modules/security/templates/security_report.html:19 msgid "" -"The following table lists the current reported number, and historical count, " -"of security vulnerabilities for each installed app. More information on the " +"The following table lists the current reported number of security " +"vulnerabilities for each installed app. More information on the " "vulnerabilities can be found on the Debian Security Bug Tracker." msgstr "" @@ -5175,30 +5414,26 @@ msgid "Current Vulnerabilities" msgstr "" #: plinth/modules/security/templates/security_report.html:47 -msgid "Past Vulnerabilities" -msgstr "" - -#: plinth/modules/security/templates/security_report.html:48 msgid "Sandboxed" msgstr "" -#: plinth/modules/security/templates/security_report.html:49 +#: plinth/modules/security/templates/security_report.html:48 msgid "Sandbox Coverage" msgstr "" -#: plinth/modules/security/templates/security_report.html:60 +#: plinth/modules/security/templates/security_report.html:58 msgid "N/A" msgstr "" -#: plinth/modules/security/templates/security_report.html:62 +#: plinth/modules/security/templates/security_report.html:60 msgid "Yes" msgstr "" -#: plinth/modules/security/templates/security_report.html:64 +#: plinth/modules/security/templates/security_report.html:62 msgid "No" msgstr "" -#: plinth/modules/security/templates/security_report.html:71 +#: plinth/modules/security/templates/security_report.html:69 msgid "Not running" msgstr "" @@ -5952,10 +6187,6 @@ msgstr "" msgid "Add new introducer" msgstr "" -#: plinth/modules/tahoe/templates/tahoe-post-setup.html:59 -msgid "Add" -msgstr "" - #: plinth/modules/tahoe/templates/tahoe-post-setup.html:64 msgid "Connected introducers" msgstr "" @@ -6132,7 +6363,7 @@ msgstr "" msgid "A Tor SOCKS port is available on your %(box_name)s on TCP port 9050." msgstr "" -#: plinth/modules/tor/views.py:137 plinth/views.py:216 +#: plinth/modules/tor/views.py:137 plinth/views.py:218 msgid "Setting unchanged" msgstr "" @@ -6204,13 +6435,6 @@ msgid "" "automatically at 02:00 causing all apps to be unavailable briefly." msgstr "" -#: plinth/modules/upgrades/__init__.py:77 -#: plinth/modules/upgrades/templates/update-firstboot-progress.html:11 -#: plinth/modules/upgrades/templates/update-firstboot.html:11 -#: plinth/templates/setup.html:62 -msgid "Update" -msgstr "" - #: plinth/modules/upgrades/__init__.py:122 msgid "Updates" msgstr "" @@ -6958,6 +7182,57 @@ msgstr "" msgid "Server deleted." msgstr "" +#: plinth/modules/wordpress/__init__.py:36 +msgid "" +"WordPress is a popular way to create and manage websites and blogs. Content " +"can be managed using a visual interface. Layout and functionality of the web " +"pages can be customized. Appearance can be chosen using themes. " +"Administration interface and produced web pages are suitable for mobile " +"devices." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:42 +#, python-brace-format +msgid "" +"You need to run WordPress setup by visiting the app before making the site " +"publicly available below. Setup must be run when accessing {box_name} with " +"the correct domain name. Enable permalinks in administrator interface for " +"better URLs to your pages and posts." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:47 +msgid "" +"WordPress has its own user accounts. First administrator account is created " +"during setup. Bookmark the admin page " +"to reach administration interface in the future." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:51 +msgid "" +"After a major version upgrade, you need to manually run database upgrade " +"from administrator interface. Additional plugins or themes may be installed " +"and upgraded at your own risk." +msgstr "" + +#: plinth/modules/wordpress/__init__.py:69 +#: plinth/modules/wordpress/manifest.py:6 +msgid "WordPress" +msgstr "" + +#: plinth/modules/wordpress/__init__.py:70 +msgid "Website and Blog" +msgstr "" + +#: plinth/modules/wordpress/forms.py:14 +msgid "Public access" +msgstr "" + +#: plinth/modules/wordpress/forms.py:15 +msgid "" +"Allow all visitors. Disabling allows only administrators to view the " +"WordPress site or blog. Enable only after performing initial WordPress setup." +msgstr "" + #: plinth/modules/zoph/__init__.py:33 #, python-brace-format msgid "" @@ -7094,10 +7369,6 @@ msgstr "" msgid " Home" msgstr "" -#: plinth/templates/base.html:110 -msgid "Home" -msgstr "" - #: plinth/templates/base.html:115 msgid " Apps" msgstr ""