mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
syncthing: Fixed typos and clarity in description
This commit is contained in:
parent
7dbf769b94
commit
fab423e652
@ -40,20 +40,21 @@ managed_packages = ['syncthing']
|
|||||||
title = _('File Synchronization \n (Syncthing)')
|
title = _('File Synchronization \n (Syncthing)')
|
||||||
|
|
||||||
description = [
|
description = [
|
||||||
_('Syncthing is an application that can synchronizes files across '
|
_('Syncthing is an application to synchronize files across multiple '
|
||||||
'multiple devices. Creation, modification and deletion of files on one '
|
'devices, e.g. your desktop computer and mobile phone. Creation, '
|
||||||
'device will automatically be replicated to other devices.'),
|
'modification, or deletion of files on one device will be automatically '
|
||||||
|
'replicated on all other devices that also run Syncthing.'),
|
||||||
format_lazy(
|
format_lazy(
|
||||||
_('Running Synching on {box_name}, provides an extra synchronization '
|
_('Running Syncthing on {box_name} provides an extra synchronization '
|
||||||
'point for your data that is available most of the time so that '
|
'point for your data that is available most of the time, allowing '
|
||||||
'your devices synchronize more often. On {box_name}, a single '
|
'your devices to synchronize more often. {box_name} runs a single '
|
||||||
'instance of Syncthing runs and may be used by many users. Each '
|
'instance of Syncthing that may be used by multiple users. Each '
|
||||||
'user\'s set of devices many be synchronized with a distinct set '
|
'user\'s set of devices may be synchronized with a distinct set of '
|
||||||
'of folders. Web interface is only available for users '
|
'folders. The web interface on {box_name} is only available for '
|
||||||
'belonging to the "admin" group.'), box_name=_(cfg.box_name)),
|
'users belonging to the "admin" group.'), box_name=_(cfg.box_name)),
|
||||||
_('When enabled, Syncthing will be available from <a href="/syncthing/">'
|
_('When enabled, Syncthing\'s web interface will be available from '
|
||||||
'/syncthing</a> web interface. Desktop and mobile clients are also '
|
'<a href="/syncthing/">/syncthing</a>. Desktop and mobile clients are '
|
||||||
'<a href="https://syncthing.net/">available.</a>'),
|
'also <a href="https://syncthing.net/">available</a>.'),
|
||||||
]
|
]
|
||||||
|
|
||||||
service = None
|
service = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user