This commit is contained in:
2024-12-31 11:07:09 +01:00
parent df7915205d
commit e089172b15
1916 changed files with 165422 additions and 271 deletions

View File

@ -0,0 +1,76 @@
; @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 - Pujar arxiu"
ACF_UPLOAD="camps - ACF Pujar arxiu"
ACF_UPLOAD_DESC="Carrega qualsevol arxiu utilitzant un sistema drag&drop a l'administració que mostrarà l'arxiu pujat com un enllaç o imatge a la part pública."
; ACF_UPLOAD_VALUE_DESC="Select file(s) to upload"
ACF_UPLOAD_FOLDER="Carpeta de pujada"
; 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.<br><br><strong>Upload Smart Tags</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Field Smart Tags</strong><br>{acf.field.id}<br><br><strong>Item Smart Tags</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Common Smart Tags</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{year}"
ACF_UPLOAD_LIMIT_FILES="Limit d'arxius"
ACF_UPLOAD_LIMIT_FILES_DESC="Quants arxius es poden pujar? Escriu 0 per no limitar."
ACF_UPLOAD_MAX_FILE_SIZE="Pes màxim d'arxiu"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Configura el pes d'arxiu màxim permès en megabytes. Escriu 0 per no limitar.<br><br>El màxim del teu servidor és: <b>%s</b>."
ACF_UPLOAD_TYPES="Tipus d'arxiu permesos"
; ACF_UPLOAD_TYPES_DESC="Enter comma separated list of allowed file types like: </b>.jpg, .gif, .png, .pdf<br><br>You may enter media types like: application/pdf, image/*, video/*<br><br>Or you can even mix both: application/*, .png, .jpg<br><br>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="Formulari o clau de camp invàlida"
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="No es pot pujar l'arxiu"
ACF_UPLOAD_ERROR_INVALID_FIELD="Camp de pujada invàlid"
; ACF_UPLOAD_ERROR_INVALID_FILE="This file seems unsafe or invalid and can't be uploaded."
ACF_UPLOAD_MAX_FILES_LIMIT="Pots pujar %d arxius"
ACF_UPLOAD_DRAG_AND_DROP_FILES="Arrossega els arxius aquí"
ACF_UPLOAD_BROWSE="Navega"
ACF_UPLOAD_INVALID_FILE_TYPE="Arxiu invpalid. Tipus d'arxiu permesos: %s"
ACF_UPLOAD_FILE_IS_MISSING="Falta l'arxiu. Intenta tornar a pujar-lo."
ACF_UPLOAD_FOLDER_INVALID="El directori de pujada %s no existeix, o no s'hi pot escriure."
ACF_UPLOAD_FILETOOBIG="L'arxiu pesa massa ({{filesize}}MB). Pes màxim: {{maxFilesize}}MB."
ACF_UPLOAD_INVALID_FILE="No pots pujar arxius d'aquest tipus."
ACF_UPLOAD_FALLBACK_MESSAGE="El teu navegador no suporta les pujades arrossegant."
ACF_UPLOAD_RESPONSE_ERROR = "El servidor ha contestat amb el codi {{statusCode}}."
ACF_UPLOAD_CANCEL_UPLOAD="Cancel·lar pujada"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Estàs segur que vols cancel·lar aquesta pujada?"
ACF_UPLOAD_REMOVE_FILE="Eliminar arxiu"
; ACF_UPLOAD_REMOVE_FILE_CONFIRM="Are you sure?"
ACF_UPLOAD_MAX_FILES_EXCEEDED="No pots carregar més arxius."
ACF_UPLOAD_RANDOMIZE="Aleatoritzar noms d'arxius"
ACF_UPLOAD_RANDOMIZE_DESC="Si està activat, s'afegirà un prefix aleatori al principi del nom d'arxiu pujat. Això ajuda a assegurar que els arxius existents amb el mateix nom mai no se sobreescriguin."
ACF_UPLOAD_FILE_MISSING="Falta l'arxiu"
ACF_UPLOAD_FORCE_DOWNLOAD="Forçar descàrrega"
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Escull si descarregar l'arxiu en lloc de navegar a l'enllaç"
ACF_UPLOAD_LINK_TEXT="Enllaçar text"
; ACF_UPLOAD_LINK_TEXT_DESC="Enter a custom link text. If none provided, the file name will be used instead. Supports Smart Tags.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}"
ACF_UPLOAD_LAYOUT="Disseny"
ACF_UPLOAD_LAYOUT_DESC="Estableix el disseny que s'utilitzarà per mostrar cada arxiu pujat a la part pública."
ACF_UPLOAD_CUSTOM_LAYOUT="Disseny personalitzat"
; 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.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Common Smart Tags</strong><br>{site.url}"
ACF_UPLOAD_LINK="Enllaç"
ACF_UPLOAD_IMAGE="Imatge"
ACF_UPLOAD_CUSTOM="Personalitzat"
ACF_UPLOAD_FRONTEND_DISPLAY="Pantalla pública"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Configuració de pujada d'arxius"
; ACF_UPLOAD_ALLOW_UNSAFE="Allow Unsafe Files"
; ACF_UPLOAD_ALLOW_UNSAFE_DESC="Allow the upload of unsafe files.<br><br><b>A file is considered unsafe when:</b><br>- A null byte is found in the file name.<br>- File extension is forbidden: .php, py etc.<br>- There's a php tag in file content.<br>- There's a short tag in file content.<br>- There's a forbidden extension anywhere in the content.<br><br>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="Delete file"
; ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Show Downloads Links"
; 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 <b>fileinfo</b> 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="Title"
; ACF_UPLOAD_TITLE_DESC="Define a title for this uploaded file."
; ACF_UPLOAD_TITLE_HINT="Enter a title..."
; ACF_UPLOAD_DESCRIPTION="Description"
; ACF_UPLOAD_DESCRIPTION_DESC="Define a description for this uploaded file."
; ACF_UPLOAD_DESCRIPTION_HINT="Enter a description..."
; ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Currently editing item: <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
; 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.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> 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."

View File

