add label to contacts list

pull/1/head
David Benqué 5 years ago
parent 9d9835ddb5
commit 8293a125a9

@ -876,7 +876,7 @@ define([
delete friends[curve]; delete friends[curve];
}); });
var friendsList = UIElements.getUserGrid(null, { var friendsList = UIElements.getUserGrid(Messages.share_linkFriends, {
common: common, common: common,
data: friends, data: friends,
noFilter: false, noFilter: false,

@ -1076,7 +1076,7 @@
"share_selectAll": "Tout", "share_selectAll": "Tout",
"share_deselectAll": "Aucun", "share_deselectAll": "Aucun",
"share_filterFriend": "Rechercher par nom", "share_filterFriend": "Rechercher par nom",
"share_linkFriends": "Partager avec des amis", "share_linkFriends": "Partager avec des contacts",
"share_withFriends": "Partager", "share_withFriends": "Partager",
"notifications_dismiss": "Cacher", "notifications_dismiss": "Cacher",
"fm_info_sharedFolderHistory": "Vous regardez l'historique de votre dossier partagé <b>{0}</b><br/>Votre CryptDrive restera en lecture seule pendant la navigation.", "fm_info_sharedFolderHistory": "Vous regardez l'historique de votre dossier partagé <b>{0}</b><br/>Votre CryptDrive restera en lecture seule pendant la navigation.",

@ -1093,7 +1093,7 @@
"share_selectAll": "Select all", "share_selectAll": "Select all",
"share_deselectAll": "Deselect all", "share_deselectAll": "Deselect all",
"share_filterFriend": "Search by name", "share_filterFriend": "Search by name",
"share_linkFriends": "Share with friends", "share_linkFriends": "Share with contacts",
"share_withFriends": "Share", "share_withFriends": "Share",
"notifications_dismiss": "Dismiss", "notifications_dismiss": "Dismiss",
"fm_info_sharedFolderHistory": "This is only the history of your shared folder: <b>{0}</b><br/>Your CryptDrive will stay in read-only mode while you navigate.", "fm_info_sharedFolderHistory": "This is only the history of your shared folder: <b>{0}</b><br/>Your CryptDrive will stay in read-only mode while you navigate.",

Loading…
Cancel
Save