Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
ansuz 5 years ago
commit d4ca5e7d34

@ -352,10 +352,6 @@ define([
'tabindex': '-1', 'tabindex': '-1',
'data-icon': faAccess, 'data-icon': faAccess,
}, Messages.accessButton)), }, Messages.accessButton)),
h('li', h('a.cp-app-drive-context-properties.dropdown-item', {
'tabindex': '-1',
'data-icon': faProperties,
}, Messages.fc_prop)),
$separator.clone()[0], $separator.clone()[0],
h('li', h('a.cp-app-drive-context-newfolder.dropdown-item.cp-app-drive-context-editable', { h('li', h('a.cp-app-drive-context-newfolder.dropdown-item.cp-app-drive-context-editable', {
'tabindex': '-1', 'tabindex': '-1',
@ -445,6 +441,10 @@ define([
'tabindex': '-1', 'tabindex': '-1',
'data-icon': faCopy, 'data-icon': faCopy,
}, Messages.makeACopy)), }, Messages.makeACopy)),
h('li', h('a.cp-app-drive-context-download.dropdown-item', {
'tabindex': '-1',
'data-icon': faDownload,
}, Messages.download_mt_button)),
h('li', h('a.cp-app-drive-context-delete.dropdown-item.cp-app-drive-context-editable', { h('li', h('a.cp-app-drive-context-delete.dropdown-item.cp-app-drive-context-editable', {
'tabindex': '-1', 'tabindex': '-1',
'data-icon': faTrash, 'data-icon': faTrash,
@ -462,10 +462,10 @@ define([
'data-icon': faDelete, 'data-icon': faDelete,
}, Messages.fc_remove_sharedfolder)), }, Messages.fc_remove_sharedfolder)),
$separator.clone()[0], $separator.clone()[0],
h('li', h('a.cp-app-drive-context-download.dropdown-item', { h('li', h('a.cp-app-drive-context-properties.dropdown-item', {
'tabindex': '-1', 'tabindex': '-1',
'data-icon': faDownload, 'data-icon': faProperties,
}, Messages.download_mt_button)), }, Messages.fc_prop))
]) ])
]); ]);
// add icons to the contextmenu options // add icons to the contextmenu options

@ -1325,5 +1325,6 @@
"access_allow": "Liste", "access_allow": "Liste",
"access_main": "Accès", "access_main": "Accès",
"logoutEverywhere": "Se déconnecter partout", "logoutEverywhere": "Se déconnecter partout",
"allow_text": "L'utilisation d'une liste d'accès signifie que seuls les utilisateurs et propriétaires sélectionnés pourront accéder à ce document." "allow_text": "L'utilisation d'une liste d'accès signifie que seuls les utilisateurs et propriétaires sélectionnés pourront accéder à ce document.",
"teams": "Équipes"
} }

@ -1325,5 +1325,6 @@
"access_muteRequests": "Mute access requests for this pad", "access_muteRequests": "Mute access requests for this pad",
"owner_text": "The owner(s) of a pad are the only users authorised to: add/remove owners, restrict access to the pad with an access list, or delete the pad.", "owner_text": "The owner(s) of a pad are the only users authorised to: add/remove owners, restrict access to the pad with an access list, or delete the pad.",
"logoutEverywhere": "Log out everywhere", "logoutEverywhere": "Log out everywhere",
"allow_text": "Using an access list means that only selected users and owners will be able to access this document." "allow_text": "Using an access list means that only selected users and owners will be able to access this document.",
"teams": "Teams"
} }

Loading…
Cancel
Save