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

es_MX.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3f6cf5f3db6a64377ca90c7cb1f5d9b2f600c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "fulltextsearch",
    {
    "Search" : "Buscar",
    "Index not found" : "No se encontró el índice",
    "Full text search" : "Búsqueda de texto completo",
    "Core of the full-text search framework for Nextcloud" : "Núcleo del marco de trabajo de la búsqueda por texto completo para Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Aplicación núcleo del marco de trabajo de la búsqueda por texto completo para Nextcloud",
    "Search on %s" : "Busar en %s",
    "General" : "General"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");