; @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.
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="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.
Die maximale Upload-Größe Ihres Servers beträgt: % s ."
ACF_UPLOAD_TYPES="Zulässige Dateitypen"
; 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="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.
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="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.
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="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.
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="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 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="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: "
; 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."