001 //$HeadURL: svn+ssh://rbezema@svn.wald.intevation.org/deegree/base/tags/2.1/src/org/deegree/model/csct/units/resources/Prefix_fr.java $ 002 /* 003 * Map and oceanographical data visualisation 004 * Copyright (C) 1999 P�ches et Oc�ans Canada 005 * 2000 Institut de Recherche pour le D�veloppement 006 * 007 * 008 * This library is free software; you can redistribute it and/or 009 * modify it under the terms of the GNU Library General Public 010 * License as published by the Free Software Foundation; either 011 * version 2 of the License, or (at your option) any later version. 012 * 013 * This library is distributed in the hope that it will be useful, 014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 016 * Library General Public License for more details (http://www.gnu.org/). 017 * 018 * 019 * Contacts: 020 * FRANCE: Surveillance de l'Environnement Assist�e par Satellite 021 * Institut de Recherche pour le D�veloppement / US-Espace 022 * mailto:seasnet@teledetection.fr 023 * 024 * CANADA: Observatoire du Saint-Laurent 025 * Institut Maurice-Lamontagne 026 * mailto:osl@osl.gc.ca 027 */ 028 package org.deegree.model.csct.units.resources; 029 030 031 /** 032 * Noms de pr�fix en langue fran�aise. Les pr�fix qui n'apparaissent 033 * pas dans cette ressources garderont leur nom neutre. 034 * 035 * @version 1.0 036 * @author Martin Desruisseaux 037 */ 038 public class Prefix_fr extends Prefix 039 { 040 /** 041 * Liste des pr�fix en fran�ais. 042 */ 043 static final String[] contents= 044 { 045 "deci", "d�ci" 046 }; 047 048 /** 049 * Initialise les ressources fran�aises. 050 */ 051 public Prefix_fr() 052 {super(contents);} 053 }