<?php
/*
 * Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
 * This file is part of Pydio.
 *
 * Pydio is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Pydio is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with Pydio.  If not, see <http://www.gnu.org/licenses/>.
 *
 * The latest code can be found at <https://pydio.com>.
 */

$mess = array(
    "1" => "Indexer",
    "2" => "Indexer le contenu du répertoire",
    "3" => "Indexation en cours en arrière-plan",
    "4" => "L'index est verrouillé, une indexation est peut-être en cours. Si ce n'est pas le cas, effacez manuellement le fichier \".ajxp_lock\" situé dans \"cache/indexes\"",
    "5" => "Indexation terminée",
    "6" => "Attention, le dépôt est en cours d'indexation, veuillez réessayer ultérieurement. Pour forcer une ré-indexation, effacez manuellement le fichier \".ajxp_lock\" situé dans \"data/cache/indexes\".",
    "7" => "Lancement de la première indexation, veuillez attendre puis relancer votre recherche.",
    "8" => "Indexation (%s) en arrière-plan.",
    "9" => "Impossible de trouver un index pour ce dépôt, vous devrez déclencher l'indexation d'abord !",
    "10" => "Indexation des sous-répertoires en arrière-plan",
    "11" => "Le workspace est en cours d'indexation, veuillez attendre 3 minutes avant de réessayer.",
    "12" => "Le workspace n'est pas indexé pour le moment, veuillez lancer l'indexation manuellement!",
    "13" => "Contenu",
);
