<?php $this->cache['en']['mod_url'] = array (
  'clicktoopen' => 'Click {$a} link to open resource.',
  'configdisplayoptions' => 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.',
  'configframesize' => 'When a web page or an uploaded file is displayed within a frame, this value is the height (in pixels) of the top frame (which contains the navigation).',
  'configrolesinparams' => 'Enable if you want to include localized role names in list of available parameter variables.',
  'configsecretphrase' => 'This secret phrase is used to produce encrypted code value that can be sent to some servers as a parameter.  The encrypted code is produced by an md5 value of the current user IP address concatenated with your secret phrase. ie code = md5(IP.secretphrase). Please note that this is not reliable because IP address may change and is often shared by different computers.',
  'contentheader' => 'Content',
  'displayoptions' => 'Available display options',
  'displayselect' => 'Display',
  'displayselect_help' => 'This setting, together with the URL file type and whether the browser allows embedding, determines how the URL is displayed. Options may include:

* Automatic - The best display option for the URL is selected automatically
* Embed - The URL is displayed within the page below the navigation bar together with the URL description and any blocks
* Force download - The user is prompted to download the URL file
* Open - Only the URL is displayed in the browser window
* In pop-up - The URL is displayed in a new browser window without menus or an address bar
* In frame - The URL is displayed within a frame below the the navigation bar and URL description
* New window - The URL is displayed in a new browser window with menus and an address bar',
  'displayselectexplain' => 'Choose display type, unfortunately not all types are suitable for all URLs.',
  'externalurl' => 'External URL',
  'framesize' => 'Frame height',
  'invalidstoredurl' => 'Cannot display this resource, URL is invalid.',
  'chooseavariable' => 'Choose a variable...',
  'invalidurl' => 'Entered URL is invalid',
  'modulename' => 'URL',
  'modulenameplural' => 'URLs',
  'neverseen' => 'Never seen',
  'optionsheader' => 'Options',
  'parameterinfo' => 'parameter=variable',
  'parametersheader' => 'Parameters',
  'pluginadministration' => 'URL module administration',
  'pluginname' => 'URL',
  'popupheight' => 'Popup height (in pixels)',
  'popupheightexplain' => 'Specifies default height of popup windows.',
  'popupwidth' => 'Popup width (in pixels)',
  'popupwidthexplain' => 'Specifies default width of popup windows.',
  'printheading' => 'Display URL name',
  'printheadingexplain' => 'Display URL name above content? Some display types may not display URL name even if enabled.',
  'printintro' => 'Display URL description',
  'printintroexplain' => 'Display URL description bellow content? Some display types may not display description even if enabled.',
  'rolesinparams' => 'Include role names in parameters',
  'serverurl' => 'Server URL',
  'url:view' => 'View URL',
);