<?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" => "Document Libre Office",
    "2" => "Document Libre Office",
    "10" => "Créer un document",
    "11" => "Format du document",
    "12" => "Vous pouvez aussi <a>créer un document vide</a>",
    "13" => "Document sans titre",
    "14" => "Le document a été créé, vous pouvez maintenant l'éditer",
    "15" => "Format de document inconnu",
    "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",
);
