/******************************************************************************/
/* Nom          : en-EN.js                                                    */
/* Auteur       : Octavo (JL)                                                 */
/* Date         : Avr. 2009                                                   */
/* Projet       : Opération 200000pixels                                      */
/* Objet        : Localisation des chaînes utilisées dans l'application (en)  */
/* Mises à jour :                                                             */
/* RFC          :                                                             */
/******************************************************************************/

var localization = {
  loading           : "Loading zoom... Please wait...",
  select_pixel      : "You selected the pixel ",
  ajouter           : "Do you want to add it in your basket ?",
  oui               : "Yes",
  non               : "No",
  caption_title     : "Add a pixel...",
  ok                : "Add",
  cancel            : "Cancel",
  up_to             : "Up to ",
  pixel_cmd         : " reserved pixels, you have to pay by  !",
  unavailable       : "Unavailable pixel",
  already_in_basket : "Already in your basket",
  selBox_title      : "Your pixels...",
  selBox_empty      : "Empty",
  pick_a_mode       : "You have to select the way you wish your pixels to be affected",
  no_empty_field    : "In order to make a donation, you have to specify a number of pixels",
  only_numeric      : "Sorry, but only numeric entries are allowed in this field",
  qte_limite        : "Sorry, the maximum amount of pixels is ",
  only_positive     : "The minimum amount of pixel is one."
}    

