ugettexy lazy restored

This commit is contained in:
mridulnagpal 2016-12-09 10:04:17 +05:30 committed by James Valleroy
parent 72cdbae07a
commit 071058b427
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
13 changed files with 14 additions and 14 deletions

View File

@ -38,7 +38,7 @@ managed_services = ['deluge-web']
managed_packages = ['deluged', 'deluge-web']
title = ('BitTorrent Web Client \n (Deluge)')
title = _('BitTorrent Web Client \n (Deluge)')
description = [
_('Deluge is a BitTorrent client that features a Web UI.'),

View File

@ -46,7 +46,7 @@ managed_packages = ['minetest-server', 'minetest-mod-advspawning',
'minetest-mod-nether', 'minetest-mod-torches',
]
title = ('Block Sandbox \n (Minetest)')
title = _('Block Sandbox \n (Minetest)')
description = [
format_lazy(

View File

@ -34,7 +34,7 @@ version = 1
depends = ['apps']
title = ('Voice Chat \n (Mumble)')
title = _('Voice Chat \n (Mumble)')
service = None

View File

@ -41,7 +41,7 @@ managed_services = ['privoxy']
managed_packages = ['privoxy']
title = ('Web Proxy \n (Privoxy)')
title = _('Web Proxy \n (Privoxy)')
description = [
_('Privoxy is a non-caching web proxy with advanced filtering '

View File

@ -40,7 +40,7 @@ managed_services = ['quasselcore']
managed_packages = ['quassel-core']
title = ('IRC Client \n (Quassel)')
title = _('IRC Client \n (Quassel)')
description = [
format_lazy(

View File

@ -40,7 +40,7 @@ managed_services = ['radicale']
managed_packages = ['radicale']
title = ('Calendar and Addressbook \n (Radicale)')
title = _('Calendar and Addressbook \n (Radicale)')
description = [
format_lazy(

View File

@ -37,7 +37,7 @@ managed_services = ['repro']
managed_packages = ['repro']
title = ('SIP Server \n (repro)')
title = _('SIP Server \n (repro)')
description = [
_('repro provides various SIP services that a SIP softphone can utilize '

View File

@ -34,7 +34,7 @@ managed_services = ['node-restore']
managed_packages = ['node-restore']
title = ('Unhosted Storage \n (reStore)')
title = _('Unhosted Storage \n (reStore)')
description = [
format_lazy(

View File

@ -34,7 +34,7 @@ depends = ['apps']
managed_packages = ['sqlite3', 'roundcube', 'roundcube-sqlite3']
title = ('Email Client \n (Roundcube)')
title = _('Email Client \n (Roundcube)')
description = [
_('Roundcube webmail is a browser-based multilingual IMAP '

View File

@ -34,7 +34,7 @@ depends = ['apps']
managed_packages = ['shaarli']
title = ('Bookmarks \n (Shaarli)')
title = _('Bookmarks \n (Shaarli)')
description = [
_('Shaarli allows you to save and share bookmarks.'),

View File

@ -37,7 +37,7 @@ managed_services = ['transmission-daemon']
managed_packages = ['transmission-daemon']
title = ('BitTorrent \n (Transmission)')
title = _('BitTorrent \n (Transmission)')
description = [
_('BitTorrent is a peer-to-peer file sharing protocol. '

View File

@ -36,7 +36,7 @@ managed_services = ['tt-rss']
managed_packages = ['tt-rss', 'postgresql', 'dbconfig-pgsql', 'php-pgsql']
title = ('News Feed Reader \n (Tiny Tiny RSS)')
title = _('News Feed Reader \n (Tiny Tiny RSS)')
description = [
_('Tiny Tiny RSS is a news feed (RSS/Atom) reader and aggregator, '

View File

@ -41,7 +41,7 @@ managed_services = ['ejabberd']
managed_packages = ['libjs-jsxc', 'ejabberd']
title = ('Chat Server \n (XMPP)')
title = _('Chat Server \n (XMPP)')
description = [
_('XMPP is an open and standardized communication protocol. Here '
@ -98,7 +98,7 @@ def setup(helper, old_version=None):
def add_shortcut():
frontpage.add_shortcut('jsxc', ('Chat Client \n (jsxc)'),
frontpage.add_shortcut('jsxc', _('Chat Client \n (jsxc)'),
reverse_lazy('xmpp:jsxc'), 'glyphicon-comment',
None, login_required=True)
frontpage.add_shortcut('xmpp', title, None, 'glyphicon-comment',