Skip to content

Commit

Permalink
Merge pull request #2284 from marcosammoura/feature/1-more-informativ…
Browse files Browse the repository at this point in the history
…e-chats-names-and-title

More informative chats' name and title for WhatsApp and Telegram (UFED parser)
  • Loading branch information
lfcnassif authored Oct 19, 2024
2 parents 8307e8d + 9e09107 commit b3d8fdd
Show file tree
Hide file tree
Showing 20 changed files with 341 additions and 159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ WhatsAppReport.PinnedMessage=pinned a message
WhatsAppReport.AIThirdParty=This AI is from a third-party developer. Meta receives your AI chats to improve AI quality.
WhatsAppReport.Over256MembersOnlyAdminsCanEdit=This group has over 256 members so now only admins can edit the groups settings.
WhatsAppReport.SecurityNotificationsNoLongerAvailable=Security code notifications are no longer available for this chat.
UFEDChatParser.Broadcast=Broadcast
UFEDChatParser.Group=Group
UFEDChatParser.Status=Status
UFEDChatParser.Unknown=Unknown
VCardParser.FormattedName=Formatted Name
VCardParser.Name=Name
VCardParser.Nickname=Nickname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ WhatsAppReport.PinnedMessage=pinned a message[TBT]
WhatsAppReport.AIThirdParty=This AI is from a third-party developer. Meta receives your AI chats to improve AI quality.[TBT]
WhatsAppReport.Over256MembersOnlyAdminsCanEdit=Diese Gruppe hat mehr als 256 Mitglieder. Daher können jetzt nur noch Admins die Gruppeneinstellungen bearbeiten.
WhatsAppReport.SecurityNotificationsNoLongerAvailable=Benachrichtigungen zur Sicherheitsnummer sind für diesen Chat nicht länger verfügbar.
UFEDChatParser.Broadcast=Broadcast[TBT]
UFEDChatParser.Group=Group[TBT]
UFEDChatParser.Status=Status[TBT]
UFEDChatParser.Unknown=Unknown[TBT]
VCardParser.FormattedName=Name formatiert
VCardParser.Name=Name
VCardParser.Nickname=Nickname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ WhatsAppReport.PinnedMessage=pinned a message[TBT]
WhatsAppReport.AIThirdParty=This AI is from a third-party developer. Meta receives your AI chats to improve AI quality.[TBT]
WhatsAppReport.Over256MembersOnlyAdminsCanEdit=This group has over 256 members so now only admins can edit the groups settings.[TBT]
WhatsAppReport.SecurityNotificationsNoLongerAvailable=Security code notifications are no longer available for this chat.[TBT]
UFEDChatParser.Broadcast=Broadcast[TBT]
UFEDChatParser.Group=Group[TBT]
UFEDChatParser.Status=Status[TBT]
UFEDChatParser.Unknown=Unknown[TBT]
VCardParser.FormattedName=Nombre con formato
VCardParser.Name=Nombre
VCardParser.Nickname=Sobrenombre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ WhatsAppReport.PinnedMessage=a epinglé un message
WhatsAppReport.AIThirdParty=Cette IA provient d'un développeur tiers. Meta reçoit vos discussions IA pour améliorer la qualité de l'IA.
WhatsAppReport.Over256MembersOnlyAdminsCanEdit=Comme ce groupe inclut plus de 256 membres, désormais, seulement les admins peuvent modifier les paramètres du groupe.
WhatsAppReport.SecurityNotificationsNoLongerAvailable=Les notifications relatives aux codes de sécurité ne sont plus disponibles pour cette discoussion.
UFEDChatParser.Broadcast=Broadcast[TBT]
UFEDChatParser.Group=Group[TBT]
UFEDChatParser.Status=Status[TBT]
UFEDChatParser.Unknown=Unknown[TBT]
VCardParser.FormattedName=Nom formaté
VCardParser.Name=Nom
VCardParser.Nickname=Surnom
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ WhatsAppReport.PinnedMessage=pinned a message[TBT]
WhatsAppReport.AIThirdParty=This AI is from a third-party developer. Meta receives your AI chats to improve AI quality.[TBT]
WhatsAppReport.Over256MembersOnlyAdminsCanEdit=Dato che questo gruppo ha più di 256 membri, solo gli amministratori potranno modificarne le impostazioni.
WhatsAppReport.SecurityNotificationsNoLongerAvailable=Le notifiche sul codice di sicurezza non sono più disponibili per questa chat.
UFEDChatParser.Broadcast=Broadcast[TBT]
UFEDChatParser.Group=Group[TBT]
UFEDChatParser.Status=Status[TBT]
UFEDChatParser.Unknown=Unknown[TBT]
VCardParser.FormattedName=Nome formattato
VCardParser.Name=Nome
VCardParser.Nickname=Nickname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ WhatsAppReport.PinnedMessage=fixou uma mensagem
WhatsAppReport.AIThirdParty=Esta IA pertence a um desenvolvedor terceirizado. A Meta recebe suas conversas com IA para melhorar a qualidade desse recurso.
WhatsAppReport.Over256MembersOnlyAdminsCanEdit=Agora somente admins podem editar as configurações porque o grupo tem mais de 256 membros.
WhatsAppReport.SecurityNotificationsNoLongerAvailable=As notificações sobre o código de segurança não estão mais disponíveis para esta conversa.
UFEDChatParser.Broadcast=Broadcast
UFEDChatParser.Group=Grupo
UFEDChatParser.Status=Status
UFEDChatParser.Unknown=Desconhecido
VCardParser.FormattedName=Nome Formatado
VCardParser.Name=Nome
VCardParser.Nickname=Apelido
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ private static void printMessageFileHeader(PrintWriter out, String title, byte[]
+ " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n" //$NON-NLS-1$
+ " <meta name=\"viewport\" content=\"width=device-width\" />\n" //$NON-NLS-1$
+ " <meta charset=\"UTF-8\" />\n" //$NON-NLS-1$
+ " <link rel=\"shortcut icon\" href=\"" //$NON-NLS-1$
+ iped.parsers.whatsapp.Util.getImageResourceAsEmbedded("img/favicon.ico") + "\" />\n" //$NON-NLS-1$ //$NON-NLS-2$
+ "<link rel=\"icon\" href=\""
+ iped.parsers.whatsapp.Util.getImageResourceAsEmbedded("img/telegram.png") + "\">\n"
+ "<style>\n" + iped.parsers.whatsapp.Util.readResourceAsString("css/whatsapp.css") //$NON-NLS-2$
+ Util.readResourceAsString("css/tooltip.css") + "\n</style>\n" + "<script>"
+ iped.parsers.whatsapp.Util.readResourceAsString("js/whatsapp.js") + "</script>"
Expand Down
Loading

0 comments on commit b3d8fdd

Please sign in to comment.