From 3fe40c223c987c3162b8dd80694ad2902692f6b3 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 10 Apr 2014 10:33:21 +0530 Subject: [PATCH 1/6] Minor i18n fixes for pagekite --- modules/installed/router/pagekite.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/installed/router/pagekite.py b/modules/installed/router/pagekite.py index be767560b..666d1a0fe 100644 --- a/modules/installed/router/pagekite.py +++ b/modules/installed/router/pagekite.py @@ -41,7 +41,7 @@ class PageKite(PagePlugin): self.register_page("router.setup.pagekite") self.register_page("router.setup.pagekite.configure") cfg.html_root.router.setup.menu.add_item( - "Public Visibility (PageKite)", "icon-flag", + _("Public Visibility (PageKite)"), "icon-flag", "/router/setup/pagekite", 50) @cherrypy.expose @@ -51,15 +51,15 @@ class PageKite(PagePlugin): del kwargs # Unused main = _(""" -

PageKite is a system for exposing FreedomBox services when you +

PageKite is a system for exposing {box_name} services when you don't have a direct connection to the Internet. You only need this -service if your FreedomBox services are unreachable from the rest of +service if your {box_name} services are unreachable from the rest of the Internet. This includes the following situations: