diff --git a/HACKING b/HACKING index 1acf58923..586a8ab42 100644 --- a/HACKING +++ b/HACKING @@ -158,11 +158,11 @@ infrastructure in place for it from the start. Use it like this: ## Translations -Introduce yourself on #freedombox IRC (irc.debian.org) and start translating +Introduce yourself on #freedombox IRC (irc.debian.org) and start translating the PO file from your language directory from: Plinth/plinth/locale/ -Introducing yourself is important since some work may have been done already -on Debian translators discussion lists and Transifex localization platform. +Introducing yourself is important since some work may have been done already +on Debian translators discussion lists and Transifex localization platform. https://www.transifex.com/freedombox/ https://www.debian.org/MailingLists/subscribe For more information on translations: https://wiki.debian.org/FreedomBox/Translate diff --git a/plinth/modules/ikiwiki/templates/ikiwiki_manage.html b/plinth/modules/ikiwiki/templates/ikiwiki_manage.html index 3afdb8172..f2052043e 100644 --- a/plinth/modules/ikiwiki/templates/ikiwiki_manage.html +++ b/plinth/modules/ikiwiki/templates/ikiwiki_manage.html @@ -49,7 +49,7 @@
{% for site in sites %}
- diff --git a/plinth/modules/names/templates/names.html b/plinth/modules/names/templates/names.html index 229157311..dfe5a9ab0 100644 --- a/plinth/modules/names/templates/names.html +++ b/plinth/modules/names/templates/names.html @@ -27,33 +27,33 @@
- - - {% for service in status.services %} - - {% endfor %} - + + + {% for service in status.services %} + + {% endfor %} + - {% for name_service in status.name_services %} - - - {% for service in name_service.services_enabled %} - - {% endfor %} - - {% endfor %} + {% for name_service in status.name_services %} + + + {% for service in name_service.services_enabled %} + + {% endfor %} + + {% endfor %}
-
{{ service }}
-
+
{{ service }}
+
- {{ name_service.type }}
- {{ name_service.name }} -
- {% if service %} - {% trans "Enabled" %} - {% else %} - {% trans "Disabled" %} - {% endif %} -
+ {{ name_service.type }}
+ {{ name_service.name }} +
+ {% if service %} + {% trans "Enabled" %} + {% else %} + {% trans "Disabled" %} + {% endif %} +
diff --git a/plinth/modules/snapshot/templates/snapshot_delete.html b/plinth/modules/snapshot/templates/snapshot_delete.html index c2276bea1..92d285c7c 100644 --- a/plinth/modules/snapshot/templates/snapshot_delete.html +++ b/plinth/modules/snapshot/templates/snapshot_delete.html @@ -29,18 +29,18 @@
- - - - - - - - - - - - + + + + + + + + + + + +
{% trans "Number" %}{% trans "Date" %}{% trans "Description" %}
{{ snapshot.number }}{{ snapshot.date }}{{ snapshot.description }}
{% trans "Number" %}{% trans "Date" %}{% trans "Description" %}
{{ snapshot.number }}{{ snapshot.date }}{{ snapshot.description }}
diff --git a/plinth/modules/snapshot/templates/snapshot_rollback.html b/plinth/modules/snapshot/templates/snapshot_rollback.html index de5886e3b..4783cd72b 100644 --- a/plinth/modules/snapshot/templates/snapshot_rollback.html +++ b/plinth/modules/snapshot/templates/snapshot_rollback.html @@ -37,18 +37,18 @@
- - - - - - - - - - - - + + + + + + + + + + + +
{% trans "Number" %}{% trans "Date" %}{% trans "Description" %}
{{ snapshot.number }}{{ snapshot.date }}{{ snapshot.description }}
{% trans "Number" %}{% trans "Date" %}{% trans "Description" %}
{{ snapshot.number }}{{ snapshot.date }}{{ snapshot.description }}