<?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 <http://pyd.io/>.
 */
$mess=array(
    "1" => "Documentos Libre Office",
    "2" => "Ventana de navegador externa para Libre Office",
    "10" => "Crea un documento vacío",
    "11" => "Formato de Documento",
    "12" => "También puedes <a>crear un documento vacío</a>",
    "13" => "Documento sin título",
    "14" => "Se ha creado el documento, ahora puedes editarlo",
    "15" => "Formato de documento desconocido",
    "ext.doc" => "Microsoft Word 97/2000/XP/2003",
    "ext.docx" => "Microsoft Word 2007/2010/2013 XML",
    "ext.odt" => "Documento de texto ODF",
    "ext.rtf" => "Texto Enriquecido",
    "ext.odg" => "Dibujo ODF",
    "ext.ppt" => "Microsoft PowerPoint 97/2000/XP/2003",
    "ext.pptx"=> "Microsoft PowerPoint 2007/2010/2013 XML",
    "ext.odp" => "Presentación ODF",
    "ext.xls" => "Microsoft Excel 97/2000/XP/2003",
    "ext.ods" => "Hoja de Cálculo ODF",
    "ext.xlsx"=> "Microsoft Excel 2007/2010/2013 XML",
);
