diff --git a/plinth/modules/apps/templates/apps.html b/plinth/modules/apps/templates/apps.html index a421386f2..d22661bc5 100644 --- a/plinth/modules/apps/templates/apps.html +++ b/plinth/modules/apps/templates/apps.html @@ -25,9 +25,9 @@
- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} You can install and run various services and applications on - your {{ cfg.box_name }}. + your {{ box_name }}. {% endblocktrans %}
diff --git a/plinth/modules/firewall/templates/firewall.html b/plinth/modules/firewall/templates/firewall.html index 14c21f4f9..2a2826032 100644 --- a/plinth/modules/firewall/templates/firewall.html +++ b/plinth/modules/firewall/templates/firewall.html @@ -25,10 +25,10 @@- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} Firewall is a network security system that controls the incoming - and outgoing network traffic on your {{ cfg.box_name }}. Keeping - a firewall enabled and properly configured reduces risk of + and outgoing network traffic on your {{ box_name }}. Keeping a + firewall enabled and properly configured reduces risk of security threat from the Internet. {% endblocktrans %}
@@ -38,10 +38,10 @@ {% if firewall_status = 'not_running' %}- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} Firewall daemon is not running. Please run it. Firewall comes - enabled by default on {{ cfg.box_name }}. On any Debian based - system (such as {{ cfg.box_name }}) you may run it using the + enabled by default on {{ box_name }}. On any Debian based + system (such as {{ box_name }}) you may run it using the command 'service firewalld start' or in case of a system with systemd 'systemctl start firewalld' {% endblocktrans %} diff --git a/plinth/modules/help/templates/help_index.html b/plinth/modules/help/templates/help_index.html index 9a599aaa9..fbe4682ad 100644 --- a/plinth/modules/help/templates/help_index.html +++ b/plinth/modules/help/templates/help_index.html @@ -26,9 +26,9 @@
{% url 'help:manual' as manual_url %} - {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} The FreedomBox Manual is the - best place to start for information regarding {{ cfg.box_name }}. + best place to start for information regarding {{ box_name }}. {% endblocktrans %}
diff --git a/plinth/modules/networks/templates/connection_show.html b/plinth/modules/networks/templates/connection_show.html index 3d58aef2a..b0ce539f6 100644 --- a/plinth/modules/networks/templates/connection_show.html +++ b/plinth/modules/networks/templates/connection_show.html @@ -132,7 +132,9 @@- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} Virtual Private Network (VPN) is a technique for securely connecting two machines in order to access resources of a private network. While you are away from home, you can connect - to your {{ cfg.box_name }} in order to join your home network - and access private/internal services provided by - {{ cfg.box_name }}. You can also access the rest of the - Internet via {{ cfg.box_name }} for added security and - anonymity. + to your {{ box_name }} in order to join your home network and + access private/internal services provided by {{ box_name }}. + You can also access the rest of the Internet via {{ box_name }} + for added security and anonymity. {% endblocktrans %}
@@ -52,8 +51,8 @@- {% blocktrans trimmed %} - To connect to {{ cfg.box_name }}'s VPN, you need to download a + {% blocktrans trimmed with box_name=cfg.box_name %} + To connect to {{ box_name }}'s VPN, you need to download a profile and feed it to an OpenVPN client on your mobile or desktop machine. OpenVPN Clients are available for most platforms. See @@ -64,9 +63,9 @@
- {% blocktrans trimmed %} - Profile is specific to each user of {{ cfg.box_name }}. Keep - it a secret. + {% blocktrans trimmed with box_name=cfg.box_name %} + Profile is specific to each user of {{ box_name }}. Keep it a + secret. {% endblocktrans %}
@@ -83,10 +82,10 @@ {% if not status.is_setup and not status.setup_running %}- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} OpenVPN has not yet been setup. Performing a secure setup takes a very long time. Depending on how fast your - {{ cfg.box_name }} is, it may even take hours. If the setup + {{ box_name }} is, it may even take hours. If the setup is interrupted, you may start it again. {% endblocktrans %}
@@ -106,11 +105,11 @@- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} To perform a secure setup, this process takes a very long - time. Depending on how fast your {{ cfg.box_name }} is, it - may even take hours. If the setup is interrupted, you may - start it again. + time. Depending on how fast your {{ box_name }} is, it may + even take hours. If the setup is interrupted, you may start + it again. {% endblocktrans %}
{% endif %} diff --git a/plinth/modules/pagekite/templates/pagekite_custom_services.html b/plinth/modules/pagekite/templates/pagekite_custom_services.html index cb871717b..c2b0c7d40 100644 --- a/plinth/modules/pagekite/templates/pagekite_custom_services.html +++ b/plinth/modules/pagekite/templates/pagekite_custom_services.html @@ -86,8 +86,8 @@ {{ service_url }} {% endif %}- {% blocktrans trimmed %} - PageKite is a system for exposing {{ cfg.box_name }} services - when you don't have a direct connection to the Internet. You - only need this if your {{ cfg.box_name }} services are - unreachable from the rest of the Internet. This includes the - following situations: + {% blocktrans trimmed with box_name=cfg.box_name %} + PageKite is a system for exposing {{ box_name }} services when + you don't have a direct connection to the Internet. You only + need this if your {{ box_name }} services are unreachable from + the rest of the Internet. This includes the following + situations: {% endblocktrans %}
- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies. You can use any pagekite service provider, for example pagekite.net. In future it - might be possible to use your buddy's {{ cfg.box_name }} for - this. + might be possible to use your buddy's {{ box_name }} for this. {% endblocktrans %}
diff --git a/plinth/modules/privoxy/templates/privoxy.html b/plinth/modules/privoxy/templates/privoxy.html index eda395d56..75e7ab787 100644 --- a/plinth/modules/privoxy/templates/privoxy.html +++ b/plinth/modules/privoxy/templates/privoxy.html @@ -35,9 +35,9 @@- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} You can use Privoxy by modifying your browser proxy settings to - your {{ cfg.box_name }} hostname (or IP address) with port 8118. + your {{ box_name }} hostname (or IP address) with port 8118. While using Privoxy, you can see its configuration details and documentation at http://config.privoxy.org/ diff --git a/plinth/modules/system/templates/system.html b/plinth/modules/system/templates/system.html index 2d1007c1a..e3cc68759 100644 --- a/plinth/modules/system/templates/system.html +++ b/plinth/modules/system/templates/system.html @@ -25,16 +25,16 @@
- {% blocktrans trimmed %} + {% blocktrans trimmed with box_name=cfg.box_name %} Here you can administrate the underlying system of your - {{ cfg.box_name }}. + {{ box_name }}. {% endblocktrans %}
- {% blocktrans trimmed %} - The options affect the {{ cfg.box_name }} at its most general - level, so be careful! + {% blocktrans trimmed with box_name=cfg.box_name %} + The options affect the {{ box_name }} at its most general level, + so be careful! {% endblocktrans %}
diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html index ddfb9f538..a48d42011 100644 --- a/plinth/modules/tor/templates/tor.html +++ b/plinth/modules/tor/templates/tor.html @@ -85,12 +85,11 @@- {% blocktrans trimmed %} - Your {{ cfg.box_name }} is configured as a Tor bridge with - obfsproxy, so it can help circumvent censorship. If your {{ - cfg.box_name }} is behind a router or firewall, you should make - sure the following ports are open, and port-forwarded, if - necessary: + {% blocktrans trimmed with box_name=cfg.box_name %} + Your {{ box_name }} is configured as a Tor bridge with obfsproxy, + so it can help circumvent censorship. If your {{ box_name }} is + behind a router or firewall, you should make sure the following + ports are open, and port-forwarded, if necessary: {% endblocktrans %}
@@ -118,8 +117,8 @@- {% blocktrans trimmed %} - A Tor SOCKS port is available on your {{ cfg.box_name }} on TCP port + {% blocktrans trimmed with box_name=cfg.box_name %} + A Tor SOCKS port is available on your {{ box_name }} on TCP port 9050. {% endblocktrans %}
diff --git a/plinth/modules/users/templates/users_change_password.html b/plinth/modules/users/templates/users_change_password.html index 348039c75..4a64f5c28 100644 --- a/plinth/modules/users/templates/users_change_password.html +++ b/plinth/modules/users/templates/users_change_password.html @@ -24,8 +24,8 @@ {% block content %}