; @package Advanced Custom Fields ; @version 2.8.8 Pro ; ; @author Tassos Marinos - http://www.tassos.gr/joomla-extensions ; @copyright Copyright (c) 2019 Tassos Marinos. All rights reserved. ; @license http://www.tassos.gr PLG_FIELDS_ACFUPLOAD_LABEL="ACF - File Upload" ACF_UPLOAD="Velden - ACF File Upload" ACF_UPLOAD_DESC="Upload elk bestand met een uploader voor slepen en neerzetten aan de back-end en geef het geüploade bestand weer als een link of afbeelding op de front-end." ACF_UPLOAD_VALUE_DESC="Selecteer te uploaden bestand(en)" ACF_UPLOAD_FOLDER="Upload Folder" ; ACF_UPLOAD_FOLDER_DESC="Enter the path relative to the root of your webspace where the uploaded files will be stored. To rename uploaded files use the following Smart Tags.

Upload Smart Tags
{acf.file.basename}
{acf.file.extension}
{acf.file.filename}
{acf.file.index}
{acf.file.total}

Field Smart Tags
{acf.field.id}

Item Smart Tags
{acf.item.id}
{acf.item.author_id}
{acf.item.alias}
{acf.item.cat_id}
{acf.item.cat_alias}

Common Smart Tags
{date}
{time}
{day}
{month}
{year}" ACF_UPLOAD_LIMIT_FILES="Bestandslimiet" ACF_UPLOAD_LIMIT_FILES_DESC="Hoeveel ĕstanden kunnen er worden geupload? Vul de 0 in voor ongelimiteerd" ACF_UPLOAD_MAX_FILE_SIZE="Bestandsgrootte Limiet" ACF_UPLOAD_MAX_FILE_SIZE_DESC="Configureer de maximaal toegestane grootte voor elk geüpload bestand in megabytes. Voer 0 in voor geen limiet.

De maximale uploadgrootte van jouw server is:%s." ACF_UPLOAD_TYPES="Toegestane Bestandstypen" ACF_UPLOAD_TYPES_DESC="Voer een door komma's gescheiden lijst met toegestane bestandstypen in zoals: .jpg, .gif, .png, .pdf

