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

es_DO.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1626370607470176bc31cc6d7f4a1b1ec0c2a9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "fulltextsearch",
    {
    "Full text search" : "Búsqueda de texto completo",
    "Index not found" : "No se encontró el índice",
    "Tick not found" : "Marca no encontrada",
    "Full text search (BETA)" : "Búsqueda de texto completo (BETA)",
    "Search on %s" : "Busar en %s",
    "General" : "General"
},
"nplurals=2; plural=(n != 1);");