forked from nextcloud/richdocuments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ia.js
34 lines (34 loc) · 1.67 KB
/
ia.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
"richdocuments",
{
"New Document.odt" : "Nove-Documento.odt",
"New Spreadsheet.ods" : "Nove-Folio-de-Labor.ods",
"New Presentation.odp" : "Nove-Presentation.odp",
"New Document.docx" : "Nove-Documento.docx",
"New Spreadsheet.xlsx" : "Nove-Folio-de-Labor.xlsx",
"New Presentation.pptx" : "Nove-Presentation.pptx",
"Saved" : "Salveguardate",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Salveguardate con error: Collabora Online deberea usar le mesme protocollo que le servitor de installation.",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le file incargate excede le directiva MAX_FILE_SIZE que esseva specificate in le formulario HTML",
"No file was uploaded" : "Nulle file esseva incargate",
"Missing a temporary folder" : "Il manca un dossier temporari",
"File is too big" : "File es troppo grande",
"Advanced settings" : "Configurationes avantiate",
"Description" : "Description",
"Cancel" : "Cancellar",
"Close" : "Clauder",
"Error" : "Error",
"Nickname" : "Pseudonymo",
"Save" : "Salveguardar",
"Saving…" : "Salveguardante...",
"Remove from favorites" : "Remove from favorites",
"Add to favorites" : "Add to favorites",
"Details" : "Detalios",
"Download" : "Discargar",
"Guest" : "Invitato",
"Failed to revert the document to older version" : "Il falleva a restaurar le documento a un version plus ancian",
"Could not create file" : "Impossibile crear le file",
"Create" : "Crear",
"Collabora Online" : "Collabora Online"
},
"nplurals=2; plural=(n != 1);");