/*
 *  @(#)ChoiceResource_fr.java	 1.1 98/06/16
 *
 * (C) Copyright Taligent, Inc. 1996 - All Rights Reserved
 * (C) Copyright IBM Corp. 1996 - All Rights Reserved
 *
 * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
 *
 *   The original version of this source code and documentation is copyrighted
 * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
 * materials are provided under terms of a License Agreement between Taligent
 * and Sun. This technology is protected by multiple US and International
 * patents. This notice and attribution to Taligent may not be removed.
 *   Taligent is a registered trademark of Taligent, Inc.
 *
 */

import java.util.ListResourceBundle;

public class ChoiceResource_fr  extends ListResourceBundle {
	public Object[][] getContents() {
		return contents;
	}
	static final Object[][] contents = {
	// LOCALIZE THIS
		{"patternText", "Le %2, il %0 sur le disque '%1'."},
		{"choice1", "n'y a pas de fichiers"},
		{"choice2", "y a un fichier"},
		{"choice3", "y a %0|3 fichiers"}};
	// END OF MATERIAL TO LOCALIZE
	};


