; @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 ; @translation René Kreijveld, email@renekreijveld.nl ; ; 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 = "Met deze plugin kun je Vimeo-video's in artikelen insluiten door simpelweg een video-URL van Vimeo in een artikel te kopiëren en te plakken met vloeiende responsieve ondersteuning." PLG_CONTENT_OSVIMEO_FIELD_HEIGHT_DESC = "Stel de hoogte van de Vimeo-video in. De standaardhoogte is 344 pixels." PLG_CONTENT_OSVIMEO_FIELD_HEIGHT_LABEL = "Hoogte" PLG_CONTENT_OSVIMEO_FIELD_IGNORE_HTML_LINKS_DESC = "Als dit waar is, negeert de plugin alle Vimeo-links die zijn omgeven door een <a>-tag en herkent alleen platte tekst-URL's." PLG_CONTENT_OSVIMEO_FIELD_IGNORE_HTML_LINKS_LABEL = "HTML-links negeren" PLG_CONTENT_OSVIMEO_FIELD_RESPONSIVE_DESC = "Gebruik vloeiend responsief gedrag." PLG_CONTENT_OSVIMEO_FIELD_RESPONSIVE_LABEL = "Responsief" PLG_CONTENT_OSVIMEO_FIELD_WIDTH_DESC = "Stel de breedte van de Vimeo-video in. De standaardbreedte is 425 pixels." PLG_CONTENT_OSVIMEO_FIELD_WIDTH_LABEL = "Breedte" ; ; Pro additions ; PLG_CONTENT_OSVIMEO = "Content - OSVimeo Pro" PLG_CONTENT_OSVIMEO_FIELD_BYLINE_DESC = "Toon de auteur." PLG_CONTENT_OSVIMEO_FIELD_BYLINE_LABEL = "Auteur" PLG_CONTENT_OSVIMEO_FIELD_COLOR_DESC = "Stel een aangepaste kleur in voor de bedieningselementen." PLG_CONTENT_OSVIMEO_FIELD_COLOR_LABEL = "Kleur" PLG_CONTENT_OSVIMEO_FIELD_PORTRAIT_DESC = "Toon avatarafbeelding." PLG_CONTENT_OSVIMEO_FIELD_PORTRAIT_LABEL = "Avatar" PLG_CONTENT_OSVIMEO_FIELD_TITLE_DESC = "Toon de titel." PLG_CONTENT_OSVIMEO_FIELD_TITLE_LABEL = "Titel"