<?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>.
 */
// catalan translation: Salva Gómez <salva.gomez at gmail.com>, 2015
$mess = array(
    "1" => "Indexar contingut",
    "2" => "Indexar el contingut de la carpeta",
    "3" => "Executant indexació en segon pla",
    "4" => "L'índex sembla estar bloquejat, pot ser que un procés d'indexació s'estigui realitzant en aquest moment. En cas contrari esborri el fitxer .ajxp_lock localitzat a la carpeta cache/indexes.",
    "5" => "Indexació finalitzada",
    "6" => "Atenció, la carpeta actual s'està indexant. Intenteu-ho més tard.",
    "7" => "Primera indexació d'aquesta carpeta, si us plau esperi i torni a intentar més tard la seva recerca",
    "8" => "Indexant %s en segon pla",
    "9" => "No es put trobat l'índex de la carpeta actual! En primer lloc hauría d'executar la indexació de les dades!",
    "10" => "Indexant subcarpetes en segon pla",
	"11" => "El repositori sembla que està realitzant la indexació, per favor esperi 3 minuts i reintenti la seva cerca.",
    "12" => "El repositori no està indexat, per favor llanci la indexació manualment!",
    "13" => "Content",
);
