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

fr.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 061aaa7bcfccd9eb2c6c4bf8176f263241bde243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "la recherche a retourné {total} résultats en {time} ms",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "La recherche dans {title} pour les mots clés {search} a retourné {total} résultats en {time} ms",
    "Search" : "Recherche",
    "Index not found" : "Index non trouvé",
    "Process timed out" : "Processus expiré",
    "Full Text Search" : "Recherche plein texte",
    "Full text search" : "Recherche de texte intégrale",
    "Core of the full-text search framework for Nextcloud" : "Noyau du framework de la recherche de texte intégrale pour Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Noyau de l'application du framework de la recherche de texte intégrale pour votre Nextcloud",
    "Search on %s" : "Recherche sur %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Merci de consulter le wiki pour la documentation sur l'installation et la configuration de la recherche en texte intégral dans votre instance Nextcloud",
    "General" : "Général",
    "Search Platform" : "Plateforme de recherche",
    "Select the app to index content and answer search queries." : "Sélectionner l'application pour indexer le contenu et répondre à des recherches.",
    "Navigation Icon" : "Icône de navigation",
    "Enable global search within all your content." : "Activer la recherche dans tous votre contenu."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");