@ -0,0 +1,76 @@
; @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 - Fil upload"
ACF_UPLOAD="Felter - ACF Fil upload"
ACF_UPLOAD_DESC="Upload enhver fil ved at anvende træk og slip fil uploaderen i backend og vis de uploadede filer som et link eller som et billede i frontend."
ACF_UPLOAD_VALUE_DESC="Vælg fil(er) til upload"
ACF_UPLOAD_FOLDER="Upload mappe"
; 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.<br><br><strong>Upload Smart Tags</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Field Smart Tags</strong><br>{acf.field.id}<br><br><strong>Item Smart Tags</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Common Smart Tags</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{year}"
ACF_UPLOAD_LIMIT_FILES="Filer grænse"
ACF_UPLOAD_LIMIT_FILES_DESC="Hvor mange filer kan uploades? Angiv 0 for ingen grænse."
ACF_UPLOAD_MAX_FILE_SIZE="Filstørrelse grænse"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Konfigurer den maksimalt tilladte filstørrelse for hver uploadet fil i megabyte. Angiv 0 for ingen grænse. <br><br>Din servers maksimale upload størrelse er: <b>%s</b>."
ACF_UPLOAD_TYPES="Tilladte filtyper"
ACF_UPLOAD_TYPES_DESC="Angiv en kommasepareret liste med tilladte filtyper såsom: </b>.jpg, .gif, .png, .pdf<br><br>Du kan angive medietyper såsom: application/pdf, image/*, video/*<br><br>Eller du kan endda blande begge dele: application/*, .png, .jpg<br><br>Bemærk: Dette er ikke idiotsikret and kan snydes. Husk venligst at der altid er en fare i at lade brugere uploade filer."
ACF_UPLOAD_ERROR="Ugyldig formular eller feltnøgle"
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Kan ikke uploade fil"
ACF_UPLOAD_ERROR_INVALID_FIELD="Ugyldigt upload felt"
ACF_UPLOAD_ERROR_INVALID_FILE="Denne fil virker usikker eller ugyldig og kan ikke uploades."
ACF_UPLOAD_MAX_FILES_LIMIT="Du kan uploade op til %d filer"
ACF_UPLOAD_DRAG_AND_DROP_FILES="Træk og slip filer her eller"
ACF_UPLOAD_BROWSE="Gennemse"
ACF_UPLOAD_INVALID_FILE_TYPE="Ugyldig fil. Tilladte filtyper: %s"
ACF_UPLOAD_FILE_IS_MISSING="Filen mangler. Prøv venligst at gen-upload den."
ACF_UPLOAD_FOLDER_INVALID="Upload mappen %s eksisterer ikke eller er ikke skrivbar"
ACF_UPLOAD_FILETOOBIG="Filen er for stor ({{filesize}}MB). Maks filstørrelse: {{maxFilesize}}MB."
ACF_UPLOAD_INVALID_FILE="Du kan ikke uploade filer af denne type."
ACF_UPLOAD_FALLBACK_MESSAGE="Din browser understøtter ikke træk og slip fil uploads."
ACF_UPLOAD_RESPONSE_ERROR = "Server svarede med koden {{statusCode}}."
ACF_UPLOAD_CANCEL_UPLOAD="Annuller upload"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Er du sikker på at du ønsker at annullere denne upload?"
ACF_UPLOAD_REMOVE_FILE="Fjern fil"
ACF_UPLOAD_REMOVE_FILE_CONFIRM="Er du sikker ?"
ACF_UPLOAD_MAX_FILES_EXCEEDED="Du kan ikke uploade flere filer."
ACF_UPLOAD_RANDOMIZE="Randomiser filnavne"
ACF_UPLOAD_RANDOMIZE_DESC="Hvis aktiveret, så vil et tilfældigt præfiks blive tilføjet i starten af den uploadede fils navn. Dette hjælper med at sikre at eksisterende filer med det samme navn aldrig bliver overskrevet."
ACF_UPLOAD_FILE_MISSING="Filen mangler is missing"
ACF_UPLOAD_FORCE_DOWNLOAD="Gennemtving download"
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Vælg om filen skal downloades i stedet for at navigere til linket"
ACF_UPLOAD_LINK_TEXT="Linktekst"
ACF_UPLOAD_LINK_TEXT_DESC="Angiv en brugerdefineret link tekst. Hvis ingen angives, så vil filnavnet blive anvendt i stedet. Understøtter smart tags.<br><br><strong>Fil smart tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}"
ACF_UPLOAD_LAYOUT="Layout"
ACF_UPLOAD_LAYOUT_DESC="Definer layoutet som vil blive anvendt til at vise hver uploadede fil i frontend."
ACF_UPLOAD_CUSTOM_LAYOUT="Brugerdefineret layout"
ACF_UPLOAD_CUSTOM_LAYOUT_DESC="Angiv et brugerdefineret HTML layout som vil blive anvendt til visning af hver uploadede fil i frontend. Understøtter smart tags.<br><br><strong>Fil smart tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Almindelige smart tags</strong><br>{site.url}"
ACF_UPLOAD_LINK="Link"
ACF_UPLOAD_IMAGE="Billede"
ACF_UPLOAD_CUSTOM="Brugerdefineret"
ACF_UPLOAD_FRONTEND_DISPLAY="Frontend visningDisplay"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Fil upload indstillinger"
ACF_UPLOAD_ALLOW_UNSAFE="Tillad usikre filer"
ACF_UPLOAD_ALLOW_UNSAFE_DESC="Tillad upload af usikre filer.<br><br><b>En fil bliver betragtet som usikker når:</b><br>- Et null byte bliver fundet i filnavnet.<br>- Filendelsen er forbudt: .php, py etc.<br>- Der er et php tag i filindholdet.<br>- Det er et kort tag i filindholdet.<br>- Der er en forbudt udvidelse et sted i indholdet.<br><br>Denne indstilling beskytter dig også mod usikre filer inkluderet i komprimerede filer såsom zip, rar, tar e.t.c."
ACF_UPLOAD_VIEW_FILE="Vis filen i en ny fane"
ACF_UPLOAD_DOWNLOAD_FILE="Download til"
ACF_UPLOAD_DELETE_FILE="Slet fil"
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Vis download links"
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS_DESC="Aktiver at vise download links for hver uploadede fil i fil uploaderen."
ACF_UPLOAD_MIME_CONTENT_TYPE_MISSING="PHP udvidelsen <b>fileinfo</b> er krævet for at gætte mime typen på de uploadede filer, men den er ikke installeret eller ikke indlæst. Kontakt venligst din host for at få den installeret."
ACF_UPLOAD_TITLE="Titel"
ACF_UPLOAD_TITLE_DESC="Definer en titel for den uploadede fil."
ACF_UPLOAD_TITLE_HINT="Angiv en titel..."
ACF_UPLOAD_DESCRIPTION="Beskrivelse"
ACF_UPLOAD_DESCRIPTION_DESC="Definer en beskrivelse for den uploadede fil."
ACF_UPLOAD_DESCRIPTION_HINT="Angiv en beskrivelse..."
ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Aktuelt redigere element: <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
ACF_UPLOAD_EDIT_ITEM="Rediger element"
; ACF_UPLOAD_RESIZE_IMAGES="Resize Images"
; ACF_UPLOAD_RESIZE_IMAGES_DESC="Enable to resize images to the specified dimensions.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> 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."

View File

