silverstripe-framework/javascript/lang/it.js

47 lines
3.1 KiB
JavaScript

// This file was generated by GenerateJavaScriptI18nTask from javascript/lang/src/it.js.
// See https://github.com/silverstripe/silverstripe-buildtools for details
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
ss.i18n.addDictionary('it', {
"HASMANYFILEFIELD.UPLOADING": "Invio file... %s",
"UploadField.NOFILEUPLOADED": "No File was uploaded",
"UploadField.Uploaded": "Uploaded",
"UploadField.TOOSMALL": "Filesize is too small",
"HtmlEditorField.SelectAnchor": "Select an anchor",
"UploadField.MAXNUMBEROFFILESSIMPLE": "Max number of files exceeded",
"UploadField.ConfirmDelete": "Are you sure you want to remove this file from the server filesystem?",
"UploadField.NOTMPFOLDER": "Missing a temporary folder",
"RESTRICTEDTEXTFIELD.CHARCANTBEUSED": "Il carattere '%s' non può essere utilizzato in questo campo",
"UploadField.UPLOADEDBYTES": "Uploaded bytes exceed file size",
"VALIDATOR.FIELDREQUIRED": "Completare il campo \"%s\", che è obbligatorio.",
"UploadField.HTML_MAXFILESIZE": "File exceeds MAX_FILE_SIZE (HTML form directive)",
"UploadField.PHP_MAXFILESIZE": "File exceeds upload_max_filesize (php.ini directive)",
"UploadField.TOOLARGE": "Filesize is too large",
"UNIQUEFIELD.CANNOTLEAVEEMPTY": "Questo campo non può essere lasciato vuoto",
"UNIQUEFIELD.ENTERNEWVALUE": "È necessario scegliere un'altro valore per questo campo",
"UploadField.WRITEFAILED": "Failed to write file to disk",
"UploadField.ONLYPARTIALUPLOADED": "File was only partially uploaded",
"UploadField.STOPEDBYEXTENSION": "File upload stopped by extension",
"TreeDropdownField.FieldTitle": "Choose",
"FILEIFRAMEFIELD.DELETEIMAGE": "Delete Image",
"LeftAndMain.IncompatBrowserWarning": "Your browser is not compatible with the CMS interface. Please use Internet Explorer 7+, Google Chrome 10+ or Mozilla Firefox 3.5+.",
"UploadField.Editing": "Editing ...",
"TreeDropdownField.OpenLink": "Open",
"TreeDropdownField.SearchFieldTitle": "Choose or Search",
"UploadField.INVALIDEXTENSION": "Extension is not allowed",
"LOADING": "caricamento...",
"FILEIFRAMEFIELD.UNATTACHFILE": "Un-Attach File",
"FILEIFRAMEFIELD.CONFIRMDELETE": "Are you sure you want to delete this file?",
"UNIQUEFIELD.SUGGESTED": "Cambiare il valore di '%s': %s",
"TABLEFIELD.DELETECONFIRMMESSAGE": "Si è sicuri di voler eliminare questo elemento?",
"UPDATEURL.CONFIRM": "Volete cambiare l'URL in:\n\n%s/\n\nClicca OK per cambiare l'URL, clicca Annuler per lasciarla a:\n\n%s",
"UploadField.EMPTYRESULT": "Empty file upload result",
"TreeDropdownField.ENTERTOSEARCH": "Press enter to search",
"FILEIFRAMEFIELD.DELETEFILE": "Delete File",
"UploadField.LOADING": "Loading ...",
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later.",
"UPDATEURL.CONFIRMURLCHANGED": "The URL has been changed to\n'%s'",
"UploadField.OVERWRITEWARNING": "File with the same name already exists"
});
}