Je kunt mediatypen invoeren zoals: application/pdf, image/*, video/*

Of je kunt zelfs beide mixen: application/*, . png, .jpg

Opmerking: dit is niet onfeilbaar en kan worden misleid. Houd er rekening mee dat er altijd een gevaar bestaat als gebruikers worden toegestaan bestanden te uploaden." ACF_UPLOAD_ERROR="Ongeldige formulier- of veldsleutel" ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Kan bestand niet uploaden" ACF_UPLOAD_ERROR_INVALID_FIELD="Ongeldig uploadveld" ACF_UPLOAD_ERROR_INVALID_FILE="Dit bestand lijkt onveilig of ongeldig en kan niet worden geüpload." ACF_UPLOAD_MAX_FILES_LIMIT="Je kunt maximaal %d bestanden uploaden" ACF_UPLOAD_DRAG_AND_DROP_FILES="Sleep bestanden hierheen of" ACF_UPLOAD_BROWSE="Bladeren" ACF_UPLOAD_INVALID_FILE_TYPE="Ongeldig bestand. Toegestane bestandstypen zijn: %s" ACF_UPLOAD_FILE_IS_MISSING="Bestand ontbreekt. Probeer het opnieuw" ACF_UPLOAD_FOLDER_INVALID="De uploadmap %s bestaat niet of is niet beschrijfbaar" ACF_UPLOAD_FILETOOBIG="Het bestand van ({{filesize}}MB) is te groot. Max bestandsgrootte is: {{maxFilesize}}MB." ACF_UPLOAD_INVALID_FILE="Je kunt geen bestanden van dit type uploaden." ACF_UPLOAD_FALLBACK_MESSAGE="Je browser ondersteunt geen drag'n'drop voor het uploaden van bestanden." ACF_UPLOAD_RESPONSE_ERROR = "De Server reageerde met {{statusCode}} code." ACF_UPLOAD_CANCEL_UPLOAD="Annuleer upload" ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Weet je het zeker dat je deze upload wilt annuleren?" ACF_UPLOAD_REMOVE_FILE="Verwijder bestand" ACF_UPLOAD_REMOVE_FILE_CONFIRM="Weet je het zeker?" ACF_UPLOAD_MAX_FILES_EXCEEDED="Je kunt geen bestanden meer uploaden" ACF_UPLOAD_RANDOMIZE="Maak bestandsnamen willekeurig" ACF_UPLOAD_RANDOMIZE_DESC="Indien ingeschakeld, wordt een willekeurig voorvoegsel toegevoegd aan het begin van de geüploade bestandsnaam. Dit helpt ervoor te zorgen dat bestaande bestanden met dezelfde naam nooit worden vervangen." ACF_UPLOAD_FILE_MISSING="Bestand ontbreekt" ACF_UPLOAD_FORCE_DOWNLOAD="Forceer Download" ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Selecteer of je het bestand wilt downloaden in plaats de link volgen" ACF_UPLOAD_LINK_TEXT="Link Tekst" ACF_UPLOAD_LINK_TEXT_DESC="Voer een aangepaste linktekst in. Als er geen is opgegeven, wordt in plaats daarvan de bestandsnaam gebruikt. Ondersteunt Slimme Tags.

Bestand Slimme Tags:
{acf.file.basename}
{acf.file.filename}
{acf.file.extension}
{acf.file.title}
{acf.file.description}" ACF_UPLOAD_LAYOUT="Indeling" ACF_UPLOAD_LAYOUT_DESC="Definieer de indeling die zal worden gebruikt om elk geüpload bestand aan de front-end weer te geven." ACF_UPLOAD_CUSTOM_LAYOUT="Aangepaste Indeling" ACF_UPLOAD_CUSTOM_LAYOUT_DESC="Stel een aangepaste HTML indeling in die wordt gebruikt om elk geüpload bestand in de front-end weer te geven. Ondersteunt slimme tags.

Bestand Slimme Tags:
{acf.file.basename}
{acf.file.filename}
{acf.file.path}
{acf.file.url}
{acf.file.size}
{acf.file.extension}
{acf.file.title}
{acf.file.description}
{acf.file.index}
{acf.file.total}

Normale Slimme Tags
{site.url}" ACF_UPLOAD_LINK="Link" ACF_UPLOAD_IMAGE="Afbeelding" ACF_UPLOAD_CUSTOM="Aangepast" ACF_UPLOAD_FRONTEND_DISPLAY="Front-end Vertoning" ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Bestandsupload Instellingen" ACF_UPLOAD_ALLOW_UNSAFE="Sta onveilige bestanden toe" ACF_UPLOAD_ALLOW_UNSAFE_DESC="Sta het uploaden van onveilige bestanden toe.

Een bestand wordt als onveilig beschouwd wanneer:
- Een null-byte wordt gevonden in de bestandsnaam.
- Bestandsextensie verboden is: .php, py enz.
- Er staat een php-tag in de bestandsinhoud.
- Er is een korte of slimme tag in de bestandsinhoud.
- Er is ergens in de inhoud een verboden extensie.

Deze optie beschermt je ook tegen onveilige bestanden in gecomprimeerde bestanden zoals zip, rar, tar enz." ACF_UPLOAD_VIEW_FILE="Bekijk het bestand in een nieuw tabblad" ACF_UPLOAD_DOWNLOAD_FILE="Doanload bestand" ACF_UPLOAD_DELETE_FILE="Verwijder bestand" ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Toon downloadlinks" ACF_UPLOAD_SHOW_DOWNLOAD_LINKS_DESC="Schakel in om downloadlinks weer te geven voor elk geüpload bestand in de bestandsuploader." ACF_UPLOAD_MIME_CONTENT_TYPE_MISSING="De PHP-extensie fileinfo is vereist om het MIME-type van geüploade bestanden te raden, maar het is niet geïnstalleerd of niet geladen. Neem contact op met jouw host om het te installeren." ACF_UPLOAD_TITLE="Titel" ACF_UPLOAD_TITLE_DESC="Definieer een titel voor dit geüploade bestand." ACF_UPLOAD_TITLE_HINT="Voer een titel in..." ACF_UPLOAD_DESCRIPTION="Beschrijving" ACF_UPLOAD_DESCRIPTION_DESC="Definieer een beschrijving voor dit geüploade bestand." ACF_UPLOAD_DESCRIPTION_HINT="Voer een beschrijving in..." ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Item dat momenteel wordt bewerkt: " ACF_UPLOAD_EDIT_ITEM="Edit Item" ; ACF_UPLOAD_RESIZE_IMAGES="Resize Images" ; ACF_UPLOAD_RESIZE_IMAGES_DESC="Enable to resize images to the specified dimensions.
Supported images are jpg, jpeg, png, gif, and webp.

Only new images will be resized, existing images are left as-is.
When the image is resized, no additional images are created.

Helpful Resizing Scenarios:
Resize by width: To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.
Resize by height: To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.
Resize by width & height: To resize uploaded images to a specific width and height, as well as crop the image to these dimensions, set both a width and height." ; ACF_UPLOAD_WIDTH="Width" ; ACF_UPLOAD_WIDTH_DESC="Enter the width in pixels to resize the image to." ; ACF_UPLOAD_HEIGHT="Height" ; ACF_UPLOAD_HEIGHT_DESC="Enter the height in pixels to resize the image to."