@ -0,0 +1,76 @@
; @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 - Datei hochladen"
ACF_UPLOAD="Felder - ACF-Datei hochladen"
ACF_UPLOAD_DESC="Laden Sie eine beliebige Datei mit einem Drag & Drop-Datei-Uploader im Backend hoch und zeigen Sie die hochgeladene Datei als Link oder Bild im Frontend an."
; ACF_UPLOAD_VALUE_DESC="Select file(s) to upload"
ACF_UPLOAD_FOLDER="Ordner hochladen"
; 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.<br><br><strong>Upload Smart Tags</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Field Smart Tags</strong><br>{acf.field.id}<br><br><strong>Item Smart Tags</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Common Smart Tags</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{year}"
ACF_UPLOAD_LIMIT_FILES="Dateilimit"
ACF_UPLOAD_LIMIT_FILES_DESC="Wie viele Dateien können hochgeladen werden? Geben Sie 0 für unbegrenzt ein."
ACF_UPLOAD_MAX_FILE_SIZE="Dateigrößenbeschränkung"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Konfigurieren Sie die maximal zulässige Größe für jede hochgeladene Datei in Megabyte. Geben Sie unbegrenzt 0 ein. <br> <br> Die maximale Upload-Größe Ihres Servers beträgt: <b>% s </b>."
ACF_UPLOAD_TYPES="Zulässige Dateitypen"
; ACF_UPLOAD_TYPES_DESC="Enter comma separated list of allowed file types like: </b>.jpg, .gif, .png, .pdf<br><br>You may enter media types like: application/pdf, image/*, video/*<br><br>Or you can even mix both: application/*, .png, .jpg<br><br>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="Ungültiger Formular- oder Feldschlüssel"
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Datei kann nicht hochgeladen werden"
ACF_UPLOAD_ERROR_INVALID_FIELD="Ungültiges Upload-Feld"
; ACF_UPLOAD_ERROR_INVALID_FILE="This file seems unsafe or invalid and can't be uploaded."
ACF_UPLOAD_MAX_FILES_LIMIT="Sie können bis zu %d Dateien hochladen"
ACF_UPLOAD_DRAG_AND_DROP_FILES="Dateien hierher ziehen und ablegen oder"
ACF_UPLOAD_BROWSE="Durchsuchen"
ACF_UPLOAD_INVALID_FILE_TYPE="Ungültige Datei. Zulässige Dateitypen: %s"
ACF_UPLOAD_FILE_IS_MISSING="Die Datei fehlt. Bitte versuchen Sie erneut, sie hochzuladen."
ACF_UPLOAD_FOLDER_INVALID="Der Upload-Ordner% s existiert nicht oder ist nicht beschreibbar"
ACF_UPLOAD_FILETOOBIG="Die Datei ist zu groß ({{filesize}} MB). Maximale Dateigröße: {{maxFilesize}} MB."
ACF_UPLOAD_INVALID_FILE="Sie können keine Dateien dieses Typs hochladen."
ACF_UPLOAD_FALLBACK_MESSAGE="Ihr Browser unterstützt das Hochladen von Drag'n'Drop-Dateien nicht."
ACF_UPLOAD_RESPONSE_ERROR = "Server hat mit {{statusCode}} Code geantwortet."
ACF_UPLOAD_CANCEL_UPLOAD="Upload abbrechen"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Möchten Sie diesen Upload wirklich abbrechen?"
ACF_UPLOAD_REMOVE_FILE="Datei entfernen"
; ACF_UPLOAD_REMOVE_FILE_CONFIRM="Are you sure?"
ACF_UPLOAD_MAX_FILES_EXCEEDED="Sie können keine weiteren Dateien hochladen."
ACF_UPLOAD_RANDOMIZE="Dateinamen zufällig sortieren"
ACF_UPLOAD_RANDOMIZE_DESC="Wenn diese Option aktiviert ist, wird ein zufälliges Präfix an den Anfang des hochgeladenen Dateinamens angehängt. Dadurch wird sichergestellt, dass vorhandene Dateien mit demselben Namen niemals ersetzt werden."
ACF_UPLOAD_FILE_MISSING="Datei fehlt"
ACF_UPLOAD_FORCE_DOWNLOAD="Herunterladen erzwingen"
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Wählen Sie aus, ob die Datei heruntergeladen werden soll, anstatt zum Link zu navigieren."
ACF_UPLOAD_LINK_TEXT="Linktext"
; ACF_UPLOAD_LINK_TEXT_DESC="Enter a custom link text. If none provided, the file name will be used instead. Supports Smart Tags.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}"
ACF_UPLOAD_LAYOUT="Layout"
ACF_UPLOAD_LAYOUT_DESC="Definieren Sie das Layout, mit dem jede hochgeladene Datei im Front-End angezeigt wird."
ACF_UPLOAD_CUSTOM_LAYOUT="Benutzerdefiniertes 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.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Common Smart Tags</strong><br>{site.url}"
ACF_UPLOAD_LINK="Link"
ACF_UPLOAD_IMAGE="Bild"
ACF_UPLOAD_CUSTOM="Benutzerdefiniert"
ACF_UPLOAD_FRONTEND_DISPLAY="Frontend-Anzeige"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Einstellungen zum Hochladen von Dateien"
; ACF_UPLOAD_ALLOW_UNSAFE="Allow Unsafe Files"
; ACF_UPLOAD_ALLOW_UNSAFE_DESC="Allow the upload of unsafe files.<br><br><b>A file is considered unsafe when:</b><br>- A null byte is found in the file name.<br>- File extension is forbidden: .php, py etc.<br>- There's a php tag in file content.<br>- There's a short tag in file content.<br>- There's a forbidden extension anywhere in the content.<br><br>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="Delete file"
; ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Show Downloads Links"
; 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 <b>fileinfo</b> 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="Title"
; ACF_UPLOAD_TITLE_DESC="Define a title for this uploaded file."
; ACF_UPLOAD_TITLE_HINT="Enter a title..."
; ACF_UPLOAD_DESCRIPTION="Description"
; ACF_UPLOAD_DESCRIPTION_DESC="Define a description for this uploaded file."
; ACF_UPLOAD_DESCRIPTION_HINT="Enter a description..."
; ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Currently editing item: <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
; 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.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> 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."

View File

@ -0,0 +1,76 @@
; @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="Fields - ACF File Upload"
ACF_UPLOAD_DESC="Upload any file using a drag & drop file uploader in the back-end and display the uploaded file as a link or image in the front-end."
ACF_UPLOAD_VALUE_DESC="Select file(s) to upload"
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.<br /><br /><strong>Upload Smart Tags</strong><br />{acf.file.basename}<br />{acf.file.extension}<br />{acf.file.filename}<br />{acf.file.index}<br />{acf.file.total}<br /><br /><strong>Field Smart Tags</strong><br />{acf.field.id}<br /><br /><strong>Item Smart Tags</strong><br />{acf.item.id}<br />{acf.item.author_id}<br />{acf.item.alias}<br />{acf.item.cat_id}<br />{acf.item.cat_alias}<br /><br /><strong>Common Smart Tags</strong><br />{date}<br />{time}<br />{day}<br />{month}<br />{year}"
ACF_UPLOAD_LIMIT_FILES="Files Limit"
ACF_UPLOAD_LIMIT_FILES_DESC="How many files can be uploaded? Enter 0 for no limit."
ACF_UPLOAD_MAX_FILE_SIZE="File Size Limit"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Configure the maximum allowable size for each uploaded file in megabytes. Enter 0 for no limit. <br><br>Your server's maximum upload size is: <b>%s</b>."
ACF_UPLOAD_TYPES="Allowed File Types"
ACF_UPLOAD_TYPES_DESC="Enter comma separated list of allowed file types like: </b>.jpg, .gif, .png, .pdf<br><br>You may enter media types like: application/pdf, image/*, video/*<br><br>Or you can even mix both: application/*, .png, .jpg<br><br>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="Cannot upload file"
ACF_UPLOAD_ERROR_INVALID_FIELD="Invalid upload field"
ACF_UPLOAD_ERROR_INVALID_FILE="This file seems unsafe or invalid and can't be uploaded."
ACF_UPLOAD_MAX_FILES_LIMIT="You can upload up to %d files"
ACF_UPLOAD_DRAG_AND_DROP_FILES="Drag and drop files here or"
ACF_UPLOAD_BROWSE="Browse"
ACF_UPLOAD_INVALID_FILE_TYPE="Invalid file. Allowed file types: %s"
ACF_UPLOAD_FILE_IS_MISSING="File is missing. Please try to re-upload."
ACF_UPLOAD_FOLDER_INVALID="The upload folder %s doesn't exist or is not writable"
ACF_UPLOAD_FILETOOBIG="File is too big ({{filesize}}MB). Max filesize: {{maxFilesize}}MB."
ACF_UPLOAD_INVALID_FILE="You can't upload files of this type."
ACF_UPLOAD_FALLBACK_MESSAGE="Your browser does not support drag'n'drop file uploads."
ACF_UPLOAD_RESPONSE_ERROR = "Server responded with {{statusCode}} code."
ACF_UPLOAD_CANCEL_UPLOAD="Cancel upload"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Are you sure you want to cancel this upload?"
ACF_UPLOAD_REMOVE_FILE="Remove file"
ACF_UPLOAD_REMOVE_FILE_CONFIRM="Are you sure?"
ACF_UPLOAD_MAX_FILES_EXCEEDED="You can not upload any more files."
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="File is missing"
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="Link Text"
ACF_UPLOAD_LINK_TEXT_DESC="Enter a custom link text. If none provided, the file name will be used instead. Supports Smart Tags.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{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.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Common Smart Tags</strong><br>{site.url}"
ACF_UPLOAD_LINK="Link"
ACF_UPLOAD_IMAGE="Image"
ACF_UPLOAD_CUSTOM="Custom"
ACF_UPLOAD_FRONTEND_DISPLAY="Front-end Display"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="File Upload Settings"
ACF_UPLOAD_ALLOW_UNSAFE="Allow Unsafe Files"
ACF_UPLOAD_ALLOW_UNSAFE_DESC="Allow the upload of unsafe files.<br><br><b>A file is considered unsafe when:</b><br>- A null byte is found in the file name.<br>- File extension is forbidden: .php, py etc.<br>- There's a php tag in file content.<br>- There's a short tag in file content.<br>- There's a forbidden extension anywhere in the content.<br><br>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="Delete file"
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Show Downloads Links"
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 <b>fileinfo</b> 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="Title"
ACF_UPLOAD_TITLE_DESC="Define a title for this uploaded file."
ACF_UPLOAD_TITLE_HINT="Enter a title..."
ACF_UPLOAD_DESCRIPTION="Description"
ACF_UPLOAD_DESCRIPTION_DESC="Define a description for this uploaded file."
ACF_UPLOAD_DESCRIPTION_HINT="Enter a description..."
ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Currently editing item: <strong class="acfupload-edit-modal-editing-item-name"></strong>"
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.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> 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."

