<?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" => "Indicizza Contenuto",
    "2" => "Indicizza il contenuto della cartella",
    "3" => "Esegui l'indicizzazione in background",
    "4" => "L'indice sembra essere bloccato! Un altro processo di indicizzazione è probabilmente in esecuzione. Se non è così, rimuovi il file '.ajxp_lock' posto in 'cache/indexes'.",
    "5" => "Indicizzazione ultimata",
    "6" => "Il workspace è già in indicizzazione. Riprovare più tardi. Per forzare la re-indicizzazione, rimuovere manualmente il file '.ajxp_lock' posto in in 'data/cache/indexes'.",
    "7" => "Prima è necessario indicizzare questo workspace! Ripeti la ricerca tra un po'",
    "8" => "Indicizzazione %s in background",
    "9" => "Impossibile trovare l'indice per il workspace corrente! È necessario attivare l'indicizzazione dei dati prima!",
    "10" => "Indicizzazione sottocartelle in background",
    "11" => "Workspace seems to be currently indexing, please wait 3 minutes and retry your search.",
    "12" => "Workspace is not indexed, try launching indexation manually!",
    "13" => "Content",
);
