MZ@ !L!This program cannot be run in DOS mode. $߹c=fRichPELm`!  B`HA.rsrcHAB@@8Px'('@Xp        8,0 ($:x0(3-pO}EXVWEVEFZDCTgMaxWidthButtons=max( zstring_width(zstring: '$$$/Dialogs/SpellCheck/DoneButton'), zstring_width(zstring: '$$$/Dialogs/SpellCheck/StartButton'), zstring_width(zstring: '$$$/Dialogs/SpellCheck/RestartButton'), zstring_width(zstring: '$$$/Dialogs/SpellCheck/UndoEditButton'), zstring_width(zstring: '$$$/Dialogs/SpellCheck/ChangeButton'), zstring_width(zstring: '$$$/Dialogs/SpellCheck/ChangeAllButton'), zstring_width(zstring: '$$$/Dialogs/SpellCheck/IgnoreButton'), zstring_width(zstring: '$$$/Dialogs/SpellCheck/IgnoreAllButton'), zstring_width(zstring: '$$$/Dialogs/SpellCheck/AddButton')); gStatusLabelWidth=max( zstring_width(zstring: '$$$IDS_STATE_START'), zstring_width(zstring: '$$$IDS_STATE_COMPLETE'), zstring_width(zstring: '$$$IDS_STATE_NO_ERRORS'), zstring_width(zstring: '$$$IDS_STATE_CHECKING')); gDictionaryPopupWidth = max_char_width() * 12; gListBoxHeight = gEditTextHeight * 4; gListBoxWidth = max_char_width() * 20; gDictionary = '$$$/Dialogs/SpellCheck/Dictionary'; gStatus = '$$$/Dialogs/SpellCheck/Status'; gStartButton = '$$$/Dialogs/SpellCheck/StartButton'; gIgnoreButton = '$$$/Dialogs/SpellCheck/IgnoreButton'; gIgnoreAllButton = '$$$/Dialogs/SpellCheck/IgnoreAllButton'; gAlternatives = '$$$/Dialogs/SpellCheck/Alternatives'; gChangeButton = '$$$/Dialogs/SpellCheck/ChangeButton'; gChangeAllButton = '$$$/Dialogs/SpellCheck/ChangeAllButton'; gAddButton = '$$$/Dialogs/SpellCheck/AddButton'; gDoneButton = '$$$/Dialogs/SpellCheck/DoneButton'; dialog(name: '$$$/Dialogs/SpellCheck', target_id: 'Text') { view(align_children: align_right) { static_text(item_id: 'stat', name: gStatus, width: gStatusLabelWidth, alignment: align_fill); view(align_children: align_top) { edit_text(item_id: 'Text', width: gListBoxWidth, height: gListBoxHeight, multiline: true); view(align_children: align_fill) { button(item_id: 'star', name: gStartButton, width: gMaxWidthButtons); button(item_id: 'iAll', name: gIgnoreAllButton, width: gMaxWidthButtons); } } static_text(item_id: 'sugg', name: gAlternatives, alignment: align_fill); view(align_children: align_top) { list_box(item_id: 'alst', width: gListBoxWidth, height: gListBoxHeight); view(align_children: align_fill) { button(item_id: 'chng', name: gChangeButton, width: gMaxWidthButtons); button(item_id: 'cAll', name: gChangeAllButton, width: gMaxWidthButtons); } } view(align_children: align_row) { static_text(item_id: 'dict', name: gDictionary); popup(item_id: 'dPop', width: gDictionaryPopupWidth); button(item_id: 'add ', name: gAddButton, width: gMaxWidthButtons); } gap(); ok_cancel( ok_name: '$$$/Buttons/Done', cancel_name: '$$$/Buttons/Cancel'); } }gListPopupWidth=max( zstring_width(zstring: '$$$IDS_WORDLIST_ADDED'), zstring_width(zstring: '$$$IDS_WORDLIST_REMOVED')); gButtonWidth=max( zstring_width(zstring: '$$$/Dialogs/EditDictionary/AddButton'), zstring_width(zstring: '$$$/Dialogs/EditDictionary/DeleteButton'), zstring_width(zstring: '$$$/Dialogs/EditDictionary/DoneButton'), zstring_width(zstring: '$$$/Dialogs/EditDictionary/ChangeButton')) + max_char_width(); gDictionaryPopupWidth = max_char_width() * 17; gEntryEditTextWidth = max_char_width() * 12; gListBoxHeight = gEditTextHeight * 12; gEntry = '$$$/Dialogs/EditDictionary/Entry'; gDictionary = '$$$/Dialogs/EditDictionary/Dictionary'; gAdd = '$$$/Dialogs/EditDictionary/AddButton'; gDelete = '$$$/Dialogs/EditDictionary/DeleteButton'; gChange = '$$$/Dialogs/EditDictionary/ChangeButton'; dialog(name: '$$$/Dialogs/EditDictionary', target_id: 'text') { view(align_children: align_right) { view(align_children: align_row) { static_text(item_id: 'dict', name: gDictionary); popup(item_id: 'dPop', width: gDictionaryPopupWidth); } popup(item_id: 'lPop', width: gListPopupWidth); cluster(align_children: align_left) { view(align_children: align_top) { view(align_children: align_left) { view(align_children: align_row) { view(align_children: align_left) { static_text(item_id: 'entr', name: gEntry); } edit_text(item_id: 'text', width: gEntryEditTextWidth); } list_box(item_id: 'wlst', alignment: align_fill, height: gListBoxHeight); } view(align_children: align_fill) { button(view_id: 'ok ', width: gButtonWidth, name: gAdd); button(item_id: 'remv', width: gButtonWidth, name: gDelete); button(item_id: 'chng', width: gButtonWidth, name: gChange); } } } view(alignment: align_right, align_children: align_row) { button(item_id: 'done'); button(item_id: 'cncl'); } } } gButtonSize = 34; gMainListBoxHeight = gEditTextHeight * 6; gMainListBoxWidth = max_char_width() * 22; gHintBoxHeight = gStaticTextHeight * 3; gSpelling = '$$$/Prefs/Spelling'; gUnderline = '$$$/Prefs/Spelling/Underline'; gColor = '$$$/Prefs/Spelling/UnderlineColor'; gDictionaries = '$$$/Prefs/Spelling/Dictionaries'; H_TIP_ICON = 32; W_TIP_ICON = 32; dialog(name: gSpelling, margin_height: 0, margin_width: 0) { view(align_children: align_left, dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth) { cluster(item_id: 'spcl', name: gSpelling, dwidth: gPrefsPanelWidth, align_children: align_left) { check_box(item_id: 'box1', name: gUnderline); view(align_children: align_row) { gap(width: 10); static_text(item_id: 'txt1', name: gColor); button(item_id: 'ucol', picture: true, height: 20, width: 22); } } cluster(item_id: 'dicl', name: gDictionaries, dwidth: gPrefsPanelWidth, align_children: align_left) { view(align_children: align_top) { list_box(item_id: 'main', width: gMainListBoxWidth, height: gMainListBoxHeight); view(align_children: align_center) { button(item_id: 'ubut', width: gButtonSize, height: gButtonSize, picture: true); button(item_id: 'dbut', width: gButtonSize, height: gButtonSize, picture: true); } } view(align_children: align_top) { button(item_id: 'addD', name: '$$$/Prefs/Spelling/AddDictionary'); button(item_id: 'remv', name: '$$$/Prefs/Spelling/RemoveDictionary'); } } cluster(item_id: 'hicl', dwidth: gPrefsPanelWidth, dheight: 60, align_children: align_row) { view(align_children: align_top, alignment: align_fill) { picture(item_id: 'hpic', height: H_TIP_ICON, width: W_TIP_ICON); static_text(item_id: 'hint', alignment: align_fill ); } } } } dialog(name: '$$$/Prefs/Spelling/AddDictionary/Title') { column() { mclv(identifier: 'mclv', width: 300, height: 300, style: 2); ok_cancel(ok_name: '$$$/Prefs/Spelling/AddDictionary/Add'); } }p4VS_VERSION_INFOlNlN?StringFileInfo040904b0VCompanyNameAdobe Systems Incorporated8FileDescriptionAcrobatDFileVersion21.1.20135.4210560InternalNameAcrobatWLegalCopyrightCopyright 1984-2021 Adobe Systems Incorporated and its licensors. All rights reserved.8OriginalFilenameAcrobat<ProductNameAdobe AcrobatHProductVersion21.1.20135.421056DVarFileInfo$Translation "IDS_HELP_SPELLING=Cliquez ici pour vrifier l'orthographe des commentaires et des champs de formulaire. " "IDS_MENU_SPELLING=&Dans les commentaires, champs et texte modifiable..." "IDS_MENU_DICTIONARY=&Modifier un dictionnaire..." "IDS_SCOPE_EVERYTHING=Tous les commentaires et champs de formulaire" "IDS_SPELLPREFS_TITLE=Orthographe" "IDS_REAL_VERSION=Alpha 1" "IDS_GENERIC_STRING=%s" "IDS_LANGUAGE=FRA" "IDS_FULL_NAME=Spelling" "IDS_ABOUT_LEGAL_STUFF=" "IDS_ABOUT_LEGAL_STUFF2=" "IDS_ABOUT_LEGAL_STUFF3=" "IDS_ABOUT_LEGAL_STUFF4=" "IDS_ABOUT_DESCRIPTION=Le module externe Acrobat Spelling vous permet de vrifier l'orthographe des commentaires et des champs de texte de formulaires Acrobat." "IDS_ABOUT_DESCRIPTION2=" "IDS_ABOUT_DESCRIPTION3=" "IDS_ABOUT_DESCRIPTION4=" "IDS_ABOUT_DEPENDENCIES=Modules externes requis par le chargement : EScript\n" "IDS_ABOUT_DEPENDENCIES2=Modules externes requis pour garantir toutes les fonctionnalits : Comments, Forms" "IDS_ABOUT_DEPENDENCIES3=" "IDS_OKAY=OK" "IDS_DONE=&Terminer" "IDS_HELP=Aide" "IDS_DICT_USER=Utilisateur : " "IDS_MENU_SPELLING_TOOL_BUTTON=&Vrifier l'orthographe" "IDS_DICTIONARY_ALL=Toutes les langues" "IDS_DICTIONARY_CUSTOM=" "IDS_DICTIONARIES_NOT_FOUND=Aucun dictionnaire n'a t dtect. L'installation est peut-tre endommage." "IDS_BUTTON_IGNORE=&Ignorer" "IDS_BUTTON_START=&Commencer" "IDS_BUTTON_RESTART=&Redmarrer" "IDS_BUTTON_UNDO_EDIT=&Annuler Modifier" "IDS_STATE_START=Vrification de l'orthographe des commentaires et des champs de formulaire :" "IDS_STATE_COMPLETE=Vrification termine." "IDS_STATE_NO_ERRORS=Aucune faute n'a t trouve." "IDS_STATE_CHECKING=Mot introuvable : " "IDS_NO_SUGGESTIONS=<Aucune suggestion>" "IDS_ALL_CORRECT=<Aucune faute d'orthographe>" "IDS_WORDLIST_ADDED=Mots ajouts" "IDS_WORDLIST_REMOVED=Mots exclus" "IDS_WORDLIST_NONROMAN=Les mots doivent contenir uniquement des caractres romains." "IDS_HINT_PREFERENCE=Slectionnez dans cette liste les dictionnaires utiliser pour la vrification orthographique. Cliquez sur Monter ou sur Descendre pour dfinir l'ordre dans lequel les dictionnaires sont utiliss pour la recherche." "IDS_MORECOLORS=Autres couleurs" "IDS_SUPPLEMENTAL_DICTIONARY_URL=http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows" "$$$/Buttons/Done=&Terminer" "$$$/Buttons/Cancel=Annuler" "$$$/Buttons/Help=Aide" "$$$/Dialogs/EditDictionary=Modifier le dictionnaire personnalis" "$$$/Dialogs/EditDictionary/Entry=Entre :" "$$$/Dialogs/EditDictionary/Dictionary=Dictionnaire :" "$$$/Dialogs/EditDictionary/AddButton=&Ajouter" "$$$/Dialogs/EditDictionary/DeleteButton=&Supprimer" "$$$/Dialogs/EditDictionary/ChangeButton=&Modifier" "$$$/Dialogs/SpellCheck=Vrifier l'orthographe" "$$$/Dialogs/SpellCheck/Status=Vrification de l'orthographe des commentaires et des champs de formulaire :" "$$$/Dialogs/SpellCheck/Alternatives=Suggestions :" "$$$/Dialogs/SpellCheck/StartButton=&Commencer" "$$$/Dialogs/SpellCheck/RestartButton=&Redmarrer" "$$$/Dialogs/SpellCheck/UndoEditButton=&Annuler Modifier" "$$$/Dialogs/SpellCheck/ChangeButton=&Modifier" "$$$/Dialogs/SpellCheck/ChangeAllButton=Modifier t&out" "$$$/Dialogs/SpellCheck/IgnoreButton=&Ignorer" "$$$/Dialogs/SpellCheck/IgnoreAllButton=I&gnorer tout" "$$$/Dialogs/SpellCheck/AddButton=&Ajouter" "$$$/Dialogs/SpellCheck/Dictionary=A&jouter :" "$$$/Prefs/Spelling=Orthographe" "$$$/Prefs/Spelling/Underline=&Vrifier l'orthographe en cours de frappe" "$$$/Prefs/Spelling/UnderlineColor=&Couleur de soulignement :" "$$$/Prefs/Spelling/Dictionaries=Dictionnaires de correction orthographique" "$$$/Prefs/Spelling/UpButton=&Monter" "$$$/Prefs/Spelling/DownButton=&Descendre" "$$$/Prefs/Spelling/UseButton=Ac&tiver" "$$$/Prefs/Spelling/UnUseButton=D&sactiver" "$$$/Prefs/Spelling/AddDictionary=Ajouter& " "$$$/Prefs/Spelling/RemoveDictionary=Supprimer" "$$$/Prefs/Spelling/AddDictionary/Title=Ajouter des dictionnaires"