Summary: | Possible vulnerability or not translated message? | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Mihai Sorin Dobrescu <msdobrescu> |
Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | major | CC: | oliver.sander |
Priority: | NOR | ||
Version First Reported In: | 1.11.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
The button with the link
The message The downloaded file - the file that raised the message in Okular |
Description
Mihai Sorin Dobrescu
2020-10-15 06:44:31 UTC
Created attachment 132376 [details]
The button with the link
Created attachment 132377 [details]
The message
Created attachment 132378 [details]
The downloaded file - the file that raised the message in Okular
That French message is in the file itself. Uncompress the pdf file using, e.g., podofouncompress, and open it in a text editor. You will find
59 0 obj
<<
/Length 1358
>>
stream
if (typeof(this.ADBE) == "undefined")
this.ADBE = new Object();
ADBE.LANGUAGE = "ENU";
ADBE.Viewer_string_Title = "Adobe Acrobat";
ADBE.Viewer_string_Update_Desc = "Mise à jour des formulaires interactifs Adobe";
ADBE.Reader_string_Need_New_Version_Msg = "Ce fichier PDF exige l'utilisation d'une plus récente version d'Adobe Reader. Appuyez sur OK pour télécharger la plus récente version ou communiquez avec votre administrateur système.";
ADBE.Viewer_string_Need_New_Version_Msg_Old = "Ce fichier PDF requiert une version plus récente d'Acrobat. Copiez cette URL et collez-la dans le navigateur, ou contacter l'admin. sys.";
ADBE.Viewer_string_Need_New_Version_Msg = "Ce formulaire PDF requiert une version d'Adobe Acrobat plus récente. Sans cela, le formulaire s'affiche mais risque de ne pas fonctionner correctement. Certains éléments de formulaire risquent de ne pas s'afficher. Cliquez sur OK pour savoir comment obtenir la dernière version d'Adobe Reader.";
ADBE.Viewer_string_Need_New_Version_Msg_Updater = "Ce formulaire PDF requiert une version d'Adobe Acrobat plus récente. Sans cela, le formulaire s'affiche mais risque de ne pas fonctionner correctement. Certains éléments de formulaire risquent de ne pas s'afficher. Si vous disposez d'une connexion Internet, cliquez sur OK pour télécharger et installer la dernière version du produit.";
endstream
endobj
In conclusion, it's the intended behavior, even though it appears weird.
OK, thank you! |