From 002d4882d264c00815c8f49255ae9a0137fc9816 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Mon, 12 Dec 2016 11:05:34 +0000 Subject: [PATCH] english corrections --- language/en-GB/en-GB.plg_content_automaticintroimage.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/en-GB/en-GB.plg_content_automaticintroimage.ini b/language/en-GB/en-GB.plg_content_automaticintroimage.ini index 501e782..bc40cc4 100644 --- a/language/en-GB/en-GB.plg_content_automaticintroimage.ini +++ b/language/en-GB/en-GB.plg_content_automaticintroimage.ini @@ -4,13 +4,13 @@ ; Note : All ini files need to be saved as UTF-8 PLG_CONTENT_AUTOMATICINTROIMAGE="Content - Automatic Intro Image" -PLG_CONTENT_AUTOMATICINTROIMAGE_XML_DESCRIPTION="This plugin automatically create a resized version of the full size article image and set it as the intro image.
Simply enable the plugin, set parameters and let blank the intro image field when saving the article." +PLG_CONTENT_AUTOMATICINTROIMAGE_XML_DESCRIPTION="This plugin automatically creates a resized version of the full size article image and sets it as the intro image.
Simply enable the plugin, set parameters and leave the intro image field blank when saving the article." PLG_CONTENT_AUTOMATICINTROIMAGE_FIELD_NAME_LABEL="Name settings" PLG_CONTENT_AUTOMATICINTROIMAGE_FIELD_IMAGE_LABEL="Image parameters" PLG_CONTENT_AUTOMATICINTROIMAGE_FIELD_MISC_LABEL="Other" PLG_CONTENT_AUTOMATICINTROIMAGE_MESSAGE_ALREADY_SET="Automatic Intro Image: intro image was already set." PLG_CONTENT_AUTOMATICINTROIMAGE_MESSAGE_CREATED="Automatic Intro Image: %s succesfully created and saved." -PLG_CONTENT_AUTOMATICINTROIMAGE_MESSAGE_EXIST="Automatic Intro Image: %s already exist and it will not be recreated." +PLG_CONTENT_AUTOMATICINTROIMAGE_MESSAGE_EXIST="Automatic Intro Image: %s already exists and it will not be recreated." PLG_CONTENT_AUTOMATICINTROIMAGE_MESSAGE_IMAGICK_ERROR="Automatic Intro Image: imagick php module not loaded." PLG_CONTENT_AUTOMATICINTROIMAGE_MESSAGE_SETTINGS_ERROR="Automatic Intro Image: check plugin settings." PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_YES="Yes" @@ -30,6 +30,6 @@ PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_SUBDIR_DESCRIPTION="The name of the subdir PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_SUFFIX_LABEL="Suffix of resized image" PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_SUFFIX_DESCRIPTION="This will be the suffix applied to the resized image." PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_TEXT_LABEL="Copy text" -PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_TEXT_DESCRIPTION="If selected, the 'Alt' and 'Title' fields of the full article image will be copied in intro image fields." +PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_TEXT_DESCRIPTION="If selected, the 'Alt' and 'Title' fields of the full article image will be copied into the intro image fields." PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_WIDTH_LABEL="Width of resized image (10-2000)" PLG_CONTENT_AUTOMATICINTROIMAGE_PARAM_WIDTH_DESCRIPTION="Set the width of the resized image. If 'maintain aspect ratio' option is selected, this value will act as the max width of the resized image."