Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/it.js')
-rw-r--r--l10n/it.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/l10n/it.js b/l10n/it.js
index 28134f763..22ccf41ed 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -2,6 +2,15 @@ OC.L10N.register(
"text",
{
"New text document" : "Nuovo documento di testo",
+ "The file was uploaded" : "Il file è stato caricato",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
+ "The file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
+ "No file was uploaded" : "Nessun file caricato",
+ "Missing a temporary folder" : "Manca una cartella temporanea",
+ "Could not write file to disk" : "Impossibile scrivere il file su disco",
+ "A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
+ "No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
"Nextcloud Text" : "Testo di Nextcloud",
"text document" : "documento di testo",
"Readme" : "Leggimi",
@@ -23,6 +32,8 @@ OC.L10N.register(
"Save guest name" : "Salva nome ospite",
"Formatting help" : "Guida di formattazione",
"Speed up your writing with simple shortcuts." : "Velocizza la scrittura con semplici scorciatoie.",
+ "Just type the Markdown syntax or use keyboard shortcuts from below." : "Digita la sintassi di Markdown o usa le scorciatoie da tastiera da qua sotto.",
+ "Just type the Markdown syntax from below." : "Digita la sintassi di Markdown da qua sotto.",
"Style" : "Stile",
"Syntax" : "Sintassi",
"Keyboard shortcuts" : "Scorciatoie da tastiera",
@@ -49,7 +60,12 @@ OC.L10N.register(
"Code block" : "Blocco di codice",
"Some code" : "Codice",
"Insert emoji" : "Inserisci emoji",
+ "Upload from computer" : "Carica dal computer",
+ "Insert from Files" : "Inserisci dai file",
+ "Insert from link" : "Inserisci da collegamento",
+ "Image link to insert" : "Collegamento immagine da inserire",
"Insert image" : "Inserisci immagine",
+ "Image format not supported" : "Formato immagine non supportato",
"Insert an image" : "Inserisci un'immagine",
"Alt" : "Alt",
"Update Link" : "Aggiorna collegamento",