; @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 - Téléversement de fichier" ACF_UPLOAD="Champs - ACF Téléversement de fichier" ACF_UPLOAD_DESC="Envoyer n'importe quel fichier par glisser-déposer dans l'administration et afficher le ficher en tant que lien ou image sur le site." ACF_UPLOAD_VALUE_DESC="Sélectionner le(s) fichier(s) à envoyer" ACF_UPLOAD_FOLDER="Dossier de destination" ; 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="Nb maximal de fichiers" ACF_UPLOAD_LIMIT_FILES_DESC="Combien de fichiers peuvent être transférés ? Saisir 0 pour ne pas limiter limite." ACF_UPLOAD_MAX_FILE_SIZE="Limite de poids des fichiers" ACF_UPLOAD_MAX_FILE_SIZE_DESC="Configurer la taille maximale en mégaoctets autorisée pour chaque fichier. Saisir 0 pour ne pas limiter.

Le limite du serveur est : %s." ACF_UPLOAD_TYPES="Types de fichiers autorisés" ; ACF_UPLOAD_TYPES_DESC="Enter comma separated list of allowed file types like: .jpg, .gif, .png, .pdf

You may enter media types like: application/pdf, image/*, video/*

Or you can even mix both: application/*, .png, .jpg

Note: This is not fool-proof and can be tricked, please remember that there is always a danger in allowing users to upload files." ; ACF_UPLOAD_ERROR="Invalid form or field key" ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Impossible d'envoyer le fichier" ; ACF_UPLOAD_ERROR_INVALID_FIELD="Invalid upload field" ACF_UPLOAD_ERROR_INVALID_FILE="Ce fichier paraît suspect ou incorrect, il ne peut être envoyé." ACF_UPLOAD_MAX_FILES_LIMIT="Vous pouvez envoyer jusqu'à %d fichiers" ACF_UPLOAD_DRAG_AND_DROP_FILES="Glisser et déposer les fichier ici ou" ACF_UPLOAD_BROWSE="Parcourir" ACF_UPLOAD_INVALID_FILE_TYPE="Fichier non valide. Voici les types autorisés : %s" ACF_UPLOAD_FILE_IS_MISSING="Fichier manquant. Veuillez réessayer l'envoi." ACF_UPLOAD_FOLDER_INVALID="Le dossier d'envoi %s n'existe pas ou n'a pas de droit d'écriture" ACF_UPLOAD_FILETOOBIG="Le fichier est trop volumineux ({{filesize}} Mo). La taille maximale est {{maxFilesize}} Mo." ACF_UPLOAD_INVALID_FILE="Vous ne pouvez pas envoyer de fichiers de ce type." ACF_UPLOAD_FALLBACK_MESSAGE="Votre navigateur ne supporte par l'envoi de fichiers par glisser-déposer." ACF_UPLOAD_RESPONSE_ERROR = "Le serveur a répondu avec le code {{statusCode}}" ACF_UPLOAD_CANCEL_UPLOAD="Annuler l'envoi" ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Êtes-vous sûr de vouloir annuler cet envoi ?" ACF_UPLOAD_REMOVE_FILE="Retirer le fichier" ACF_UPLOAD_REMOVE_FILE_CONFIRM="Êtes-vous sûr ?" ACF_UPLOAD_MAX_FILES_EXCEEDED="Vous ne pouvez plus envoyer de fichiers." ; ACF_UPLOAD_RANDOMIZE="Randomize File names" ; ACF_UPLOAD_RANDOMIZE_DESC="If enabled, a random prefix will be added to the beginning of the uploaded file name. This helps to ensure existing files with the same name never get replaced." ACF_UPLOAD_FILE_MISSING="Fichier manquant" ; ACF_UPLOAD_FORCE_DOWNLOAD="Force Download" ; ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Select whether to download the file instead of navigating to the link" ACF_UPLOAD_LINK_TEXT="Texte du lien" ; ACF_UPLOAD_LINK_TEXT_DESC="Enter a custom link text. If none provided, the file name will be used instead. Supports Smart Tags.

File Smart Tags:
{acf.file.basename}
{acf.file.filename}
{acf.file.extension}
{acf.file.title}
{acf.file.description}" ; ACF_UPLOAD_LAYOUT="Layout" ; ACF_UPLOAD_LAYOUT_DESC="Define the layout that will be used to display each uploaded file in the front-end." ; ACF_UPLOAD_CUSTOM_LAYOUT="Custom Layout" ; ACF_UPLOAD_CUSTOM_LAYOUT_DESC="Set a custom HTML layout that will be used to display each uploaded file in the front-end. Supports Smart Tags.

File Smart 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}

Common Smart Tags
{site.url}" ACF_UPLOAD_LINK="Lien" ACF_UPLOAD_IMAGE="Image" ; ACF_UPLOAD_CUSTOM="Custom" ACF_UPLOAD_FRONTEND_DISPLAY="Affichage site" ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Paramètres d'envoi du fichier" ; ACF_UPLOAD_ALLOW_UNSAFE="Allow Unsafe Files" ; ACF_UPLOAD_ALLOW_UNSAFE_DESC="Allow the upload of unsafe files.

A file is considered unsafe when:
- A null byte is found in the file name.
- File extension is forbidden: .php, py etc.
- There's a php tag in file content.
- There's a short tag in file content.
- There's a forbidden extension anywhere in the content.

This option protects you also from unsafe files included in compressed files such as zip, rar, tar e.t.c." ; ACF_UPLOAD_VIEW_FILE="View file in a new tab" ; ACF_UPLOAD_DOWNLOAD_FILE="Download file" ACF_UPLOAD_DELETE_FILE="Supprimer le fichier" ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Affiches les liens de téléchargement" ; ACF_UPLOAD_SHOW_DOWNLOAD_LINKS_DESC="Enable to display download links for each uploaded file in the file uploader." ; ACF_UPLOAD_MIME_CONTENT_TYPE_MISSING="The PHP extension fileinfo is required to guess the mime type of uploaded files but it's not installed or not loaded. Please contact your host to install it." ACF_UPLOAD_TITLE="Titre" ACF_UPLOAD_TITLE_DESC="Définir un titre pour ce fichier envoyé." ACF_UPLOAD_TITLE_HINT="Inscrire un titre..." ACF_UPLOAD_DESCRIPTION="Description" ACF_UPLOAD_DESCRIPTION_DESC="Définir une description pour ce fichier envoyé." ACF_UPLOAD_DESCRIPTION_HINT="Inscrire une description..." ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Élément actuellement modifié : " ACF_UPLOAD_EDIT_ITEM="Modifier l'élément" ; 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."