403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.141
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files (x86)/Adobe/Acrobat Reader DC/Reader/Locale/uk_UA/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files (x86)/Adobe/Acrobat Reader DC/Reader/Locale/uk_UA/Spelling.UKR
MZ����@���	�!�L�!This program cannot be run in DOS mode.

$���߹������c�����=����f���Rich��PEL^��e�!@P�?.rsrc�?@@@�8��P��x����������������'(�'@�X�p�"�"�"�"�"�"�"�	��,�0�
(��$��083Pp-`XN}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';
gShowSpelling = '$$$/Prefs/Spelling/ShowSpelling';

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: 'box2', name: gShowSpelling);
			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');
	}
}`4VS_VERSION_INFO��|P|P?�StringFileInfo�040904b0VCompanyNameAdobe Systems Incorporated8FileDescriptionAcrobat:
FileVersion24.1.20604.00InternalNameAcrobat�WLegalCopyrightCopyright 1984-2024 Adobe Systems Incorporated and its licensors. All rights reserved.8OriginalFilenameAcrobat<ProductNameAdobe Acrobat>
ProductVersion24.1.20604.0DVarFileInfo$Translation"���"IDS_HELP_SPELLING=;0F=VBL 4;O ?5@52V@:8 ?@02>?8AC :><5=B0@V2 V ?>;V2 D>@<8 "

"IDS_MENU_SPELLING=&# :><5=B0@OE, ?>;OE B0 B5:ABV 4;O @5403C20==O..."

"IDS_MENU_DICTIONARY=& 5403C20B8 A;>2=8:..."

"IDS_SCOPE_EVERYTHING=#AV :><5=B0@V B0 ?>;O D>@<"

"IDS_SPELLPREFS_TITLE=@D>3@0DVO"

��"IDS_REAL_VERSION=;LD0 1"

"IDS_GENERIC_STRING=%s"

"IDS_LANGUAGE=UKR"

"IDS_FULL_NAME=@D>3@0DVO"

"IDS_ABOUT_LEGAL_STUFF="

"IDS_ABOUT_LEGAL_STUFF2="

"IDS_ABOUT_LEGAL_STUFF3="

"IDS_ABOUT_LEGAL_STUFF4="

"IDS_ABOUT_DESCRIPTION=>4C;L ?5@52V@:8 >@D>3@0DVW Acrobat Spelling 40T 7<>3C ?5@52V@OB8 >@D>3@0DVN B5:ABC 2 B5:AB>28E ?>;OE D>@< Acrobat B0 2 :><5=B0@OE Acrobat."

"IDS_ABOUT_DESCRIPTION2="

"IDS_ABOUT_DESCRIPTION3="

"IDS_ABOUT_DESCRIPTION4="

"IDS_ABOUT_DEPENDENCIES=>4C;V, O:V ?>B@V1=> 7020=B068B8: EScript\r\n"

"IDS_ABOUT_DEPENDENCIES2=>4C;V, =5>1EV4=V 4;O ?>2=>FV==>W @>1>B8: Comments, Forms"

"IDS_ABOUT_DEPENDENCIES3="

"IDS_OKAY=OK"

"IDS_DONE=&>B>2>"

"IDS_HELP=>2V4:0"

"IDS_DICT_USER=>@8ABC20G: "

"IDS_MENU_SPELLING_TOOL_BUTTON=5@5&2V@:0 >@D>3@0DVW"

"IDS_DICTIONARY_ALL=#AV <>28"

"IDS_DICTIONARY_CUSTOM="

"IDS_DICTIONARIES_NOT_FOUND=!;>2=8:8 =5 7=0945=>. >6;82>, ?>H:>465=> 2AB0=>2;5==O."

"IDS_BUTTON_IGNORE=&@>?CAB8B8"

"IDS_BUTTON_START=>G&0B8"

"IDS_BUTTON_RESTART=5@57&020=B068B8"

"IDS_BUTTON_UNDO_EDIT=&!:0AC20B8 ?@02:C"

"IDS_STATE_START=>B>2> 4;O ?5@52V@:8 ?@02>?8AC :><5=B0@V2 V ?>;V2 D>@<8."

"IDS_STATE_COMPLETE=5@52V@:0 ?@02>?8AC 7025@H5=0."

"IDS_STATE_NO_ERRORS=5<0T ?><8;>:."

"IDS_STATE_CHECKING=!;>2> =5 7=0945=>: "

"IDS_NO_SUGGESTIONS=<5<0T ?@>?>78FV9>"

"IDS_ALL_CORRECT=<5<0T ?><8;>:>"

"IDS_WORDLIST_ADDED=>40=V A;>20"

"IDS_WORDLIST_REMOVED=8:;NG5=V A;>20"

"IDS_WORDLIST_NONROMAN=!;>20 ?>28==V <VAB8B8 ;8H5 ;0B8=AL:V A8<2>;8."

"IDS_HINT_PREFERENCE=815@VBL C FL><C A?8A:C A;>2=8:8 4;O ?5@52V@:8 ?@02>?8AC.  0409B5 ?>A;V4>2=VABL ?>HC:C 2 A;>2=8:0E, =0B8A:0NG8 :=>?:8 3>@C 01> =87."

"IDS_MORECOLORS==HV :>;L>@8"

"IDS_SUPPLEMENTAL_DICTIONARY_URL=http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows"

"$$$/Buttons/Done=&>B>2>"

"$$$/Buttons/Cancel=!:0AC20B8"

"$$$/Buttons/Help=>2V4:0"

"$$$/Dialogs/EditDictionary= 5403C20B8 2;0A=89 A;>2=8:"

"$$$/Dialogs/EditDictionary/Entry=0?8A:"

"$$$/Dialogs/EditDictionary/Dictionary=!;>2=8::"

"$$$/Dialogs/EditDictionary/AddButton=&>40B8"

"$$$/Dialogs/EditDictionary/DeleteButton=84&0;8B8"

"$$$/Dialogs/EditDictionary/ChangeButton=&<V=8B8"

"$$$/Dialogs/SpellCheck=5@52V@8B8 >@D>3@0DVN"

"$$$/Dialogs/SpellCheck/Status=>B>2> 4;O ?5@52V@:8 ?@02>?8AC :><5=B0@V2 V ?>;V2 D>@<8:"

"$$$/Dialogs/SpellCheck/Alternatives=@>?>78FVW:"

"$$$/Dialogs/SpellCheck/StartButton=>G&0B8"

"$$$/Dialogs/SpellCheck/RestartButton=5@57&020=B068B8"

"$$$/Dialogs/SpellCheck/UndoEditButton=&!:0AC20B8 ?@02:C"

"$$$/Dialogs/SpellCheck/ChangeButton=&<V=8B8"

"$$$/Dialogs/SpellCheck/ChangeAllButton=&<V=8B8 2A5"

"$$$/Dialogs/SpellCheck/IgnoreButton=&@>?CAB8B8"

"$$$/Dialogs/SpellCheck/IgnoreAllButton=3&=>@C20B8 2A5"

"$$$/Dialogs/SpellCheck/AddButton=&>40B8"

"$$$/Dialogs/SpellCheck/Dictionary=>40&B8 4>:"

"$$$/Prefs/Spelling=@D>3@0DVO"

"$$$/Prefs/Spelling/Underline=&5@52V@OB8 >@D>3@0DVN ?V4 G0A C2545==O B5:ABC"

"$$$/Prefs/Spelling/UnderlineColor=&>;V@ ?V4:@5A;5==O:"

"$$$/Prefs/Spelling/Dictionaries=!;>2=8:8 4;O ?5@52V@:8 >@D>3@0DVW"

"$$$/Prefs/Spelling/UpButton=5@5<VAB8B8 &23>@C"

"$$$/Prefs/Spelling/DownButton=5@5<VAB8B8 &2=87"

"$$$/Prefs/Spelling/UseButton=>&7=0G8B8"

"$$$/Prefs/Spelling/UnUseButton=&=OB8 ?>7=0G:C"

"$$$/Prefs/Spelling/AddDictionary=>40B8..."

"$$$/Prefs/Spelling/RemoveDictionary=8;CG8B8"

"$$$/Prefs/Spelling/ShowSpelling=>:070B8 >@D>3@0DVG=V ?><8;:8"

"$$$/Prefs/Spelling/AddDictionary/Title=>40B8 A;>2=8:8"

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>

Youez - 2016 - github.com/yon3zu
LinuXploit