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: 42664a4c83d52e4baa424a2fe452794b65873b16 (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",
    "Error" : "Error",
    "An error occurred" : "S'ha produït un error",
    "Nickname" : "Sobrenom",
    "Details" : "Detalls",
    "Download" : "Baixa",
    "Save As" : "Desa com a",
    "Cancel" : "Cancel·la",
    "Save" : "Desa",
    "Loading documents…" : "S'estan carregant els documents...",
    "Edit" : "Edita",
    "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",
    "Create" : "Crea",
    "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",
    "Apply" : "Aplica",
    "Enable access for external apps" : "Activa l'accés a les aplicacions externes",
    "Add" : "Afegeix",
    "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);");