Files
conservatorio-tomadini/plugins/fields/acfupload/language/sv-SE/sv-SE.plg_fields_acfupload.ini
2024-12-31 11:07:09 +01:00

77 lines
7.3 KiB
INI

; @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."