Contacts app translations
This commit is contained in:
@@ -119,11 +119,8 @@ body .userlist-drawer {
|
||||
}
|
||||
}
|
||||
.friend {
|
||||
display: flex;
|
||||
text-align: right;
|
||||
&:hover {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,6 +133,11 @@ body {
|
||||
background-color: darken(@bgcolor, 10%);
|
||||
color: @color;
|
||||
}
|
||||
.friend {
|
||||
&:hover {
|
||||
color: darken(@color, 15%);
|
||||
}
|
||||
}
|
||||
}
|
||||
.cryptpad-toolbar {
|
||||
background-color: @bgcolor;
|
||||
|
||||
@@ -253,6 +253,18 @@ define(function () {
|
||||
out.profile_description = "Description";
|
||||
out.profile_fieldSaved = 'Nouvelle valeur enregistrée: {0}';
|
||||
|
||||
// contacts/userlist
|
||||
out.userlist_addAsFriendTitle = 'Ajouter "{0}" comme contact';
|
||||
out.userlist_thisIsYou = 'Vous ("{0}")';
|
||||
out.contacts_title = "Contacts";
|
||||
out.contacts_addError = "Erreur lors de l'ajout de ce contact dans votre liste";
|
||||
out.contacts_added = 'Invitation de contact acceptée';
|
||||
out.contacts_rejected = 'Invitation d econtact rejetée';
|
||||
out.contacts_request = '<em>{0}</em> souhaite vous ajouter en tant que contact. <b>Accepter<b> ?';
|
||||
out.contacts_send = 'Envoyer';
|
||||
out.contacts_remove = 'Supprimer ce contact';
|
||||
out.contacts_confirmRemove = 'Êtes-vous sûr de voulour supprimer <em>{0}</em> de vos contacts ?';
|
||||
|
||||
// File manager
|
||||
|
||||
out.fm_rootName = "Documents";
|
||||
|
||||
@@ -266,6 +266,13 @@ define(function () {
|
||||
out.userlist_addAsFriendTitle = 'Add "{0}" as a contact';
|
||||
out.userlist_thisIsYou = 'This is you ("{0}")';
|
||||
out.contacts_title = "Contacts";
|
||||
out.contacts_addError = 'Error while adding that contact to the list';
|
||||
out.contacts_added = 'Contact invite accepted.';
|
||||
out.contacts_rejected = 'Contact invite rejected';
|
||||
out.contacts_request = '<em>{0}</em> would like to add you as a contact. <b>Accept<b>?';
|
||||
out.contacts_send = 'Send';
|
||||
out.contacts_remove = 'Remove this contact';
|
||||
out.contacts_confirmRemove = 'Are you sure you want to remove <em>{0}</em> from your contacts?';
|
||||
|
||||
// File manager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user