CSS for the removeHistory button in contacts
This commit is contained in:
@@ -278,6 +278,10 @@ define(function () {
|
||||
out.contacts_info3 = "Double-cliquer sur son nom pour voir son profil";
|
||||
out.contacts_info4 = "Chaque participant peut nettoyer définitivement l'historique d'une discussion";
|
||||
|
||||
out.contacts_removeHistoryTitle = "Supprimer l'historique du chat";
|
||||
out.contacts_confirmRemoveHistory = 'Êtes-vous sûr de vouloir supprimer définitivement l\'historique de votre chat ? Les messages ne pourront pas être restaurés.';
|
||||
out.contacts_removeHistoryServerError = 'Une erreur est survenue lors de la supprimer de l\'historique du chat. Veuillez réessayer plus tard.';
|
||||
|
||||
// File manager
|
||||
|
||||
out.fm_rootName = "Documents";
|
||||
|
||||
@@ -282,6 +282,7 @@ define(function () {
|
||||
out.contacts_info3 = "Double-click their icon to view their profile";
|
||||
out.contacts_info4 = "Either participant can clear permanently a chat history";
|
||||
|
||||
out.contacts_removeHistoryTitle = 'Clean the chat history';
|
||||
out.contacts_confirmRemoveHistory = 'Are you sure you want to permanently remove your chat history? Data cannot be restored';
|
||||
out.contacts_removeHistoryServerError = 'There was an error while removing your chat history. Try again later';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user