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

ast.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55fd431f8fdb44b775bf727074d636afb5fe7621 (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
OC.L10N.register(
    "nextant",
    {
    "Go to folder" : "Dir a la carpeta",
    "never" : "enxamás",
    "Nextant is not configured yet" : "Entá nun se configuró Nextant",
    "Removing the test document" : "Desaniciando'l documentu de prueba",
    "Schema is fine" : "L'esquema ta bien",
    "Error during commit (Error #%1$s)" : "Fallu nel unviu (Fallu #%1$s)",
    "Cannot find any document" : "Nun pudo alcontrase documentu dalu",
    "Your configuration has been saved" : "Guardóse la to configuración",
    "Nextant" : "Nextant",
    "Settings" : "Axustes",
    "Checking" : "Comprobando",
    "Nextant Status" : "Estáu de Nextant",
    "Higher performance" : "Rindimientu más altu",
    "High performance" : "Rindimientu altu",
    "Medium performance" : "Rindimientu mediu",
    "Low performance" : "Rindimientu baxu",
    "Lower performance" : "Rindimientu más baxu",
    "Using Database" : "Usando base de datos",
    "hours" : "hores",
    "days" : "díes",
    "However, you can force it to be started as a background process." : "Por embargu, pues forcialu a que s'anicie como procesu de fondu.",
    "Indexing in progress" : "Indizáu en cursu",
    "Type of files to extract" : "Triba de ficheros pa estrayer",
    "Office Documents" : "Documentos ofimáticos",
    "Extensions you wish to ignore (.java .xml)" : "Estensiones que desees inorar (.java .xml)"
},
"nplurals=2; plural=(n != 1);");