add label to contacts list
parent
9d9835ddb5
commit
8293a125a9
|
@ -876,7 +876,7 @@ define([
|
|||
delete friends[curve];
|
||||
});
|
||||
|
||||
var friendsList = UIElements.getUserGrid(null, {
|
||||
var friendsList = UIElements.getUserGrid(Messages.share_linkFriends, {
|
||||
common: common,
|
||||
data: friends,
|
||||
noFilter: false,
|
||||
|
|
|
@ -1076,7 +1076,7 @@
|
|||
"share_selectAll": "Tout",
|
||||
"share_deselectAll": "Aucun",
|
||||
"share_filterFriend": "Rechercher par nom",
|
||||
"share_linkFriends": "Partager avec des amis",
|
||||
"share_linkFriends": "Partager avec des contacts",
|
||||
"share_withFriends": "Partager",
|
||||
"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.",
|
||||
|
|
|
@ -1093,7 +1093,7 @@
|
|||
"share_selectAll": "Select all",
|
||||
"share_deselectAll": "Deselect all",
|
||||
"share_filterFriend": "Search by name",
|
||||
"share_linkFriends": "Share with friends",
|
||||
"share_linkFriends": "Share with contacts",
|
||||
"share_withFriends": "Share",
|
||||
"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.",
|
||||
|
|
Loading…
Reference in New Issue