/* * SEAGIS - An OpenSource implementation of OpenGIS specification * (C) 2002, Institut de Recherche pour le D�veloppement * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * * Contacts: * FRANCE: Surveillance de l'Environnement Assist�e par Satellite * Institut de Recherche pour le D�veloppement / US-Espace * mailto:seasnet@teledetection.fr * * CANADA: Observatoire du Saint-Laurent * Institut Maurice-Lamontagne * mailto:osl@osl.gc.ca */ package org.deegree.model.csct.units.resources; /** * French language resource. * * @version 1.0 * @author Martin Desruisseaux */ public class Resources_fr extends Resources { /** * The resource file, using UTF-8 encoding. */ static final String FILEPATH = "javax/units/resources/resources_fr.utf"; /** * Construct resources for French. */ public Resources_fr() {super(FILEPATH);} }