View File

@ -0,0 +1,9 @@
; @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
ACF_UPLOAD="Fields - ACF File Upload"
ACF_UPLOAD_DESC="Upload any file using a drag & drop file uploader in the back-end and display the uploaded file as a link or image in the front-end."

View File

@ -0,0 +1,76 @@
; @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 - Carga de Archivos"
ACF_UPLOAD="Campos - ACF Subida de Archivos"
ACF_UPLOAD_DESC="Cargue cualquier archivo usando un cargador de archivos de arrastrar y soltar en el back-end y muestre el archivo cargado como un enlace o imagen en el front-end."
ACF_UPLOAD_VALUE_DESC="Seleccionar archivo(s) para cargar"
ACF_UPLOAD_FOLDER="Cargar carpeta"
ACF_UPLOAD_FOLDER_DESC="Ingrese la ruta relativa a la raíz de su espacio web donde se almacenarán los archivos cargados. Para cambiar el nombre de los archivos cargados, utilice las siguientes etiquetas inteligentes.<br><br><strong> Cargar etiquetas inteligentes</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Etiquetas inteligentes de campo</strong><br>{acf.field.id}<br><br><strong>Etiquetas inteligentes de elementos</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Etiquetas inteligentes comunes</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{year}"
ACF_UPLOAD_LIMIT_FILES="Límite de Archivos"
ACF_UPLOAD_LIMIT_FILES_DESC="¿Cuántos archivos se pueden subir? Ingrese 0 para no tener límite."
ACF_UPLOAD_MAX_FILE_SIZE="Límite de Tamaño de Archivo"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Configure el tamaño máximo permitido para cada archivo subido en megabytes. Ingrese 0 para no tener límite. <br><br>El tamaño máximo de carga de su servidor es: <b>%s</b>."
ACF_UPLOAD_TYPES="Tipos de Archivo Permitidos"
ACF_UPLOAD_TYPES_DESC="Ingrese una lista separada por comas de tipos de archivos permitidos como: </b>.jpg, .gif, .png, .pdf<br><br>Puede ingresar tipos de medios como: application/pdf, image/*, video/*<br><br>O incluso puedes mezclar ambos: application/*, .png, .jpg<br><br>Nota: Esto no es infalible y se puede engañar, recuerde que siempre existe el peligro de permitir que los usuarios suban archivos."
ACF_UPLOAD_ERROR="Formulario o clave de campo no válido"
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="No se puede cargar el archivo"
ACF_UPLOAD_ERROR_INVALID_FIELD="Campo de subida no válido"
ACF_UPLOAD_ERROR_INVALID_FILE="Este archivo parece inseguro o no válido y no se puede cargar."
ACF_UPLOAD_MAX_FILES_LIMIT="Puedes subir hasta %d archivos"
ACF_UPLOAD_DRAG_AND_DROP_FILES="Arrastra y suelta archivos aquí o"
ACF_UPLOAD_BROWSE="Navegar"
ACF_UPLOAD_INVALID_FILE_TYPE="Archivo inválido. Tipos de archivo permitidos:%s"
ACF_UPLOAD_FILE_IS_MISSING="Falta el archivo. Intente volver a cargarlo."
ACF_UPLOAD_FOLDER_INVALID="La carpeta de carga %s no existe o no se puede escribir"
ACF_UPLOAD_FILETOOBIG="El archivo es demasiado grande ({{filesize}}MB). Tamaño máximo de archivo: {{maxFilesize}}MB."
ACF_UPLOAD_INVALID_FILE="No puedes subir archivos de este tipo."
ACF_UPLOAD_FALLBACK_MESSAGE="Su navegador no admite cargas de archivos de arrastrar y soltar."
ACF_UPLOAD_RESPONSE_ERROR = "El servidor respondió con el código {{statusCode}}."
ACF_UPLOAD_CANCEL_UPLOAD="Cancelar subida"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="¿Estás seguro de que deseas cancelar esta subida?"
ACF_UPLOAD_REMOVE_FILE="Borrar archivo"
ACF_UPLOAD_REMOVE_FILE_CONFIRM="¿Está usted seguro?"
ACF_UPLOAD_MAX_FILES_EXCEEDED="Usted no puede subir más archivos."
ACF_UPLOAD_RANDOMIZE="Nombres de Archivos Aleatorios"
ACF_UPLOAD_RANDOMIZE_DESC="Si está habilitado, se agregará un prefijo aleatorio al comienzo del nombre del archivo cargado. Esto ayuda a garantizar que los archivos existentes con el mismo nombre nunca se reemplacen."
ACF_UPLOAD_FILE_MISSING="Falta el archivo"
ACF_UPLOAD_FORCE_DOWNLOAD="Forzar Descarga"
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Seleccione si desea descargar el archivo en lugar de navegar hasta el enlace"
ACF_UPLOAD_LINK_TEXT="Texto del Enlace"
ACF_UPLOAD_LINK_TEXT_DESC="Introduzca un texto de enlace personalizado. Si no se proporciona ninguno, se usará el nombre del archivo en su lugar. Admite etiquetas inteligentes.<br><br><strong>Etiquetas inteligentes de archivo:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}"
ACF_UPLOAD_LAYOUT="Disposición"
ACF_UPLOAD_LAYOUT_DESC="Defina el diseño que se usará para mostrar cada archivo cargado en el front-end."
ACF_UPLOAD_CUSTOM_LAYOUT="Diseño personalizado"
ACF_UPLOAD_CUSTOM_LAYOUT_DESC="Establezca un diseño HTML personalizado que se usará para mostrar cada archivo cargado en el front-end. Admite etiquetas inteligentes.<br><br><strong>Etiquetas inteligentes de archivos:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Common Smart Tags</strong><br>{site.url}"
ACF_UPLOAD_LINK="Enlace"
ACF_UPLOAD_IMAGE="Imagen"
ACF_UPLOAD_CUSTOM="Personalizar"
ACF_UPLOAD_FRONTEND_DISPLAY="Pantalla Frontal"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Configuración de Carga de Archivos"
ACF_UPLOAD_ALLOW_UNSAFE="Permitir archivos no seguros"
ACF_UPLOAD_ALLOW_UNSAFE_DESC="Permitir la carga de archivos no seguros.<br><br><b>Un archivo se considera inseguro cuando:</b><br>- Se encuentra un byte nulo en el nombre del archivo.<br>- La extensión de archivo está prohibida: .php, py, etc.<br>- Hay una etiqueta php en el contenido del archivo.<br>- Hay una etiqueta corta en el contenido del archivo.<br>- Hay una extensión prohibida en cualquier parte del contenido.<br><br>Esta opción también lo protege de archivos no seguros incluidos en archivos comprimidos como zip, rar, tar, etc."
ACF_UPLOAD_VIEW_FILE="Ver archivo en una nueva pestaña"
ACF_UPLOAD_DOWNLOAD_FILE="Descargar archivo"
ACF_UPLOAD_DELETE_FILE="Borrar archivo"
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Mostrar Enlaces de Descargas"
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS_DESC="Habilite para mostrar enlaces de descarga para cada archivo cargado en el cargador de archivos."
ACF_UPLOAD_MIME_CONTENT_TYPE_MISSING="La extensión PHP <b>fileinfo</b>se requiere para adivinar el tipo mime de los archivos cargados, pero si no está instalado o no está cargado. Póngase en contacto con su host para instalarlo."
ACF_UPLOAD_TITLE="Título"
ACF_UPLOAD_TITLE_DESC="Defina un título para este archivo cargado."
ACF_UPLOAD_TITLE_HINT="Introduzca un título..."
ACF_UPLOAD_DESCRIPTION="Descripción"
ACF_UPLOAD_DESCRIPTION_DESC="Defina una descripción para este archivo cargado."
ACF_UPLOAD_DESCRIPTION_HINT="Introduzca una descripción..."
ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Elemento de edición actual: <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
ACF_UPLOAD_EDIT_ITEM="Editar elemento"
ACF_UPLOAD_RESIZE_IMAGES="Redimensionar Imágenes"
ACF_UPLOAD_RESIZE_IMAGES_DESC="Habilite el cambio de tamaño de las imágenes a las dimensiones especificadas. <br>Las imágenes admitidas son jpg, jpeg, png, gif y webp. <br><br>Solo se cambiará el tamaño de las imágenes nuevas, las imágenes existentes se dejarán como están. <br>Cuando se cambia el tamaño de la imagen, no se crean imágenes adicionales. <br><br><strong>Escenarios útiles de cambio de tamaño</strong>: <br><strong>Cambiar tamaño por ancho</strong>: para cambiar el tamaño de las imágenes cargadas por ancho y mantener la relación de aspecto, establezca solo un ancho y deje la altura en blanco. <br><strong>Cambiar tamaño por altura:</strong> para cambiar el tamaño de las imágenes cargadas por altura y mantener la relación de aspecto, establezca solo una altura y deje ancho en blanco. <br><strong>Cambiar el tamaño por ancho y alto: </strong>para cambiar el tamaño de las imágenes cargadas a un ancho y alto específicos, así como recortar la imagen a estas dimensiones, establezca un ancho y un alto."
ACF_UPLOAD_WIDTH="Width"
ACF_UPLOAD_WIDTH_DESC="Ingrese el ancho en píxeles para redimensionar la imagen."
ACF_UPLOAD_HEIGHT="Altura"
ACF_UPLOAD_HEIGHT_DESC="Ingrese la altura en píxeles para redimensionar la imagen."

