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

it.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4da659fe97abecfe575f05cc57e5ee770446c321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_texteditor",
    {
    "Can not read the file." : "Impossibile leggere il file.",
    "Invalid file path supplied." : "Fornito un percorso del file non valido.",
    "Cannot save file as it has been modified since opening" : "Impossibile salvare il file poiché è stato modificato dopo la sua apertura",
    "Insufficient permissions" : "Permessi insufficienti",
    "File path not supplied" : "Percorso del file non fornito",
    "File mtime not supplied" : "mtime del file non fornito",
    "Save" : "Salva",
    "Search" : "Cerca",
    "Next" : "Successivo",
    "Clear" : "Cancella",
    "Saving..." : "Salvataggio in corso...",
    "An error occurred!" : "Si è verificato un errore!",
    "There are unsaved changes in the text editor" : "Ci sono delle modifiche non salvate nell'editor di testo",
    "There were unsaved changes, click here to go back" : "C'erano delle modifiche non salvate, fai clic qui per tornare indietro"
},
"nplurals=2; plural=(n != 1);");