From ad7715d4022197e5c3f10d30bec4e1218b5193b4 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 10 Oct 2012 23:36:42 +0200 Subject: [PATCH] Made the tabs in the web remote translateable. --- openlp/plugins/remotes/html/index.html | 32 ++++++++++++------------ openlp/plugins/remotes/lib/httpserver.py | 4 ++- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/openlp/plugins/remotes/html/index.html b/openlp/plugins/remotes/html/index.html index dad2f8351..148d444bf 100644 --- a/openlp/plugins/remotes/html/index.html +++ b/openlp/plugins/remotes/html/index.html @@ -66,10 +66,10 @@ ${refresh}
@@ -97,10 +97,10 @@ ${refresh}
@@ -127,10 +127,10 @@

${alerts}

@@ -148,10 +148,10 @@

${search}

diff --git a/openlp/plugins/remotes/lib/httpserver.py b/openlp/plugins/remotes/lib/httpserver.py index cd2802542..8a66b919a 100644 --- a/openlp/plugins/remotes/lib/httpserver.py +++ b/openlp/plugins/remotes/lib/httpserver.py @@ -308,7 +308,9 @@ class HttpConnection(object): 'add_and_go_to_service': translate('RemotePlugin.Mobile', 'Add & Go to Service'), 'no_results': translate('RemotePlugin.Mobile', 'No Results'), - 'options': translate('RemotePlugin.Mobile', 'Options') + 'options': translate('RemotePlugin.Mobile', 'Options'), + 'service': translate('RemotePlugin.Mobile', 'Service'), + 'slides': translate('RemotePlugin.Mobile', 'Slides') } def ready_read(self):