mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ugettexy lazy restored
This commit is contained in:
parent
72cdbae07a
commit
071058b427
@ -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.'),
|
||||
|
||||
@ -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(
|
||||
|
||||
@ -34,7 +34,7 @@ version = 1
|
||||
|
||||
depends = ['apps']
|
||||
|
||||
title = ('Voice Chat \n (Mumble)')
|
||||
title = _('Voice Chat \n (Mumble)')
|
||||
|
||||
service = None
|
||||
|
||||
|
||||
@ -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 '
|
||||
|
||||
@ -40,7 +40,7 @@ managed_services = ['quasselcore']
|
||||
|
||||
managed_packages = ['quassel-core']
|
||||
|
||||
title = ('IRC Client \n (Quassel)')
|
||||
title = _('IRC Client \n (Quassel)')
|
||||
|
||||
description = [
|
||||
format_lazy(
|
||||
|
||||
@ -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(
|
||||
|
||||
@ -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 '
|
||||
|
||||
@ -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(
|
||||
|
||||
@ -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 '
|
||||
|
||||
@ -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.'),
|
||||
|
||||
@ -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. '
|
||||
|
||||
@ -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, '
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user