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

ca.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37f6822793b3a14b94ab2937af481ad30dbf092c (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
OC.L10N.register(
    "nextant",
    {
    "Go to folder" : "Anar a la carpeta",
    "never" : "mai",
    "Nextant is not configured yet" : "Nextant no s'ha configurat encara",
    "Text successfully extracted" : "Text extret correctament",
    "Document successfully updated" : "El Document s'ha pujat correctament",
    "Cannot find any document" : "No es pot trobar cap document",
    "Test document deleted" : "Test de document eliminat",
    "Your configuration has been saved" : "La vostra configuració s'ha guardat",
    "Configuration failed to be saved. Please reload this page." : "Error al guardar la configuració. Si us plau, recarregueu la pàgina.",
    "Nextant (Full-Text Search)" : "Nextant (Full-Text Search)",
    "Saving" : "Guardant",
    "Settings" : "Paràmetres",
    "Nextant Version :" : "Versió Nextant:",
    "Core :" : "Nucli:",
    "Test and Save" : "Proba i desa:",
    "Indexing Files" : "Indexant arxius",
    "Maximum File Size (Mb) :" : "Mida màxima de l'arxiu: (Mb) :",
    "Edit your filters" : "Editeu els vostres filtres",
    "Last index :" : "Últim index:",
    "Checking" : "Comprobant",
    "Nextant Status" : "Estat Nextant",
    "Disabled" : "Deshabilitat",
    "Using Database" : "Utilitzant base de dades",
    "hours" : "hores",
    "days" : "dies",
    "Number of documents :" : "Nombre de documents : ",
    "Number of segments :" : "Nombre de segments : ",
    "Force index" : "Força index",
    "Indexing in progress" : "Indexació en procés",
    "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
    "Office Documents" : "Documents Office",
    "Image (Jpeg, Tiff)" : "Imatge (Jpeg, Tiff)",
    "Audio File (mp3, flac)" : "Arxiu d'audio (mp3, flac)"
},
"nplurals=2; plural=(n != 1);");