<?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" => "Libre Office Documents",
    "2" => "Libre Office External browser window",
    "10" => "Create an empty document",
    "11" => "Document Format",
    "12" => "You can also <a>create an empty document</a>",
    "13" => "Untitled Document",
    "14" => "The document was created, you can now edit it",
    "15" => "Unknown document format",
    "ext.doc" => "Microsoft Word 97/2000/XP/2003",
    "ext.docx" => "Microsoft Word 2007/2010/2013 XML",
    "ext.odt" => "ODF Text Document",
    "ext.rtf" => "Rich Text",
    "ext.odg" => "ODF Drawing",
    "ext.ppt" => "Microsoft PowerPoint 97/2000/XP/2003",
    "ext.pptx"=> "Microsoft PowerPoint 2007/2010/2013 XML",
    "ext.odp" => "ODF Presentation",
    "ext.xls" => "Microsoft Excel 97/2000/XP/2003",
    "ext.ods" => "ODF Spreadsheet",
    "ext.xlsx"=> "Microsoft Excel 2007/2010/2013 XML",
);
