; @package OSVimeo ; @contact www.joomlashack.com, help@joomlashack.com ; @copyright 2016-2024 Joomlashack.com. All rights reserved ; @license https://www.gnu.org/licenses/gpl.html GNU/GPL ; ; This file is part of OSVimeo. ; ; OSVimeo is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 2 of the License, or ; (at your option) any later version. ; ; OSVimeo is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with OSVimeo. If not, see . ; ; Note : All ini files need to be saved as UTF-8 - No BOM PLG_CONTENT_OSVIMEO = "Content - OSVimeo" PLG_CONTENT_OSVIMEO_DESCRIPTION = "With this plugin, you can embed Vimeo videos into articles simply by copying and pasting a video URL from Vimeo into an article with fluid responsive support." PLG_CONTENT_OSVIMEO_FIELD_HEIGHT_DESC = "Set the height of the Vimeo video. The default width is 344 pixels." PLG_CONTENT_OSVIMEO_FIELD_HEIGHT_LABEL = "Height" PLG_CONTENT_OSVIMEO_FIELD_IGNORE_HTML_LINKS_DESC = "If true, the plugin will ignore all Vimeo links wrapped by a <a> tag, recognizing only plain text URLs." PLG_CONTENT_OSVIMEO_FIELD_IGNORE_HTML_LINKS_LABEL = "Ignore HTML links" PLG_CONTENT_OSVIMEO_FIELD_RESPONSIVE_DESC = "Use fluid responsive behavior." PLG_CONTENT_OSVIMEO_FIELD_RESPONSIVE_LABEL = "Responsive" PLG_CONTENT_OSVIMEO_FIELD_WIDTH_DESC = "Set the width of the Vimeo video. The default width is 425 pixels." PLG_CONTENT_OSVIMEO_FIELD_WIDTH_LABEL = "Width" ; ; Pro additions ; PLG_CONTENT_OSVIMEO = "Content - OSVimeo Pro" PLG_CONTENT_OSVIMEO_FIELD_BYLINE_DESC = "Display the author." PLG_CONTENT_OSVIMEO_FIELD_BYLINE_LABEL = "Author" PLG_CONTENT_OSVIMEO_FIELD_COLOR_DESC = "Set custom color for the controls." PLG_CONTENT_OSVIMEO_FIELD_COLOR_LABEL = "Color" PLG_CONTENT_OSVIMEO_FIELD_PORTRAIT_DESC = "Display avatar image." PLG_CONTENT_OSVIMEO_FIELD_PORTRAIT_LABEL = "Avatar" PLG_CONTENT_OSVIMEO_FIELD_TITLE_DESC = "Display the title." PLG_CONTENT_OSVIMEO_FIELD_TITLE_LABEL = "Title"