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

ca.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb3d01d226f82b215d2b80b2ce8f812b4eea7a71 (plain)
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
35
36
37
38
39
40
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "S'està desant ...",
    "All" : "Tots",
    "Latest revision" : "Última revisió",
    "Download this revision" : "Baixa aquesta revisió",
    "Restore this revision" : "Restaura aquesta revisió",
    "Just now" : "Ara mateix",
    "Save As" : "Desa com a",
    "Save" : "Desar",
    "Loading documents…" : "S'estan carregant els documents...",
    "Edit" : "Editar",
    "New Document" : "Nou document",
    "New Spreadsheet" : "Nou full de càlcul",
    "New Presentation" : "Nova presentació",
    "Could not create file" : "No s'ha pogut crear el fitxer",
    "Can't create document" : "El document no es pot crear",
    "New Document.odt" : "Nou Document.odt",
    "New Spreadsheet.ods" : "Nou full de càlcul.ods",
    "New Presentation.odp" : "Nova Presentació.odp",
    "New Document.docx" : "Nou Document.docx",
    "New Spreadsheet.xlsx" : "Nou full de càlcul.xlsx",
    "New Presentation.pptx" : "Nova Presentació.pptx",
    "Saved" : "Desat",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "S'ha desat amb error: hauria d'utilitzar el mateix protocol que la instal·lació del servidor.",
    "Collabora Online" : "Col·labora Online",
    "Collabora Online server" : "servidor en línia",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Servidor URL (i port) que proporciona la funcionalitat d'edició com a client WOPI.",
    "Apply" : "Aplica",
    "Use OOXML by default for new files" : "Utilitzeu XML per defecte per a fitxers nous",
    "Enable access for external apps" : "Activa l'accés a les aplicacions externes",
    "Add" : "Add",
    "Wrong password. Please retry." : "Contrasenya incorrecta. Intenteu-ho de nou.",
    "Password" : "Contrasenya",
    "OK" : "D'acord",
    "Guest %s" : "Convidat %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Aquest enllaç ha vençut o no ha existit mai. Contacteu amb la persona que l'ha compartit amb vós per més detalls."
},
"nplurals=2; plural=(n != 1);");