mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
bepasty: Update UI strings for permissions
- Make them slightly more verbose. Avoid text in parenthesis. - 'Web link' is likely more easily associated with URL than 'web address'. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
253e30c8e6
commit
8194628eb3
@ -39,16 +39,16 @@ _description = [
|
|||||||
app = None
|
app = None
|
||||||
|
|
||||||
PERMISSIONS = {
|
PERMISSIONS = {
|
||||||
'read': _('Read files (using their web address)'),
|
'read': _('Read a file, if a web link to the file is available'),
|
||||||
'create': _('Create or upload files'),
|
'create': _('Create or upload files'),
|
||||||
'list': _('List all files'),
|
'list': _('List all files and their web links'),
|
||||||
'delete': _('Delete files'),
|
'delete': _('Delete files'),
|
||||||
'admin': _('Admin (lock/unlock files)'),
|
'admin': _('Administer files: lock/unlock files'),
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_PERMISSIONS = {
|
DEFAULT_PERMISSIONS = {
|
||||||
'': _('None (password always required)'),
|
'': _('None, password is always required'),
|
||||||
'read': _('Read files (using their web address)'),
|
'read': _('Read a file, if a web link to the file is available'),
|
||||||
'read list': _('List and read all files'),
|
'read list': _('List and read all files'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user