View File

@ -0,0 +1,9 @@
; @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
ACF_UPLOAD="Campos - ACF Subida de Archivo"
ACF_UPLOAD_DESC="Cargue cualquier archivo usando un cargador de archivos de arrastrar y soltar en el back-end y muestre el archivo cargado como un enlace o imagen en el front-end."

View File

@ -0,0 +1,76 @@
; @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.<br><br><strong>Upload Smart Tags</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Field Smart Tags</strong><br>{acf.field.id}<br><br><strong>Item Smart Tags</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Common Smart Tags</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{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. <br><br>Le limite du serveur est : <b>%s</b>."
ACF_UPLOAD_TYPES="Types de fichiers autorisés"
; ACF_UPLOAD_TYPES_DESC="Enter comma separated list of allowed file types like: </b>.jpg, .gif, .png, .pdf<br><br>You may enter media types like: application/pdf, image/*, video/*<br><br>Or you can even mix both: application/*, .png, .jpg<br><br>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.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{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.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Common Smart Tags</strong><br>{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.<br><br><b>A file is considered unsafe when:</b><br>- A null byte is found in the file name.<br>- File extension is forbidden: .php, py etc.<br>- There's a php tag in file content.<br>- There's a short tag in file content.<br>- There's a forbidden extension anywhere in the content.<br><br>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 <b>fileinfo</b> 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é : <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
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.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> 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."

View File

@ -0,0 +1,76 @@
; @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 - caricamento file"
ACF_UPLOAD="Campi - caricamento file ACF"
ACF_UPLOAD_DESC="Carica qualsiasi file utilizzando un caricatore di file trascina e rilascia in amministrazione e visualizza il file caricato come collegamento o immagine nel front-end."
ACF_UPLOAD_VALUE_DESC="Seleziona il(i) file da caricare"
ACF_UPLOAD_FOLDER="Cartella di caricamento"
; 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.<br><br><strong>Upload Smart Tags</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Field Smart Tags</strong><br>{acf.field.id}<br><br><strong>Item Smart Tags</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Common Smart Tags</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{year}"
ACF_UPLOAD_LIMIT_FILES="Limite file"
ACF_UPLOAD_LIMIT_FILES_DESC="Quanti file possono essere caricati? Immettere 0 per nessun limite."
ACF_UPLOAD_MAX_FILE_SIZE="Limite dimensione file"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Configura la dimensione massima consentita in megabyte per ogni file caricato. Inserisci 0 per nessun limite.<br><br>La dimensione massima di caricamento del tuo server è: <b>%s</b>."
ACF_UPLOAD_TYPES="Tipi di file consentiti"
ACF_UPLOAD_TYPES_DESC="Inserisci un elenco separato da virgole di tipi di file consentiti come: </b>.jpg, .gif, .png, .pdf<br><br>Puoi inserire tipi di file multimediali come: application/pdf, image/*, video/*<br><br>Oppure puoi anche combinare entrambi: application/*, .png, .jpg<br><br>Nota: questo non è infallibile e può essere ingannato, ricorda che c'è sempre un pericolo nel consentire agli utenti di caricare file."
ACF_UPLOAD_ERROR="Modulo o chiave di campo non validi"
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Non posso caricare file"
ACF_UPLOAD_ERROR_INVALID_FIELD="Campo di caricamento non valido"
ACF_UPLOAD_ERROR_INVALID_FILE="Questo file sembra non sicuro o non valido e non può essere caricato."
ACF_UPLOAD_MAX_FILES_LIMIT="Puoi caricare fino a %d file"
ACF_UPLOAD_DRAG_AND_DROP_FILES="Trascina e rilascia file qui o"
ACF_UPLOAD_BROWSE="Sfoglia"
ACF_UPLOAD_INVALID_FILE_TYPE="File non valido. Tipi di file consentiti: %s"
ACF_UPLOAD_FILE_IS_MISSING="Manca il file. Prova a ricaricarlo."
ACF_UPLOAD_FOLDER_INVALID="La cartella di caricamento %s non esiste o non è scrivibile"
ACF_UPLOAD_FILETOOBIG="Il file è troppo grande ({{filesize}}MB). Dimensione massima del file: {{maxFilesize}}MB."
ACF_UPLOAD_INVALID_FILE="Non puoi caricare file di questo tipo."
ACF_UPLOAD_FALLBACK_MESSAGE="Il tuo browser non supporta il caricamento di file trascina e rilascia."
ACF_UPLOAD_RESPONSE_ERROR = "Il server ha risposto con il codice {{statusCode}}."
ACF_UPLOAD_CANCEL_UPLOAD="Cancella il caricamento"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Sei sicuro di voler annullare questo caricamento?"
ACF_UPLOAD_REMOVE_FILE="Elimina il file"
ACF_UPLOAD_REMOVE_FILE_CONFIRM="Sei sicuro?"
ACF_UPLOAD_MAX_FILES_EXCEEDED="Non puoi caricare altri file."
ACF_UPLOAD_RANDOMIZE="Rendi casuali i nomi dei file"
ACF_UPLOAD_RANDOMIZE_DESC="Se abilitato, verrà aggiunto un prefisso casuale all'inizio del nome del file caricato. Ciò aiuta a garantire che i file esistenti con lo stesso nome non vengano mai sostituiti."
ACF_UPLOAD_FILE_MISSING="Il file è mancante"
ACF_UPLOAD_FORCE_DOWNLOAD="Scaricamento forzato"
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Scegli se scaricare il file invece di navigare fino al collegamento"
ACF_UPLOAD_LINK_TEXT="Testo collegamento"
; ACF_UPLOAD_LINK_TEXT_DESC="Enter a custom link text. If none provided, the file name will be used instead. Supports Smart Tags.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}"
ACF_UPLOAD_LAYOUT="Impaginazione"
ACF_UPLOAD_LAYOUT_DESC="Definisci l'impaginazione che verrà utilizzata per visualizzare ogni file caricato nel front-end."
ACF_UPLOAD_CUSTOM_LAYOUT="Impaginazione personalizzata"
; 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.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Common Smart Tags</strong><br>{site.url}"
ACF_UPLOAD_LINK="Collegamento"
ACF_UPLOAD_IMAGE="Immagine"
ACF_UPLOAD_CUSTOM="Personalizzato"
ACF_UPLOAD_FRONTEND_DISPLAY="Visualizzazione front-end"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Impostazioni di caricamento file"
; ACF_UPLOAD_ALLOW_UNSAFE="Allow Unsafe Files"
; ACF_UPLOAD_ALLOW_UNSAFE_DESC="Allow the upload of unsafe files.<br><br><b>A file is considered unsafe when:</b><br>- A null byte is found in the file name.<br>- File extension is forbidden: .php, py etc.<br>- There's a php tag in file content.<br>- There's a short tag in file content.<br>- There's a forbidden extension anywhere in the content.<br><br>This option protects you also from unsafe files included in compressed files such as zip, rar, tar e.t.c."
ACF_UPLOAD_VIEW_FILE="Visualizza il file in una nuova scheda"
ACF_UPLOAD_DOWNLOAD_FILE="Scarica file"
ACF_UPLOAD_DELETE_FILE="Cancella il file"
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Mostra link di scaricamento"
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS_DESC="Abilita per visualizzare i link di download per ogni file caricato nel caricatore di file."
; ACF_UPLOAD_MIME_CONTENT_TYPE_MISSING="The PHP extension <b>fileinfo</b> 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="Title"
; ACF_UPLOAD_TITLE_DESC="Define a title for this uploaded file."
; ACF_UPLOAD_TITLE_HINT="Enter a title..."
; ACF_UPLOAD_DESCRIPTION="Description"
; ACF_UPLOAD_DESCRIPTION_DESC="Define a description for this uploaded file."
; ACF_UPLOAD_DESCRIPTION_HINT="Enter a description..."
; ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Currently editing item: <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
; 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.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> 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."

View File

@ -0,0 +1,76 @@
; @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.<br><br><strong>Upload Smart Tags</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Field Smart Tags</strong><br>{acf.field.id}<br><br><strong>Item Smart Tags</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Common Smart Tags</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{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. <br><br>De maximale uploadgrootte van jouw server is:<b>%s</b>."
ACF_UPLOAD_TYPES="Toegestane Bestandstypen"
ACF_UPLOAD_TYPES_DESC="Voer een door komma's gescheiden lijst met toegestane bestandstypen in zoals: </b>.jpg, .gif, .png, .pdf<br><br>Je kunt mediatypen invoeren zoals: application/pdf, image/*, video/*<br><br>Of je kunt zelfs beide mixen: application/*, . png, .jpg<br><br>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. <br><br><strong>Bestand Slimme Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{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.<br><br><strong>Bestand Slimme Tags:</strong><br> {acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Normale Slimme Tags</strong><br>{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. <br><br><b>Een bestand wordt als onveilig beschouwd wanneer: </b><br>- Een null-byte wordt gevonden in de bestandsnaam. <br>- Bestandsextensie verboden is: .php, py enz. <br>- Er staat een php-tag in de bestandsinhoud. <br>- Er is een korte of slimme tag in de bestandsinhoud.<br>- Er is ergens in de inhoud een verboden extensie. <br><br>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 <b>fileinfo</b> 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: <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
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.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> 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."

View File

@ -0,0 +1,52 @@
; @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 - Загрузка файла"
ACF_UPLOAD="Поля - Загрузка файла ACF"
ACF_UPLOAD_DESC="Загрузите любой файл с помощью средства для перетаскивания файлов в серверной части и отобразите загруженный файл в виде ссылки или изображения в пользовательском интерфейсе."
ACF_UPLOAD_FOLDER="Загрузить папку"
ACF_UPLOAD_FOLDER_DESC="Введите путь относительно корня вашего веб-пространства, в котором будут храниться загруженные файлы. Убедитесь, что введенный путь доступен для записи, в противном случае загрузка файла завершится неудачей."
ACF_UPLOAD_LIMIT_FILES="Ограничение файлов"
ACF_UPLOAD_LIMIT_FILES_DESC="Сколько файлов может быть загружено? Введите 0 без ограничений."
ACF_UPLOAD_MAX_FILE_SIZE="Ограничение размера файла"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Настройте максимально допустимый размер каждого загружаемого файла в мегабайтах. Введите 0 без ограничений. <br> <br> Максимальный размер загрузки вашего сервера: <b>% s </ b>."
ACF_UPLOAD_TYPES="Разрешенные типы файлов"
ACF_UPLOAD_TYPES_DESC="Список разрешенных типов файлов через запятую. Оставьте пустым, чтобы принять все типы файлов. <br> <br> <b> Пример: </ b> .jpg, .gif, .png, .pdf <br> <br > Это не защищает от ошибок и может быть обманным путем, пожалуйста, помните, что всегда есть опасность позволить пользователям загружать файлы »"
ACF_UPLOAD_ERROR="Неверный ключ формы или поля"
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Невозможно загрузить файл"
ACF_UPLOAD_ERROR_INVALID_FIELD="Неверное поле загрузки"
ACF_UPLOAD_ERROR_INVALID_FILE="Неверный или неподдерживаемый файл"
ACF_UPLOAD_MAX_FILES_LIMIT="Вы можете загрузить до %d файлов"
ACF_UPLOAD_DRAG_AND_DROP_FILES="Перетащите файлы сюда или"
ACF_UPLOAD_BROWSE="Просмотр"
ACF_UPLOAD_INVALID_FILE_TYPE="Неверный файл. Разрешенные типы файлов: %s"
ACF_UPLOAD_FILE_IS_MISSING="Файл отсутствует. Пожалуйста, попробуйте заново загрузить."
ACF_UPLOAD_FOLDER_INVALID="Папка для загрузки% s не существует или недоступна для записи"
ACF_UPLOAD_FILETOOBIG="Файл слишком большой ({{filesize}} МБ). Максимальный размер файла: {{maxFilesize}} МБ."
ACF_UPLOAD_INVALID_FILE="Вы не можете загружать файлы этого типа."
ACF_UPLOAD_FALLBACK_MESSAGE="Ваш браузер не поддерживает перетаскивание файлов загрузки."
ACF_UPLOAD_RESPONSE_ERROR = "Сервер ответил кодом {{statusCode}}."
ACF_UPLOAD_CANCEL_UPLOAD="Отменить загрузку"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Вы уверены, что хотите отменить загрузку?"
ACF_UPLOAD_REMOVE_FILE="Удалить файл"
ACF_UPLOAD_MAX_FILES_EXCEEDED="Вы не можете больше загружать файлы."
ACF_UPLOAD_RANDOMIZE="Рандомизировать имена файлов"
ACF_UPLOAD_RANDOMIZE_DESC="Если включено, случайный префикс будет добавлен в начало имени загружаемого файла. Это помогает гарантировать, что существующие файлы с одинаковыми именами никогда не будут заменены."
ACF_UPLOAD_FILE_MISSING="Файл отсутствует"
ACF_UPLOAD_FORCE_DOWNLOAD="Принудительная загрузка"
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Выберите, загружать ли файл вместо перехода по ссылке"
ACF_UPLOAD_LINK_TEXT="Текст ссылки"
ACF_UPLOAD_LINK_TEXT_DESC="Введите текст пользовательской ссылки. Если ничего не указано, вместо этого будет использоваться имя файла."
ACF_UPLOAD_LAYOUT="Макет"
ACF_UPLOAD_LAYOUT_DESC="Определить макет, который будет использоваться для отображения каждого загруженного файла во внешнем интерфейсе."
ACF_UPLOAD_CUSTOM_LAYOUT="Пользовательский макет"
ACF_UPLOAD_CUSTOM_LAYOUT_DESC="Установить пользовательский макет HTML, который будет использоваться для отображения каждого загруженного файла в интерфейсе. <br> <br> <b> Доступные переменные </ b> <br> {site.url} <br> { file.name} <br> {file.path} <br> {file.url} {<br> file.size} <br> {file.ext}"
ACF_UPLOAD_LINK="Ссылка"
ACF_UPLOAD_IMAGE="Изображение"
ACF_UPLOAD_CUSTOM="Пользовательский"
ACF_UPLOAD_FRONTEND_DISPLAY="Внешний интерфейс"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Настройки загрузки файлов"

View File

@ -0,0 +1,76 @@
; @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="Fält - ACF File Upload"
ACF_UPLOAD_DESC="Ladda upp vilken fil som helst med hjälp av en dra-och-släpp filuppladdare i backend och visa den uppladdade filen som en länk eller bild i frontend."
ACF_UPLOAD_VALUE_DESC="Välj fil(er) att ladda upp"
ACF_UPLOAD_FOLDER="Uppladdningsmapp"
; 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.<br><br><strong>Upload Smart Tags</strong><br>{acf.file.basename}<br>{acf.file.extension}<br>{acf.file.filename}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Field Smart Tags</strong><br>{acf.field.id}<br><br><strong>Item Smart Tags</strong><br>{acf.item.id}<br>{acf.item.author_id}<br>{acf.item.alias}<br>{acf.item.cat_id}<br>{acf.item.cat_alias}<br><br><strong>Common Smart Tags</strong><br>{date}<br>{time}<br>{day}<br>{month}<br>{year}"
ACF_UPLOAD_LIMIT_FILES="Filbegränsning"
ACF_UPLOAD_LIMIT_FILES_DESC="Hur många filer kan laddas upp? Ange 0 för ingen begränsning."
ACF_UPLOAD_MAX_FILE_SIZE="Filstorlek gräns"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Ange den maximalt tillåtna storleken för varje uppladdad fil i megabytes. Ange 0 för ingen bwegränsning. <br><br>Din servers maximala uppladdningsstorlek är: <b>%s</b>."
ACF_UPLOAD_TYPES="Tillåtna filtyper"
; ACF_UPLOAD_TYPES_DESC="Enter comma separated list of allowed file types like: </b>.jpg, .gif, .png, .pdf<br><br>You may enter media types like: application/pdf, image/*, video/*<br><br>Or you can even mix both: application/*, .png, .jpg<br><br>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="Felaktigt formulär eller fältnyckel"
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Kan inte ladda upp filen"
ACF_UPLOAD_ERROR_INVALID_FIELD="Felaktigt uppladdningsfält"
ACF_UPLOAD_ERROR_INVALID_FILE="Den här filen verkar vara osäker eller felaktig och kan inte laddas upp"
ACF_UPLOAD_MAX_FILES_LIMIT="Du kan ladda upp max %d filer."
ACF_UPLOAD_DRAG_AND_DROP_FILES="Dra och släpp filer här eller"
ACF_UPLOAD_BROWSE="Bläddra"
ACF_UPLOAD_INVALID_FILE_TYPE="Felaktig fil. Tillåtna filtyper: %s"
ACF_UPLOAD_FILE_IS_MISSING="Filen saknas. Försök att ladda upp den igen."
ACF_UPLOAD_FOLDER_INVALID="Uppladdningsmappen %s finns inte eller så är den inte skrivbar."
ACF_UPLOAD_FILETOOBIG="Filen är för stor ({{filesize}}MB). Max filstorlek: {{maxFilesize}}MB."
ACF_UPLOAD_INVALID_FILE="Du kan inte ladda upp filer av den här typen."
ACF_UPLOAD_FALLBACK_MESSAGE="Din webbläsare stöder inte dra-och-släpp pladdning av -filer."
ACF_UPLOAD_RESPONSE_ERROR = "Servern svarade med koden {{statusCode}}."
ACF_UPLOAD_CANCEL_UPLOAD="Avbryt uppladdning"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Är du säker på att du vill avbryta den här uppladdningen?"
ACF_UPLOAD_REMOVE_FILE="Ta bort fil"
ACF_UPLOAD_REMOVE_FILE_CONFIRM="Är du säker?"
ACF_UPLOAD_MAX_FILES_EXCEEDED="Du kan inte ladda upp fler filer."
ACF_UPLOAD_RANDOMIZE="Slumpmässigt filnamn"
ACF_UPLOAD_RANDOMIZE_DESC="Om aktiverat, läggs ett slumpmässigt prefix till det uppladdade filnamnet. Detta hjälper till att säkerställa att befintliga filer med samma namn aldrig ersätts."
ACF_UPLOAD_FILE_MISSING="Filen saknas"
ACF_UPLOAD_FORCE_DOWNLOAD="Tvinga nedladdning"
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Välj om du vill att filen ska laddas ner istället för att navigera till länken"
ACF_UPLOAD_LINK_TEXT="Länktext"
; ACF_UPLOAD_LINK_TEXT_DESC="Enter a custom link text. If none provided, the file name will be used instead. Supports Smart Tags.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}"
ACF_UPLOAD_LAYOUT="Layout"
ACF_UPLOAD_LAYOUT_DESC="Definiera layouten som ska användas för att visa varje uppladdad fil i frontend."
ACF_UPLOAD_CUSTOM_LAYOUT="Anpassad 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.<br><br><strong>File Smart Tags:</strong><br>{acf.file.basename}<br>{acf.file.filename}<br>{acf.file.path}<br>{acf.file.url}<br>{acf.file.size}<br>{acf.file.extension}<br>{acf.file.title}<br>{acf.file.description}<br>{acf.file.index}<br>{acf.file.total}<br><br><strong>Common Smart Tags</strong><br>{site.url}"
ACF_UPLOAD_LINK="Länk"
ACF_UPLOAD_IMAGE="Bild"
ACF_UPLOAD_CUSTOM="Anpassad"
ACF_UPLOAD_FRONTEND_DISPLAY="Frontend visning"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Filuppladdning inställningar"
ACF_UPLOAD_ALLOW_UNSAFE="Tillåt osäkra filer"
; ACF_UPLOAD_ALLOW_UNSAFE_DESC="Allow the upload of unsafe files.<br><br><b>A file is considered unsafe when:</b><br>- A null byte is found in the file name.<br>- File extension is forbidden: .php, py etc.<br>- There's a php tag in file content.<br>- There's a short tag in file content.<br>- There's a forbidden extension anywhere in the content.<br><br>This option protects you also from unsafe files included in compressed files such as zip, rar, tar e.t.c."
ACF_UPLOAD_VIEW_FILE="Visa filen i en ny flik"
ACF_UPLOAD_DOWNLOAD_FILE="Ladda ner filen"
ACF_UPLOAD_DELETE_FILE="Radera filen"
ACF_UPLOAD_SHOW_DOWNLOAD_LINKS="Visa nedladdningslänkar"
; 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 <b>fileinfo</b> 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="Titel"
ACF_UPLOAD_TITLE_DESC="Definiera en titel för den här uppladdade filen"
ACF_UPLOAD_TITLE_HINT="Skriv in en titel...."
ACF_UPLOAD_DESCRIPTION="Beskrivning"
ACF_UPLOAD_DESCRIPTION_DESC="Definiera en beskrivning för den här uppladdade filen"
ACF_UPLOAD_DESCRIPTION_HINT="Lägg till en beskrivning..."
; ACF_UPLOAD_CURRENTLY_EDITING_ITEM="Currently editing item: <strong class=\"acfupload-edit-modal-editing-item-name\"></strong>"
ACF_UPLOAD_EDIT_ITEM="Redigera detta"
; ACF_UPLOAD_RESIZE_IMAGES="Resize Images"
; ACF_UPLOAD_RESIZE_IMAGES_DESC="Enable to resize images to the specified dimensions.<br>Supported images are jpg, jpeg, png, gif, and webp.<br><br>Only new images will be resized, existing images are left as-is.<br>When the image is resized, no additional images are created.<br><br><strong>Helpful Resizing Scenarios</strong>:<br><strong>Resize by width:</strong> To resize uploaded images by width and keep aspect ratio, set only a width and leave height blank.<br><strong>Resize by height:</strong> To resize uploaded images by height and keep the aspect ratio, set only a height and leave width blank.<br><strong>Resize by width & height:</strong> 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."

View File

@ -0,0 +1,52 @@
; @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 - Завантаження файлів"
ACF_UPLOAD="Поля - Завантаження файлів ACF"
ACF_UPLOAD_DESC="Завантажте будь-який файл за допомогою завантажувача файлів перетягування на задній панелі та покажіть завантажений файл у вигляді посилання або зображення у передній частині."
ACF_UPLOAD_FOLDER="Завантажити папку"
ACF_UPLOAD_FOLDER_DESC="Введіть шлях відносно кореня вашого веб-простору, де зберігатимуться завантажені файли. Переконайтесь, що введений шлях написаний для запису, інакше завантаження файлу не вдасться."
ACF_UPLOAD_LIMIT_FILES="Обмеження файлів"
ACF_UPLOAD_LIMIT_FILES_DESC="Скільки файлів можна завантажити? Введіть 0 без обмежень."
ACF_UPLOAD_MAX_FILE_SIZE="Обмеження розміру файлу"
ACF_UPLOAD_MAX_FILE_SIZE_DESC="Налаштуйте максимально допустимий розмір для кожного завантаженого файлу в мегабайтах. Введіть 0 без обмежень. <br> <br> Максимальний розмір завантаження вашого сервера: <b>% s </b>."
ACF_UPLOAD_TYPES="Дозволені типи файлів"
ACF_UPLOAD_TYPES_DESC="Список розділених комами дозволених типів файлів. Залиште порожнім, щоб прийняти всі типи файлів. <br> <br> <b> Приклад: </b> .jpg, .gif, .png, .pdf <br> <br > Це не дурно, і їх можна обдурити, пам’ятайте, що завжди існує небезпека дозволити користувачам завантажувати файли. "
ACF_UPLOAD_ERROR="Недійсна форма або ключ поля"
ACF_UPLOAD_ERROR_CANNOT_UPLOAD_FILE="Неможливо завантажити файл"
ACF_UPLOAD_ERROR_INVALID_FIELD="Неправильне поле для завантаження"
ACF_UPLOAD_ERROR_INVALID_FILE="Недійсний або непідтримуваний файл"
ACF_UPLOAD_MAX_FILES_LIMIT="Ви можете завантажити до %d файлів"
ACF_UPLOAD_DRAG_AND_DROP_FILES="Перетягніть сюди файли або"
ACF_UPLOAD_BROWSE="Переглянути"
ACF_UPLOAD_INVALID_FILE_TYPE="Недійсний файл. Дозволені типи файлів: %s"
ACF_UPLOAD_FILE_IS_MISSING="Файл відсутній. Будь ласка, спробуйте повторно завантажити."
ACF_UPLOAD_FOLDER_INVALID="Папка для завантаження% s не існує або не піддається запису"
ACF_UPLOAD_FILETOOBIG="Файл занадто великий ({{розмір файлів}} МБ). Максимальний розмір файлів: {{maxFilesize}} МБ."
ACF_UPLOAD_INVALID_FILE="Ви не можете завантажувати файли такого типу."
ACF_UPLOAD_FALLBACK_MESSAGE="Ваш браузер не підтримує перетягування файлів перетягування."
ACF_UPLOAD_RESPONSE_ERROR = "Сервер відповів кодом {{statusCode}}."
ACF_UPLOAD_CANCEL_UPLOAD="Скасувати завантаження"
ACF_UPLOAD_CANCEL_UPLOAD_CONFIRMATION="Ви впевнені, що хочете скасувати це завантаження?"
ACF_UPLOAD_REMOVE_FILE="Видалити файл"
ACF_UPLOAD_MAX_FILES_EXCEEDED="Ви не можете завантажувати більше файлів."
ACF_UPLOAD_RANDOMIZE="Випадкові імена файлів"
ACF_UPLOAD_RANDOMIZE_DESC="Якщо увімкнено, до початку завантаженого імені файлу буде доданий випадковий префікс. Це допомагає гарантувати, що існуючі файли з тим самим іменем ніколи не замінюються."
ACF_UPLOAD_FILE_MISSING="Файл відсутній"
ACF_UPLOAD_FORCE_DOWNLOAD="Завантажити"
ACF_UPLOAD_FORCE_DOWNLOAD_DESC="Виберіть, чи потрібно завантажити файл замість переходу до посилання"
ACF_UPLOAD_LINK_TEXT="Текст посилання"
ACF_UPLOAD_LINK_TEXT_DESC="Введіть власний текст посилання. Якщо такого не вказано, замість цього буде використано ім'я файлу."
ACF_UPLOAD_LAYOUT="Макет"
ACF_UPLOAD_LAYOUT_DESC="Визначте макет, який використовуватиметься для відображення кожного завантаженого файлу в передній частині."
ACF_UPLOAD_CUSTOM_LAYOUT="Спеціальний макет"
ACF_UPLOAD_CUSTOM_LAYOUT_DESC="Встановити користувальницький макет HTML, який буде використовуватися для відображення кожного завантаженого файлу в передньому відділі. <br> <br> <b> Доступні змінні </b> | file.name} <br> {file.path} <br> {file.url} | {file.size} <br> {file.ext} "
ACF_UPLOAD_LINK="Посилання"
ACF_UPLOAD_IMAGE="Зображення"
ACF_UPLOAD_CUSTOM="Спеціальні"
ACF_UPLOAD_FRONTEND_DISPLAY="Передній дисплей"
ACF_UPLOAD_FILE_UPLOAD_SETTINGS="Налаштування завантаження файлу"