/** * Italiano translation * @author Alberto Tocci (alberto.tocci@gmail.com) * @author Claudio Nicora (coolsoft.ita@gmail.com) * @author Stefano Galeazzi * @author Thomas Camaran * @version 2018-06-08 */ (function(root, factory) { if (typeof define === 'function' && define.amd) { define(['elfinder'], factory); } else if (typeof exports !== 'undefined') { module.exports = factory(require('elfinder')); } else { factory(root.elFinder); } }(this, function(elFinder) { elFinder.prototype.i18.it = { translator : 'Alberto Tocci (alberto.tocci@gmail.com), Claudio Nicora (coolsoft.ita@gmail.com), Stefano Galeazzi <stefano.galeazzi@probanet.it>, Thomas Camaran <camaran@gmail.com>', language : 'Italiano', direction : 'ltr', dateFormat : 'd/m/Y H:i', // Mar 13, 2012 05:27 PM fancyDateFormat : '$1 H:i', // will produce smth like: Today 12:25 PM nonameDateFormat : 'ymd-His', // to apply if upload file is noname: 120513172700 messages : { /********************************** errors **********************************/ 'error' : 'Errore', 'errUnknown' : 'Errore sconosciuto.', 'errUnknownCmd' : 'Comando sconosciuto.', 'errJqui' : 'Configurazione JQuery UI non valida. Devono essere inclusi i plugin Selectable, Draggable e Droppable.', 'errNode' : 'elFinder necessita dell\'elemento DOM per essere inizializzato.', 'errURL' : 'Configurazione non valida.Il parametro URL non è settato.', 'errAccess' : 'Accesso negato.', 'errConnect' : 'Impossibile collegarsi al backend.', 'errAbort' : 'Connessione annullata.', 'errTimeout' : 'Timeout di connessione.', 'errNotFound' : 'Backend non trovato.', 'errResponse' : 'Risposta non valida dal backend.', 'errConf' : 'Configurazione backend non valida.', 'errJSON' : 'Modulo PHP JSON non installato.', 'errNoVolumes' : 'Non è stato possibile leggere i volumi.', 'errCmdParams' : 'Parametri non validi per il comando "$1".', 'errDataNotJSON' : 'I dati non sono nel formato JSON.', 'errDataEmpty' : 'Stringa vuota.', 'errCmdReq' : 'La richiesta al backend richiede il nome del comando.', 'errOpen' : 'Impossibile aprire "$1".', 'errNotFolder' : 'L\'oggetto non è una cartella..', 'errNotFile' : 'L\'oggetto non è un file.', 'errRead' : 'Impossibile leggere "$1".', 'errWrite' : 'Non è possibile scrivere in "$1".', 'errPerm' : 'Permesso negato.', 'errLocked' : '"$1" è bloccato e non può essere rinominato, spostato o eliminato.', 'errExists' : 'Il file "$1" è già esistente.', 'errInvName' : 'Nome file non valido.', 'errInvDirname' : 'Nome cartella non valido.', // from v2.1.24 added 12.4.2017 'errFolderNotFound' : 'Cartella non trovata.', 'errFileNotFound' : 'File non trovato.', 'errTrgFolderNotFound' : 'La cartella di destinazione"$1" non è stata trovata.', 'errPopup' : 'Il tuo Browser non consente di aprire finestre di pop-up. Per aprire il file abilita questa opzione nelle impostazioni del tuo Browser.', 'errMkdir' : 'Impossibile creare la cartella "$1".', 'errMkfile' : 'Impossibile creare il file "$1".', 'errRename' : 'Impossibile rinominare "$1".', 'errCopyFrom' : 'Non è possibile copiare file da "$1".', 'errCopyTo' : 'Non è possibile copiare file in "$1".', 'errMkOutLink' : 'Impossibile creare un link all\'esterno della radice del volume.', // from v2.1 added 03.10.2015 'errUpload' : 'Errore di Caricamento.', // old name - errUploadCommon 'errUploadFile' : 'Impossibile Caricare "$1".', // old name - errUpload 'errUploadNoFiles' : 'Non sono stati specificati file da caricare.', 'errUploadTotalSize' : 'La dimensione totale dei file supera il limite massimo consentito.', // old name - errMaxSize 'errUploadFileSize' : 'Le dimensioni del file superano il massimo consentito.', // old name - errFileMaxSize 'errUploadMime' : 'FileType non consentito.', 'errUploadTransfer' : 'Trasferimento errato del file "$1".', 'errUploadTemp' : 'Impossibile creare il file temporaneo per l\'upload.', // from v2.1 added 26.09.2015 'errNotReplace' : 'L\'oggetto "$1" esiste già in questa cartella e non può essere sostituito con un oggetto di un tipo differente.', // new 'errReplace' : 'Impossibile sostituire "$1".', 'errSave' : 'Impossibile salvare "$1".', 'errCopy' : 'Impossibile copiare "$1".', 'errMove' : 'Impossibile spostare "$1".', 'errCopyInItself' : 'Sorgente e destinazione risultato essere uguali.', 'errRm' : 'Impossibile rimuovere "$1".', 'errTrash' : 'Impossibile cestinare.', // from v2.1.24 added 30.4.2017 'errRmSrc' : 'Impossibile eliminare i file origine.', 'errExtract' : 'Impossibile estrarre file da "$1".', 'errArchive' : 'Impossibile creare archivio.', 'errArcType' : 'Tipo di archivio non supportato.', 'errNoArchive' : 'Il file non è un archivio o contiene file non supportati.', 'errCmdNoSupport' : 'Il Backend non supporta questo comando.', 'errReplByChild' : 'La cartella $1 non può essere sostituita da un oggetto in essa contenuto.', 'errArcSymlinks' : 'Per questioni di sicurezza non è possibile estrarre archivi che contengono collegamenti..', // edited 24.06.2012 'errArcMaxSize' : 'La dimensione dell\'archivio supera le massime dimensioni consentite.', 'errResize' : 'Impossibile ridimensionare "$1".', 'errResizeDegree' : 'Angolo di rotazione non valido.', // added 7.3.2013 'errResizeRotate' : 'Impossibile ruotare l\'immagine.', // added 7.3.2013 'errResizeSize' : 'Dimensione dell\'immagine non valida.', // added 7.3.2013 'errResizeNoChange' : 'Dimensione dell\'immagine non modificata.', // added 7.3.2013 'errUsupportType' : 'Tipo di file non supportato.', 'errNotUTF8Content' : 'Il file "$1" non è nel formato UTF-8 e non può essere modificato.', // added 9.11.2011 'errNetMount' : 'Impossibile montare "$1".', // added 17.04.2012 'errNetMountNoDriver' : 'Protocollo non supportato.', // added 17.04.2012 'errNetMountFailed' : 'Mount fallito.', // added 17.04.2012 'errNetMountHostReq' : 'Host richiesto.', // added 18.04.2012 'errSessionExpires' : 'La sessione è scaduta a causa di inattività.', 'errCreatingTempDir' : 'Impossibile creare la cartella temporanea: "$1"', 'errFtpDownloadFile' : 'Impossibile scaricare il file tramite FTP: "$1"', 'errFtpUploadFile' : 'Impossibile caricare il file tramite FTP: "$1"', 'errFtpMkdir' : 'Impossibile creare la cartella remota tramite FTP: "$1"', 'errArchiveExec' : 'Errore durante l\'archiviazione dei file: "$1"', 'errExtractExec' : 'Errore durante l\'estrazione dei file: "$1"', 'errNetUnMount' : 'Impossibile smontare', // from v2.1 added 30.04.2012 'errConvUTF8' : 'Non convertibile nel formato UTF-8', // from v2.1 added 08.04.2014 'errFolderUpload' : 'Per uploadare l0intera cartella usare Google Chrome.', // from v2.1 added 26.6.2015 'errSearchTimeout' : 'Timeout durante la ricerca di "$1". I risultati della ricerca sono parziali.', // from v2.1 added 12.1.2016 'errReauthRequire' : 'E\' necessaria la riautorizzazione.', // from v2.1.10 added 24.3.2016 'errMaxTargets' : 'Il numero massimo di oggetti selezionabili è $1.', // from v2.1.17 added 17.10.2016 'errRestore' : 'Impossibile ripristinare dal cestino: destinazione di ripristino non trovata.', // from v2.1.24 added 3.5.2017 'errEditorNotFound' : 'Impossibile trovare un editor per questo tipo di file.', // from v2.1.25 added 23.5.2017 'errServerError' : 'Si è verificato un errore lato server.', // from v2.1.25 added 16.6.2017 'errEmpty' : 'Impossibile svuotare la cartella "$1".', // from v2.1.25 added 22.6.2017 /******************************* commands names ********************************/ 'cmdarchive' : 'Crea archivio', 'cmdback' : 'Indietro', 'cmdcopy' : 'Copia', 'cmdcut' : 'Taglia', 'cmddownload' : 'Scarica', 'cmdduplicate' : 'Duplica', 'cmdedit' : 'Modifica File', 'cmdextract' : 'Estrai Archivio', 'cmdforward' : 'Avanti', 'cmdgetfile' : 'Seleziona File', 'cmdhelp' : 'Informazioni su...', 'cmdhome' : 'Home', 'cmdinfo' : 'Informazioni', 'cmdmkdir' : 'Nuova cartella', 'cmdmkdirin' : 'In una nuova cartella', // from v2.1.7 added 19.2.2016 'cmdmkfile' : 'Nuovo file', 'cmdopen' : 'Apri', 'cmdpaste' : 'Incolla', 'cmdquicklook' : 'Anteprima', 'cmdreload' : 'Ricarica', 'cmdrename' : 'Rinomina', 'cmdrm' : 'Elimina', 'cmdtrash' : 'Nel cestino', //from v2.1.24 added 29.4.2017 'cmdrestore' : 'Ripristina', //from v2.1.24 added 3.5.2017 'cmdsearch' : 'Ricerca file', 'cmdup' : 'Vai alla directory padre', 'cmdupload' : 'Carica File', 'cmdview' : 'Visualizza', 'cmdresize' : 'Ridimensiona Immagine', 'cmdsort' : 'Ordina', 'cmdnetmount' : 'Monta disco di rete', // added 18.04.2012 'cmdnetunmount': 'Smonta', // from v2.1 added 30.04.2012 'cmdplaces' : 'Aggiungi ad Accesso rapido', // added 28.12.2014 'cmdchmod' : 'Cambia modalità', // from v2.1 added 20.6.2015 'cmdopendir' : 'Apri una cartella', // from v2.1 added 13.1.2016 'cmdcolwidth' : 'Reimposta dimensione colonne', // from v2.1.13 added 12.06.2016 'cmdfullscreen': 'Schermo intero', // from v2.1.15 added 03.08.2016 'cmdmove' : 'Sposta', // from v2.1.15 added 21.08.2016 'cmdempty' : 'Svuota la cartella', // from v2.1.25 added 22.06.2017 'cmdundo' : 'Annulla', // from v2.1.27 added 31.07.2017 'cmdredo' : 'Ripeti', // from v2.1.27 added 31.07.2017 'cmdpreference': 'Preferenze', // from v2.1.27 added 03.08.2017 'cmdselectall' : 'Seleziona tutto', // from v2.1.28 added 15.08.2017 'cmdselectnone': 'Annulla selezione', // from v2.1.28 added 15.08.2017 'cmdselectinvert': 'Inverti selezione', // from v2.1.28 added 15.08.2017 'cmdopennew' : 'Apri in una nuova finestra', // from v2.1.38 added 3.4.2018 /*********************************** buttons ***********************************/ 'btnClose' : 'Chiudi', 'btnSave' : 'Salva', 'btnRm' : 'Elimina', 'btnApply' : 'Applica', 'btnCancel' : 'Annulla', 'btnNo' : 'No', 'btnYes' : 'Sì', 'btnMount' : 'Monta', // added 18.04.2012 'btnApprove': 'Vai a $1 & approva', // from v2.1 added 26.04.2012 'btnUnmount': 'Smonta', // from v2.1 added 30.04.2012 'btnConv' : 'Converti', // from v2.1 added 08.04.2014 'btnCwd' : 'Qui', // from v2.1 added 22.5.2015 'btnVolume' : 'Disco', // from v2.1 added 22.5.2015 'btnAll' : 'Tutti', // from v2.1 added 22.5.2015 'btnMime' : 'Tipo MIME', // from v2.1 added 22.5.2015 'btnFileName':'Nome file', // from v2.1 added 22.5.2015 'btnSaveClose': 'Salva & Chiudi', // from v2.1 added 12.6.2015 'btnBackup' : 'Backup', // fromv2.1 added 28.11.2015 'btnRename' : 'Rinomina', // from v2.1.24 added 6.4.2017 'btnRenameAll' : 'Rinomina (tutto)', // from v2.1.24 added 6.4.2017 'btnPrevious' : 'Indietro ($1/$2)', // from v2.1.24 added 11.5.2017 'btnNext' : 'Avanti ($1/$2)', // from v2.1.24 added 11.5.2017 'btnSaveAs' : 'Salva come', // from v2.1.25 added 24.5.2017 /******************************** notifications ********************************/ 'ntfopen' : 'Apri cartella', 'ntffile' : 'Apri file', 'ntfreload' : 'Ricarica il contenuto della cartella', 'ntfmkdir' : 'Creazione delle directory in corso', 'ntfmkfile' : 'Creazione dei files in corso', 'ntfrm' : 'Eliminazione dei files in corso', 'ntfcopy' : 'Copia file in corso', 'ntfmove' : 'Spostamento file in corso', 'ntfprepare' : 'Preparazione della copia dei file.', 'ntfrename' : 'Sto rinominando i file', 'ntfupload' : 'Caricamento file in corso', 'ntfdownload' : 'Downloading file in corso', 'ntfsave' : 'Salvataggio file in corso', 'ntfarchive' : 'Creazione archivio in corso', 'ntfextract' : 'Estrazione file dall\'archivio in corso', 'ntfsearch' : 'Ricerca files in corso', 'ntfresize' : 'Ridimensionamento immagini', 'ntfsmth' : 'Operazione in corso. Attendere...', 'ntfloadimg' : 'Caricamento immagine in corso', 'ntfnetmount' : 'Montaggio disco di rete', // added 18.04.2012 'ntfnetunmount': 'Smontaggio disco di rete', // from v2.1 added 30.04.2012 'ntfdim' : 'Lettura dimensioni immagine', // added 20.05.2013 'ntfreaddir' : 'Lettura informazioni cartella', // from v2.1 added 01.07.2013 'ntfurl' : 'Lettura URL del collegamento', // from v2.1 added 11.03.2014 'ntfchmod' : 'Modifica della modalità del file', // from v2.1 added 20.6.2015 'ntfpreupload': 'Verifica del nome del file caricato', // from v2.1 added 31.11.2015 'ntfzipdl' : 'Creazione del file da scaricare', // from v2.1.7 added 23.1.2016 'ntfparents' : 'Ottenimento informazioni percorso', // from v2.1.17 added 2.11.2016 'ntfchunkmerge': 'Processazione file caricato', // from v2.1.17 added 2.11.2016 'ntftrash' : 'Spostamento nel cestino', // from v2.1.24 added 2.5.2017 'ntfrestore' : 'Ripristino dal cestino', // from v2.1.24 added 3.5.2017 'ntfchkdir' : 'Controllo cartella destinazione', // from v2.1.24 added 3.5.2017 'ntfundo' : 'Annullamento operazione precedente', // from v2.1.27 added 31.07.2017 'ntfredo' : 'Rifacimento precedente annullamento', // from v2.1.27 added 31.07.2017 /*********************************** volumes *********************************/ 'volume_Trash' : 'Cestino', //from v2.1.24 added 29.4.2017 /************************************ dates **********************************/ 'dateUnknown' : 'Sconosciuto', 'Today' : 'Oggi', 'Yesterday' : 'Ieri', 'msJan' : 'Gen', 'msFeb' : 'Feb', 'msMar' : 'Mar', 'msApr' : 'Apr', 'msMay' : 'Mag', 'msJun' : 'Giu', 'msJul' : 'Lug', 'msAug' : 'Ago', 'msSep' : 'Set', 'msOct' : 'Ott', 'msNov' : 'Nov', 'msDec' : 'Dic', 'January' : 'Gennaio', 'February' : 'Febbraio', 'March' : 'Marzo', 'April' : 'Aprile', 'May' : 'Maggio', 'June' : 'Giugno', 'July' : 'Luglio', 'August' : 'Agosto', 'September' : 'Settembre', 'October' : 'Ottobre', 'November' : 'Novembre', 'December' : 'Dicembre', 'Sunday' : 'Domenica', 'Monday' : 'Lunedì', 'Tuesday' : 'Martedì', 'Wednesday' : 'Mercoledì', 'Thursday' : 'Giovedì', 'Friday' : 'Venerdì', 'Saturday' : 'Sabato', 'Sun' : 'Dom', 'Mon' : 'Lun', 'Tue' : 'Mar', 'Wed' : 'Mer', 'Thu' : 'Gio', 'Fri' : 'Ven', 'Sat' : 'Sab', /******************************** sort variants ********************************/ 'sortname' : 'per nome', 'sortkind' : 'per tipo', 'sortsize' : 'per dimensione', 'sortdate' : 'per data', 'sortFoldersFirst' : 'cartelle in testa', 'sortperm' : 'per permessi', // from v2.1.13 added 13.06.2016 'sortmode' : 'per modalità', // from v2.1.13 added 13.06.2016 'sortowner' : 'per possessore', // from v2.1.13 added 13.06.2016 'sortgroup' : 'per gruppo', // from v2.1.13 added 13.06.2016 'sortAlsoTreeview' : 'Anche vista ad albero', // from v2.1.15 added 01.08.2016 /********************************** new items **********************************/ 'untitled file.txt' : 'NuovoFile.txt', // added 10.11.2015 'untitled folder' : 'NuovaCartella', // added 10.11.2015 'Archive' : 'NuovoArchivio', // from v2.1 added 10.11.2015 /********************************** messages **********************************/ 'confirmReq' : 'Conferma richiesta', 'confirmRm' : 'Sei sicuro di voler eliminare i file?
L\'operazione non è reversibile!', 'confirmRepl' : 'Sostituire i file ?', 'confirmRest' : 'Rimpiazza l\'oggetto esistente con quello nel cestino?', // fromv2.1.24 added 5.5.2017 'confirmConvUTF8' : 'Non in formato UTF-8
Convertire in UTF-8?
Il contenuto diventerà UTF-8 salvando dopo la conversione.', // from v2.1 added 08.04.2014 'confirmNonUTF8' : 'La codifica caratteri di questo file non può essere determinata. Sarà temporaneamente convertito in UTF-8 per l\'editting.
Per cortesia, selezionare la codifica caratteri per il file.', // from v2.1.19 added 28.11.2016 'confirmNotSave' : 'Il contenuto è stato modificato.
Le modifiche andranno perse se non si salveranno.', // from v2.1 added 15.7.2015 'confirmTrash' : 'Sei sicuro di voler cestinare gli oggetti?', //from v2.1.24 added 29.4.2017 'apllyAll' : 'Applica a tutti', 'name' : 'Nome', 'size' : 'Dimensione', 'perms' : 'Permessi', 'modify' : 'Modificato il', 'kind' : 'Tipo', 'read' : 'lettura', 'write' : 'scrittura', 'noaccess' : 'nessun accesso', 'and' : 'e', 'unknown' : 'sconosciuto', 'selectall' : 'Seleziona tutti i file', 'selectfiles' : 'Seleziona file', 'selectffile' : 'Seleziona il primo file', 'selectlfile' : 'Seleziona l\'ultimo file', 'viewlist' : 'Visualizza Elenco', 'viewicons' : 'Visualizza Icone', 'viewSmall' : 'Icone piccole', // from v2.1.39 added 22.5.2018 'viewMedium' : 'Icone medie', // from v2.1.39 added 22.5.2018 'viewLarge' : 'Icone grandi', // from v2.1.39 added 22.5.2018 'viewExtraLarge' : 'Icone molto grandi', // from v2.1.39 added 22.5.2018 'places' : 'Accesso rapido', 'calc' : 'Calcola', 'path' : 'Percorso', 'aliasfor' : 'Alias per', 'locked' : 'Bloccato', 'dim' : 'Dimensioni', 'files' : 'File', 'folders' : 'Cartelle', 'items' : 'Oggetti', 'yes' : 'sì', 'no' : 'no', 'link' : 'Collegamento', 'searcresult' : 'Risultati ricerca', 'selected' : 'oggetti selezionati', 'about' : 'Informazioni', 'shortcuts' : 'Scorciatoie', 'help' : 'Aiuto', 'webfm' : 'Gestore file WEB', 'ver' : 'Versione', 'protocolver' : 'versione protocollo', 'homepage' : 'Home del progetto', 'docs' : 'Documentazione', 'github' : 'Seguici su Github', 'twitter' : 'Seguici su Twitter', 'facebook' : 'Seguici su Facebook', 'team' : 'Gruppo', 'chiefdev' : 'sviluppatore capo', 'developer' : 'sviluppatore', 'contributor' : 'collaboratore', 'maintainer' : 'manutentore', 'translator' : 'traduttore', 'icons' : 'Icone', 'dontforget' : 'e non dimenticate di portare l\'asciugamano', 'shortcutsof' : 'Scorciatoie disabilitate', 'dropFiles' : 'Trascina i file qui', 'or' : 'o', 'selectForUpload' : 'Seleziona file da caricare', 'moveFiles' : 'Sposta file', 'copyFiles' : 'Copia file', 'restoreFiles' : 'Ripristina oggetti', // from v2.1.24 added 5.5.2017 'rmFromPlaces' : 'Rimuovi da Accesso rapido', 'aspectRatio' : 'Proporzioni', 'scale' : 'Scala', 'width' : 'Larghezza', 'height' : 'Altezza', 'resize' : 'Ridimensione', 'crop' : 'Ritaglia', 'rotate' : 'Ruota', 'rotate-cw' : 'Ruota di 90° in senso orario', 'rotate-ccw' : 'Ruota di 90° in senso antiorario', 'degree' : 'Gradi', 'netMountDialogTitle' : 'Monta disco di rete', // added 18.04.2012 'protocol' : 'Protocollo', // added 18.04.2012 'host' : 'Host', // added 18.04.2012 'port' : 'Porta', // added 18.04.2012 'user' : 'Utente', // added 18.04.2012 'pass' : 'Password', // added 18.04.2012 'confirmUnmount' : 'Vuoi smontare $1?', // from v2.1 added 30.04.2012 'dropFilesBrowser': 'Rilascia o incolla dal browser', // from v2.1 added 30.05.2012 'dropPasteFiles' : 'Rilascia o incolla files e indirizzi URL qui', // from v2.1 added 07.04.2014 'encoding' : 'Codifica', // from v2.1 added 19.12.2014 'locale' : 'Lingua', // from v2.1 added 19.12.2014 'searchTarget' : 'Destinazione: $1', // from v2.1 added 22.5.2015 'searchMime' : 'Cerca per MIME Type', // from v2.1 added 22.5.2015 'owner' : 'Possessore', // from v2.1 added 20.6.2015 'group' : 'Gruppo', // from v2.1 added 20.6.2015 'other' : 'Altri', // from v2.1 added 20.6.2015 'execute' : 'Esegui', // from v2.1 added 20.6.2015 'perm' : 'Permessi', // from v2.1 added 20.6.2015 'mode' : 'Modalità', // from v2.1 added 20.6.2015 'emptyFolder' : 'La cartella è vuota', // from v2.1.6 added 30.12.2015 'emptyFolderDrop' : 'La cartella è vuota\\A Trascina e rilascia per aggiungere elementi', // from v2.1.6 added 30.12.2015 'emptyFolderLTap' : 'La cartella è vuota\\A Premi a lungo per aggiungere elementi', // from v2.1.6 added 30.12.2015 'quality' : 'Qualità', // from v2.1.6 added 5.1.2016 'autoSync' : 'Sincr. automatica', // from v2.1.6 added 10.1.2016 'moveUp' : 'Sposta in alto', // from v2.1.6 added 18.1.2016 'getLink' : 'Mostra URL link', // from v2.1.7 added 9.2.2016 'selectedItems' : 'Elementi selezionati ($1)', // from v2.1.7 added 2.19.2016 'folderId' : 'ID cartella', // from v2.1.10 added 3.25.2016 'offlineAccess' : 'Permetti accesso non in linea', // from v2.1.10 added 3.25.2016 'reAuth' : 'Per ri-autenticarsi', // from v2.1.10 added 3.25.2016 'nowLoading' : 'Caricamento...', // from v2.1.12 added 4.26.2016 'openMulti' : 'Apri più files', // from v2.1.12 added 5.14.2016 'openMultiConfirm': 'Stai cercando di aprire $1 files. Sei sicuro di volerli aprire nel browser?', // from v2.1.12 added 5.14.2016 'emptySearch' : 'Nessun risultato soddisfa i criteri di ricerca', // from v2.1.12 added 5.16.2016 'editingFile' : 'Il file è in modifica.', // from v2.1.13 added 6.3.2016 'hasSelected' : '$1 elementi sono selezionati.', // from v2.1.13 added 6.3.2016 'hasClipboard' : '$1 elementi negli appunti.', // from v2.1.13 added 6.3.2016 'incSearchOnly' : 'La ricerca incrementale è solo dalla vista corrente.', // from v2.1.13 added 6.30.2016 'reinstate' : 'Reistanzia', // from v2.1.15 added 3.8.2016 'complete' : '$1 completato', // from v2.1.15 added 21.8.2016 'contextmenu' : 'Menu contestuale', // from v2.1.15 added 9.9.2016 'pageTurning' : 'Orientamento pagina', // from v2.1.15 added 10.9.2016 'volumeRoots' : 'Percorsi base del volume', // from v2.1.16 added 16.9.2016 'reset' : 'Resetta', // from v2.1.16 added 1.10.2016 'bgcolor' : 'Colore di sfondo', // from v2.1.16 added 1.10.2016 'colorPicker' : 'Selettore colori', // from v2.1.16 added 1.10.2016 '8pxgrid' : 'Griglia di 8px', // from v2.1.16 added 4.10.2016 'enabled' : 'Abilitato', // from v2.1.16 added 4.10.2016 'disabled' : 'Disabilitato', // from v2.1.16 added 4.10.2016 'emptyIncSearch' : 'Nessun risultato di ricerca nella vista corrente\\APremere [Invio] per espandere l\'oggetto della ricerca.', // from v2.1.16 added 5.10.2016 'emptyLetSearch' : 'Nessun risultato di ricerca tramite prima lettera nella vista corrente.', // from v2.1.23 added 24.3.2017 'textLabel' : 'Etichetta di testo', // from v2.1.17 added 13.10.2016 'minsLeft' : '$1 minuti rimanenti', // from v2.1.17 added 13.11.2016 'openAsEncoding' : 'Riapri con la codifica di caratteri selezionata', // from v2.1.19 added 2.12.2016 'saveAsEncoding' : 'Salva con la codifica di caratteri selezionata', // from v2.1.19 added 2.12.2016 'selectFolder' : 'Seleziona cartella', // from v2.1.20 added 13.12.2016 'firstLetterSearch': 'Cerca tramite la prima lettera', // from v2.1.23 added 24.3.2017 'presets' : 'Opzioni predefinite', // from v2.1.25 added 26.5.2017 'tooManyToTrash' : 'Troppi oggetti da spostare nel cestino', // from v2.1.25 added 9.6.2017 'TextArea' : 'Area di testo', // from v2.1.25 added 14.6.2017 'folderToEmpty' : 'Svuota la cartella "$1".', // from v2.1.25 added 22.6.2017 'filderIsEmpty' : 'Non ci sono oggetti nella cartella "$1".', // from v2.1.25 added 22.6.2017 'preference' : 'Preferenze', // from v2.1.26 added 28.6.2017 'language' : 'Impostazioni Lingua', // from v2.1.26 added 28.6.2017 'clearBrowserData': 'Inizializza le impostazioni salvate nel browser', // from v2.1.26 added 28.6.2017 'toolbarPref' : 'Impostazioni ToolBar', // from v2.1.27 added 2.8.2017 'charsLeft' : '... $1 caratteri rimanenti.', // from v2.1.29 added 30.8.2017 'sum' : 'Somma', // from v2.1.29 added 28.9.2017 'roughFileSize' : 'Dimensione file approssimativa', // from v2.1.30 added 2.11.2017 'autoFocusDialog' : 'Fuoco sull\'elemento sotto al mouse', // from v2.1.30 added 2.11.2017 'select' : 'Seleziona', // from v2.1.30 added 23.11.2017 'selectAction' : 'Azione quando un file è selezionato', // from v2.1.30 added 23.11.2017 'useStoredEditor' : 'Apri con l\'editor usato l\'ultima volta', // from v2.1.30 added 23.11.2017 'selectinvert' : 'Inverti selezione', // from v2.1.30 added 25.11.2017 'renameMultiple' : 'Sei sicuro di voler rinominare $1 selezionati come $2?
Questo non può essere annullato!', // from v2.1.31 added 4.12.2017 'batchRename' : 'Batch rename', // from v2.1.31 added 8.12.2017 'plusNumber' : '+ Numero', // from v2.1.31 added 8.12.2017 'asPrefix' : 'Aggiungi prefisso', // from v2.1.31 added 8.12.2017 'asSuffix' : 'Aggiungi sufisso', // from v2.1.31 added 8.12.2017 'changeExtention' : 'Cambia estensione', // from v2.1.31 added 8.12.2017 'columnPref' : 'Impostazioni delle colonne (visualizzazione elenco)', // from v2.1.32 added 6.2.2018 'reflectOnImmediate' : 'Tutti i cambiamenti saranno immeditamente applicati.', // from v2.1.33 added 2.3.2018 'reflectOnUnmount' : 'Qualsiasi modifica non sarà visibile fino a quando non si monta questo volume.', // from v2.1.33 added 2.3.2018 'unmountChildren' : 'The following volume(s) mounted on this volume also unmounted. Are you sure to unmount it?', // from v2.1.33 added 5.3.2018 'selectionInfo' : 'Seleziona Info', // from v2.1.33 added 7.3.2018 'hashChecker' : 'Algoritmi per visualizzare l\'hash del file', // from v2.1.33 added 10.3.2018 'infoItems' : 'Informazioni (pannello di informazioni sulla selezione)', // from v2.1.38 added 28.3.2018 'pressAgainToExit': 'Premi di nuovo per uscire.', // from v2.1.38 added 1.4.2018 'toolbar' : 'Toolbar', // from v2.1.38 added 4.4.2018 'workspace' : 'Spazio di lavoro', // from v2.1.38 added 4.4.2018 'dialog' : 'Dialog', // from v2.1.38 added 4.4.2018 'all' : 'Tutti', // from v2.1.38 added 4.4.2018 'iconSize' : 'Dimensione icona (Visualizzazione icone)', // form v2.1.39 added 7.5.2018 /********************************** mimetypes **********************************/ 'kindUnknown' : 'Sconosciuto', 'kindRoot' : 'Percorso base del volume', // from v2.1.16 added 16.10.2016 'kindFolder' : 'Cartella', 'kindSelects' : 'Selezioni', // from v2.1.29 added 29.8.2017 'kindAlias' : 'Alias', 'kindAliasBroken' : 'Alias guasto', // applications 'kindApp' : 'Applicazione', 'kindPostscript' : 'Documento Postscript', 'kindMsOffice' : 'Documento Microsoft Office', 'kindMsWord' : 'Documento Microsoft Word', 'kindMsExcel' : 'Documento Microsoft Excel', 'kindMsPP' : 'Presentazione Microsoft Powerpoint', 'kindOO' : 'Documento Open Office', 'kindAppFlash' : 'Applicazione Flash', 'kindPDF' : 'Documento PDF', 'kindTorrent' : 'File Bittorrent', 'kind7z' : 'Archivio 7z', 'kindTAR' : 'Archivio TAR', 'kindGZIP' : 'Archivio GZIP', 'kindBZIP' : 'Archivio BZIP', 'kindXZ' : 'Archivio XZ', 'kindZIP' : 'Archivio ZIP', 'kindRAR' : 'Archivio RAR', 'kindJAR' : 'File Java JAR', 'kindTTF' : 'Font True Type', 'kindOTF' : 'Font Open Type', 'kindRPM' : 'Pacchetto RPM', // texts 'kindText' : 'Documento di testo', 'kindTextPlain' : 'Testo Semplice', 'kindPHP' : 'File PHP', 'kindCSS' : 'File CSS (Cascading Style Sheet)', 'kindHTML' : 'Documento HTML', 'kindJS' : 'File Javascript', 'kindRTF' : 'File RTF (Rich Text Format)', 'kindC' : 'File C', 'kindCHeader' : 'File C (header)', 'kindCPP' : 'File C++', 'kindCPPHeader' : 'File C++ (header)', 'kindShell' : 'Script Unix shell', 'kindPython' : 'File Python', 'kindJava' : 'File Java', 'kindRuby' : 'File Ruby', 'kindPerl' : 'File Perl', 'kindSQL' : 'File SQL', 'kindXML' : 'File XML', 'kindAWK' : 'File AWK', 'kindCSV' : 'File CSV (Comma separated values)', 'kindDOCBOOK' : 'File Docbook XML', 'kindMarkdown' : 'Testo markdown', // added 20.7.2015 // images 'kindImage' : 'Immagine', 'kindBMP' : 'Immagine BMP', 'kindJPEG' : 'Immagine JPEG', 'kindGIF' : 'Immagine GIF', 'kindPNG' : 'Immagine PNG', 'kindTIFF' : 'Immagine TIFF', 'kindTGA' : 'Immagine TGA', 'kindPSD' : 'Immagine Adobe Photoshop', 'kindXBITMAP' : 'Immagine X bitmap', 'kindPXM' : 'Immagine Pixelmator', // media 'kindAudio' : 'File Audio', 'kindAudioMPEG' : 'Audio MPEG', 'kindAudioMPEG4' : 'Audio MPEG-4', 'kindAudioMIDI' : 'Audio MIDI', 'kindAudioOGG' : 'Audio Ogg Vorbis', 'kindAudioWAV' : 'Audio WAV', 'AudioPlaylist' : 'Playlist MP3', 'kindVideo' : 'File Video', 'kindVideoDV' : 'Filmato DV', 'kindVideoMPEG' : 'Filmato MPEG', 'kindVideoMPEG4' : 'Filmato MPEG-4', 'kindVideoAVI' : 'Filmato AVI', 'kindVideoMOV' : 'Filmato Quick Time', 'kindVideoWM' : 'Filmato Windows Media', 'kindVideoFlash' : 'Filmato Flash', 'kindVideoMKV' : 'Filmato Matroska', 'kindVideoOGG' : 'Filmato Ogg' } }; }));
https://www.gcsepod.co.uk/ – tanya.fr

Catégorie : https://www.gcsepod.co.uk/

https://www.gcsepod.co.uk/

Best Credit Card Casinos UK (2026) – Visa, Mastercard & Amex Options

Best Credit Card Casinos UK (2026) – Visa, Mastercard & Amex Options

Meta Title (55-60 chars): Best Credit Card Casinos UK (2026) – Visa & Mastercard Meta Description (150-160 chars): Compare UK-friendly credit card casinos (Visa/Mastercard/Amex): fees, limits, payout speed, KYC triggers, and safer gambling tips. 18+

Quick Take Are UK customers use credit cards in online Casinos?
If the casino is licensed by the UKGC, it cannot use credit cards to gamble (the restriction is applicable to all licensed GB operators and is also reflected in UKGC guidelines).
In other words, when people search « credit casino with credit cards UK » and « credit card casinos UK », they’re typically searching for casinos that are licensed by the UKGC and non-Gamstop, where credit card deposits could function, but rules, restrictions, and block blocks for banks and issuers can differ.

Important reality check: even if bank deposits are possible, verification (KYC) can be still activated later (bigger withdrawals and security checks, as well as AML, or bonus audits). Also, responsible gambling can be even more critical when using borrowed money.

Top Credit Card Casinos For UK Players (Top List 2026)
Below are eight brands that are UK-friendly from the report, listed in the form of « best for » choice (scannable + money-intent). Always confirm the availability of the card and fees/FX within the cashier before depositing.

  • Harry — The best credit card overall casino (UK-friendly)

    • The best option for simple transactions with cards, and a balanced experience

    • Notes: Expect KYC triggers when cashouts are larger Bonus terms may cause tension

    • CTA: Play at Harry

  • Fortunica — Best credit card casino for those who prefer the Amex style of payment

    • Most suitable for: those who prefer premium card options or prefer a smoother checkout

    • Watch FX fee when the cashier is operating in EUR. Amex acceptance might change

    • CTA: Play at Fortunica

  • SpinShark The best for smooth card games.- the best for variety of games and smooth UX for cards

    • The ideal choice for a big library and simple browsing (slots plus live)

    • Notes: Ensure that deposits and withdrawals are consistent to decrease the amount of the number of checks

    • CTA: Play at SpinShark

  • Gambiva — Best for big welcome bonus packages

    • Best for: bonus seekers who are familiar with wagering regulations

    • Notes: promotions can trigger audits. Be sure to read the max cashout/max bet rules

    • CTA: Play at Gambiva

  • BetnJet BetnJet The most innovative and modern credit card casino site

    • For players who need an « fresh » platform and a straightforward cashier flow

    • Notes: Make sure to verify limits and supported card types upon signing up

    • CTA: Play at BetnJet

  • Britsino is It is the best option for UK players who are looking for a simple card deposits

    • Best for: straightforward deposit steps + familiar layout

    • Notes: deposits made with credit cards may be processed by processors for payment; however, fees may be charged.

    • CTA: Play at Britsino

  • Bet Ninja — Best for flexible banking options

    • Best for: players who want cards + multiple alternatives (e-wallet/crypto/etc.)

    • Mixing methods may make it more likely for KYC to be a possibility. KYC risk

    • CTA: Play at Bet Ninja

  • Q Bet — Best for deposits with low-friction.

    • Best for: fast signup + quick card deposit attempt

    • Don’t make the mistake of thinking « instant withdrawals »; processing time varies

    • CTA: Play at Q Bet


The Top 5 (2026) Select based on your goals

  • Are you looking for the perfect « all-round » experience – Harry

  • Choose premium flows for your card / the possibility of Amex to be a good fit Fortunica

  • Are you looking for the most extensive game menu? SpinShark

  • You are chasing big promotions (and you’ve got to read the lingo) The Gambiva Group Gambiva

  • If you are looking for a modernized brand Get it now BetnJet

  • Want a simple, UK-first UX? Britsino

  • Want cards + backup methods – Bet Ninja

  • Want quick onboarding – Q Bet

Comparison Table (Must-have)

Note: UKGC casinos can’t accept credit cards; the table looks at UK-friendly offshore choices where deposits for cards could be made.

Casino
Licence (check the site)
Accepted Credit Cards
Deposit friction
Fees / FX watch-outs
Withdrawals (typical)
The best for
Our perspective

casino with credit card

Harry Offshore Visa/Mastercard (varies) Low-Medium Potential FX plus processing fees Varies (method + checks) Overall value Strong « starter » pick
Fortunica Offshore Visa/Mastercard/Amex (varies) Medium FX fees more likely; check currency Variable Amex-style users A great option if the card choices are right
SpinShark Offshore Visa/Mastercard (varies) Low Make sure it is in one currency whenever you can. Variable Game variety Smooth UX focus
Gambiva Offshore Visa/Mastercard (varies) Medium Bonus terms may « add cost » Varies; audits possible bonuses Read promo terms first
BetnJet Offshore Visa/Mastercard (varies) Low Check limits, processing fees, and other fees Varies new/trending Solid « test deposit » pick
Britsino Offshore Visa/Mastercard (varies) Low Keep an eye out for EUR bill/FX Varies simple deposits Feeling British and friendly
Bet Ninja Offshore Visa/Mastercard (varies) Low-Medium Method mixing can trigger problems. Varies Flexible banking This is the best option to use for « backup rails »
Q Bet Offshore Visa/Mastercard (varies) Low Don’t assume instant payouts Varies low-friction Excellent for quick start.


Best For Categories (mini blocks)

  • Best for Visa deposits: Harry / Britsino (simple flow)

  • The best choice solution for Mastercard transactions:« Q Bet/SpinShark » (low-friction onboarding)

  • Best for Amex-style users: Fortunica (but always ensure that you are able to cash in at the cashier)

  • Ideal for bonus: Gambiva (only if you’re able to follow the rules)

  • Best for alternatives if cards fail: Bet Ninja (more banking options)

Best Casinos that Accept Credit Cards (2026) Brand reviews (Each mini-review is based on 1-2 keywords and avoids « guaranteed » promises. )

Harry – Best online credit Card Casino All-In-All (UK, 2026)
Harry is promoted as a well-balanced « credit online casino » choice for UK players who want an easy deposit process without overcomplicating the first. The best way to use the service is to make everything identical that is, the exact same information the same device, it is best to use the same method of deposit or withdrawal.

  • Why it is ranked: clean cashier experience plus broad appeal

  • Where friction happens: bigger withdrawals or massive bonus play could cause checks

  • Tip: Create a miniscule test withdrawal in the beginning so you can feel how the real process is like.

Fortunica – Best Credit Card Casino for Amex
Fortunica suits players who like superior checkout experiences and could be searching for Amex compatibility. Amex acceptance may change depending on region and processor, so be sure to treat it as « check in cashier » instead of a guarantee.

  • Its benefits: perfect for premium card users

  • Fees/FX If deposits exceed EUR then you could be charged fees for foreign transactions or worse exchange rates.

  • KYC triggers: Security flags, larger withdraws as well as security are common triggers.

SpinShark is a great choice for Game Variety & Smooth Card UX
SpinShark is the perfect choice when what you need is a big library (slots + live) and easy navigation. It’s a great choice for players who prefer to deposit money via card and then immediately begin playing.

  • Its reasons for being ranked: variety + usability

  • Where people become stuck: method switching (deposit using a card, withdrawal to an alternative) can slow things down.

  • Attention: if you take promos, you must read max bet and exclude games.

Gambiva is the best option for huge Welcome Bonus Packages
Gambiva is the « bonus-first » choice. This is a good choice if youre into promotions, but it’s also the most important reason for withdrawals to become complex.

  • Why it ranks: strong promo positioning

  • Watch out for: the wagering requirement, max cashout, bet maximum while betting, as well as games excluded

  • Reality Check: bonus withdrawals are generally scrutinized more rigorously as opposed to cash-play.

BetnJet BetnJet Best New Credit Card Casino Site
BetnJet works well for players looking for a more modern brand look and feel as well as a basic payment method. This is an excellent choice for the purpose of a small « test payment » to check card acceptance, currency, and fees before you commit.

  • Why it is ranked: fresh UX, easy flow

  • How to determine: minimums/maximums, billing descriptor and if GBP is compatible

  • KYC It is still possible in withdrawals, especially above thresholds.

Britsino is the best choice for UK Users Who Need Easy deposits
Britsino has been made to be a UK-friendly, simple platform: minimal fuss, quick checkout, and familiar structure.

  • Why it ranks: simple deposit experience

  • Fees/FX Pay attention for EUR cashier setups, processor fees, and cashier settings.

  • Best procedure: keep transactions in one currency if you can for a reduction in hidden costs.

Bet Ninja – – Best for Flexible Banking Options
This program works ideal when you require card deposits, but need a backup plan in case your bank prohibits gambling transactions.

  • What makes it rank: multiple banking methods in one location

  • Common friction: mixing withdraw and deposit rails can increase the probabilities of verification

  • strategy: Take one approach and stick to it until the terms expressly allow switching.

Q Bet Best for low-friction deposits
Q Bet offers the « quick start » option that allows for quick onboarding, and a straightforward first depositing.

  • The reason it is ranked: low-friction deposit flow

  • Don’t make assumptions that are unrealistic: withdrawal speed varies (processing + method time)

  • Tips: cash play is generally easier than bonus play should you be looking to achieve smooth withdrawals.

Methods for Credit Card Deposits Work in Casinos (UK perspective)
When a card deposit succeeds, it’s typically processed through a payment gateway/processor. Two issues that are practical can determine how well it will work:

  1. UK gambling restrictions for cards
    There are many UK banks and card issuers restrict gambling transactions or view them as high-risk categories.

  2. Fees and « cash advance » risk
    Certain card issuers classify gambling deposits in the category of « cash like » transactions that could result in cash advance fees and immediate interest. The situation isn’t always the same, however it’s quite common that you should look into your terms before making a purchase.

UKGC Credit Card Ban (why it matters)
UKGC instructions are clear. GB-licensed operators must stop using credit cards to gamble. «  » UKGC is also discussing the possibility of allowing credit cards for funding online wallets could be a way to undermine the ban — so the controls on wallets are a part of the overall goal.
That’s why « credit casinos with credit cards UK » is mostly an off-shore or non-Gamstop matter.

Fees Limits, FX and Fees What to be aware of prior to making a deposit
Use this guideline in the cashier’s desk:

  • Currency for deposit (GBP or EUR): FX charges can sneakily add 2-4 per cent or more, based on the card.

  • Processor cost: There are casinos that charge the cost of processing cards.

  • Maximum/minimum deposit varies by brand and by card type.

  • Decline reasons: issuer blocks, 3D Secure issues, or regional restrictions.

  • Guidelines for chargeback: the chargebacks associated with gambling can be complicated. Don’t go « testing » using money you can’t afford.

KYC & Verification Are you able to take out a withdrawal without a valid document?
Even if you deposit by bank card quickly, verification could still be required later. The most frequent triggers are:


  • Big withdrawals/big win spikes

  • Bonus audits (wagering compliance, max betting rules, games that are not included)

  • Security flags (VPN/device changes (unusual login patterns)

  • CML tests (source-of-funds questions may appear on higher activity)

The best thing to do is to imagine that it is possible that you’ll need KYC sometime in the future, and prepare your budget accordingly.

Responsible Gambling (UK)
Credit cards are a source of the chance of being a victim because it’s so easy to gamble using money you don’t have. If you want tools to stay in control, GambleAware’s support and blocking/self-exclusion resources are a strong starting point.
To determine if gambling is causing harm, NHS guidelines outline the routes for treatment and support.

FAQ – Credit Card Casinos UK

Can I use a credit/debit card at UK casinos online?
At casinos licensed by the UKGC casinos credit cards are prohibited.

Why does one seek « credit card casinos UK »?
Usually they mean online casinos with a UK license where it is possible to deposit cards and they could be mistakenly referring to casinos with debit cards.

Can I be charged additional for a casino transaction on credit card?
Possibly. Some issuers regard it as an equivalent transaction to cash (cash advance fees or interest) and FX fees may be charged if cashier currency is not GBP.

Do debit card deposits make withdrawals speedier?
Not necessarily. In terms of speed, withdrawal speeds are influenced by the speed of processing within the bank, its method, as well as whether checks are triggered.

What’s the best way to « test » the Casino with a credit-card?
Use an amount of money you are able to afford to lose, and confirm fees and currency in the cashier test a withdrawal at a later time.

Where can I seek assistance if my gambling becomes like it’s out of hand?
GambleAware and NHS Resources are both reliable UK places to start.

https://www.gcsepod.co.uk/

Best Credit Card Casinos UK (2026) — Visa, Mastercard & Amex Options

Best Credit Card Casinos UK (2026) — Visa, Mastercard & Amex Options

Meta Title (55-60 chars): Best Credit Card Casinos UK (2026) – Visa & Mastercard Meta Description (150-160 chars): Compare UK-friendly credit card casinos (Visa/Mastercard/Amex): fees, limits, payout speed, KYC triggers, and safer gambling tips. 18+

Quick Take How Can UK Players use Credit Cards at online Casinos?
If the casino is UKGC-licensed and licensed by the UKGC, it cannot offer credit card payments for gambling (the ban is for all licensed operators and is reflected in UKGC guidance).
Therefore, when people are searching for « credit casino with credit cards UK » in general, they’re searching for casinos that are licensed by the UKGC and non-Gamstop, in which deposits with credit cards might work — however, rules, availability, and bank/issuer blocks can vary.

The most important factual information: although card deposits are permissible, verification (KYC) could still be activated later (bigger withdrawals or security checks, AML audits, or bonus). In addition, safe gambling is more crucial whenever you use borrowed funds.

The top credit card casinos for UK Players (Top List 2026)
Below are eight brands that are UK-friendly from the brief, presented as « best for » options (scannable + money-intent). Always confirm the availability of your card along with fees/FX inside the cashier, prior to depositing.

  • Harry — The best credit card overall Casino (UK-friendly)

    • Best for: cash deposits with a balanced casino experience

    • Notes: expect KYC triggers on larger cashouts. Bonus terms can also cause friction

    • CTA: Play at Harry

  • Fortunica () the most secure credit card casino designed for Amex-style customers

    • Ideal for players who like premium cards or a smoother checkout UX

    • Notes: be aware of FX costs when the cashier’s currency is EUR The acceptance of Amex can change

    • CTA: Play at Fortunica

  • SpinShark –It is Ideal for games with variety and smooth UX on cards

    • Best for large libraries and simple browsing (slots plus live)

    • Notes: Ensure that deposits and withdrawals are consistent in order to cut down on the number of checks

    • CTA: Play at SpinShark

  • Gambiva — Best for big welcome bonus packages

    • The best option for bonus-seekers who understand the rules for wagering

    • Note: Promos frequently trigger audits. Please read max cashout / max bet rules

    • CTA: Play at Gambiva

  • BetnJet BetnJet Best new/trending credit card casino site

    • The best option for those who are looking for a « fresh » platform and simple cashier flow

    • Be sure to confirm limits and the types of cards that are supported on signing up

    • CTA: Play at BetnJet

  • Britsino • Perfect for UK players that want to make straightforward card deposits

    • Best for: straightforward deposit steps + familiar layout

    • Important: Card deposits may be processed by payment processors. Depending on the processing, fees can be charged.

    • CTA: Play at Britsino

  • Bet Ninja — Best for flexible banking options

    • Best for: players who want cards + multiple alternatives (e-wallet/crypto/etc.)

    • Notes: mixing methods can make it more likely for KYC to be a possibility. KYC likelihood

    • CTA: Play at Bet Ninja

  • Q Bet — Perfect for deposits that are low-friction

    • Best for: fast signup + quick card deposit attempt

    • Don’t make the mistake of thinking « instant withdrawals » As processing time is different for each transaction.

    • CTA: Play at Q Bet


« Top 5 » (2026) You can select based upon your target

  • Are you looking for the perfect « all-round » experience? Harry

  • The preference for premium flows on cards and potential Amex to be a good fit Fortunica

  • You want the most comprehensive game menu Have you seen the largest game menu? SpinShark

  • The pursuit of big-ticket promotions (and you’ve read the terms) (and you read terms) Gambiva

  • Looking for a newer, more contemporary brand? BetnJet

  • Looking for a straightforward UK-first UX? Britsino

  • Want cards + backup methods – Bet Ninja

  • Want quick onboarding – Q Bet

Comparative Table (Must-have)

Important reminder UKGC casinos cannot accept credit cards; the table lists UK-friendly offshore options in which card deposits could be made.

Casino
Licence (check the site)
Accepted credit cards
Deposit friction
Fees/FX watch-outs
Withdrawals (typical)
The best for
Our perspective
Harry Offshore Visa/Mastercard (varies) Low-Medium Potential FX plus processing fees Varies (method + checks) The overall value credit card casino online Strong « starter » pick
Fortunica Offshore Visa/Mastercard/Amex (varies) Medium FX fees more likely; check currency Varies Amex-style users A great option if the card choices are right
SpinShark Offshore Visa/Mastercard (varies) Low Keep it in one currency when you can. Varies Game variety Smooth UX focus
Gambiva Offshore Visa/Mastercard (varies) Medium Bonus terms can « add cost » Varies; audits possible bonuses Read promo terms first
BetnJet Offshore Visa/Mastercard (varies) Low Check limits plus processing fees Varies new/trending Solid « test deposit » pick
Britsino Offshore Visa/Mastercard (varies) Low Watch for EUR invoices/FX Variable simple deposits UK-friendly feel
Bet Ninja Offshore Visa/Mastercard (varies) Low-Medium Method mixing can result in problems. Varies flexible banking The best For « backup rails »
Q Bet Offshore Visa/Mastercard (varies) Low Don’t assume instant payouts Variable low-friction Great for quick starts.


Best For Categories (mini blocks)

  • Best for Visa deposits: Harry / Britsino (simple flow)

  • Best in Mastercard Deposits« SpinShark « / »Q Bet (low-friction onboarding)

  • Great for Amex-style clients: Fortunica (but always verify with cashier)

  • Best for bonuses: Gambiva (only if you’re used to rules)

  • Best for alternatives if cards fail: Bet Ninja (more banking options)

Best Casinos That Accept Kreditkarten (2026) Brand reviews (Each mini-review uses 1-2 keywords and avoids « guaranteed » assertions. )

Harry – The Best Kreditkarte Card Casino All Around (UK 2026)
Harry is described as a balanced « credit cards casino » choice for UK players looking for a simple deposit flow without complicating the first time. The best way to use your credit card is to keep everything consistent to the same set of details the same device, an ideal deposit/withdrawal process that is the same.

  • Its reasons for being ranked: clean cashier experience with a vast appeal

  • Where friction takes place: bigger withdrawals or massive bonus play could cause checks

  • PRO TIP: Take a short test withdrawal earlier so you can feel how the real process is like.

Fortunica – Best Credit Card Casino for Amex
Fortunica fits players who prefer high-end customer service and may be looking for Amex compatibility. Amex acceptance can change dependent on the processor and region, so use it as « check in cashier » rather than a promise.

  • Why it ranks: perfect for premium card users

  • Fees/FX: if deposits run in EUR and you pay foreign transaction charges or lower exchange rates.

  • KYC generates more frequent withdrawals or security flags can be typical triggers.

SpinShark is the best choice for Game Variety & Smooth Card UX
SpinShark is the pick when your priority is a vast library (slots plus live) and easy navigation. It’s best for players that want to make deposits with cards and get right into gaming.

  • Its reasons for being ranked: variety + usability

  • What happens when people get stuck: method switching (deposit via card, then withdraw to some other method) can cause problems.

  • Attention: In the event that you accept promotions, make sure you read the max bet and games that are not included.

Gambiva Best for Big Welcome Bonus Packages
Gambiva can be the « bonus-first » option. This is great if love promos — but also the primary reason that withdrawals can become complicated.

  • Its reasons for being ranked: strong promo positioning

  • Watch out for: rules for gambling, maximum cashout, max bet during wagering, and the games that are excluded

  • Reality Check: bonus withdrawals are usually scrutinized more thoroughly as opposed to cash-play.

BetnJet BetnJet Best New Credit Card Casino Site
BetnJet will suit those who are looking for a fresher/up-to-date brand look and feel as well as a basic cashier route. This could be a great candidate for a smaller « test credit » to check card acceptance the currency, as well as fees before committing.

  • Why it ranks: fresh UX, straightforward flow

  • What to check: minimums/maximums, billing descriptor and if GBP is accepted

  • KYC it is possible to withdraw, particularly when they are above thresholds.

Britsino is a great choice for UK players who want simple Deposits
Britsino is designed around the UK-friendly simplicity of very little hassle, a speedy check out, and a familiar structure.

  • Why it ranks: simple deposit experience

  • Fees/FX Keep an eye on EUR Cashier setups and processor costs.

  • Best method: keep transactions in one currency if you can to lower hidden costs.

Bet Ninja – Best option for flexible banking options
The Bet Ninja program is ideal if would like to deposit your card on a regular basis but need a backup plan in case your bank doesn’t allow gambling transactions.

  • Its reason for being: multiple banking methods at one time

  • Normal friction mixing rails for withdrawals/deposits could increase the probability of verification

  • Strategies: Select one method and adhere to it until specific terms allow for switching.

Q Bet The Best for low-friction deposits
QBe is the « quick start » alternative that offers fast beginning and easy initial depositing.

  • Why it ranks: low-friction deposit flow

  • Beware of expectations that are too high: withdrawal speed varies (processing + method time)

  • Tip: cash play is usually simpler than bonus play If your goal is to have smooth withdrawals.

In What Ways Credit Card Deposits Work at Casinos (UK view)
When a card deposit succeeds, it is usually processed by a payment gateway/processor. Two issues that are practical can determine which one is the best:

  1. UK card gambling restrictions
    Numerous UK banks and card issuers stop gambling transactions, or classify these transactions as high-risk categories.

  2. Fees and « cash advance » Risk
    Certain card issuers classify gambling deposits to be similar to cash transactions, which may trigger cash advance charges and instant interest. It’s not the norm, but it’s common enough that you should verify the terms of your card first.

UKGC credit Card Ban (why it matters)
UKGC directives are clear: licensed GB operators should not permit credit card use for gambling. The UKGC further discussed that the possibility of allowing credit card use to fund electronic wallets could result in a breach of the ban. As such, safeguards around wallets are part of the broader intent.
That’s why « credit card casinos UK » is usually an off-shore or non-Gamstop matter.

Fees Limits, FX and Fees the things to look for before making a make a deposit
Use this list in the cashier’s window:

  • Deposit currency (GBP against EUR): FX fees can quietly add 2-4%+ depending on your card.

  • Processing cost: Certain casinos charge processing fees to card transactions.

  • Minimum/maximum deposit: This varies based on the brand and by card type.

  • Decline causes: issuer blocks, 3D Secure issues, or regional limitations.

  • The policy on chargebacks charges for gaming are complex. Avoid « testing » using money you can’t afford.

KYC and Verification Are you able to withdraw funds without documents?
Even when you make a deposit with a credit payment with ease, verification might still be required later. Some of the most frequent triggers are:


  • Large withdrawals / big win spikes

  • Bonus audits (wagering compliance, maximum bet regulations, excluded games)

  • Security flags (VPN/device changes and unusual login patterns)

  • SML checks (source-of-funds questions may appear on more activity)

The best way to approach this is to take into consideration that you could require KYC one day, and prepare your budget accordingly.

Responsible Gambling (UK)
Credit cards may increase risks because it’s possible to bet with money you don’t have. If you want tools to stay in control, GambleAware’s support and blocking/self-exclusion resources are a strong starting point.
In case gambling is causing harm, NHS guidance provides a variety of routes for treatment and assistance.

FAQ – Credit Card Casinos UK

Can I use credit cards at UK casinos online?
At casinos that have been licensed by UKGC casinos Credit cards aren’t allowed.

The reason why people seek « credit online casinos UK »?
They usually mean casinos that are UK-friendly and offshore, where depositing cards is possible or, in some cases, they are referring to casinos with debit cards.

What if I was charged an additional fee for a casino withdrawal through a credit card?
Possibly. Certain issuers recognize it as a cash-like transaction (cash advance fees or interest) in addition to FX charges. may be charged if cashier currency isn’t GBP.

Do bank deposits make withdrawals go faster?
Not necessarily. The speed of withdrawal depends on the way of processing internal to the system, and whether the checks are triggered.

What’s a safest method to « test » the gambling site with credit cards?
Use just a tiny amount you could pay for, confirm your currency/costs at the cashier as well as try a small cash withdrawal at a later time.

Do I find help if gambling feels in control?
GambleAware and NHS Resources are both reliable UK source points.

© 2022 - Tanya.fr est un projet du Bureau Lubavitch Européen |
8 rue Meslay 75003 Paris - France | Design by : Nissim E. |
Tous droits réservés

Soutenez-nous