/* Message catalog
 *
 * Copyright (C) 2005  Sylvain Beucler
 *
 * This work is distributed under the W3C(R) Software License [1] 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.
 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
 */

// TODO: create a script to generate this kinds of script from the .po
// file

// TODO: use accessors instead of directly referencing intlTexts

intlTexts['carte_zone_monde_rdf'] = new Array();
intlTexts['carte_zone_monde_rdf']['fr'] = new Array();
// test the accents
intlTexts['carte_zone_monde_rdf']['fr']['Hello'] = 'Hé, bonjour';
intlTexts['carte_zone_monde_rdf']['fr']['Loading airports...'] = 'Chargement des aéroports...';
intlTexts['carte_zone_monde_rdf']['fr']['Retreiving airports information...'] = 'Récupération des informations sur les aéroports...';
intlTexts['carte_zone_monde_rdf']['fr']['Airports successfuly loaded.'] = 'Aéroports chargés avec succès.';
intlTexts['carte_zone_monde_rdf']['it'] = new Array();
intlTexts['carte_zone_monde_rdf']['it']['Hello'] = 'Buongiorno';

