/*
 * earthwinds 0.3 - a small webapp for iphone 
 *
 * Copyright (c) 2008 Marcus Mattern, Matthias Tenhaeff (afterworkcoders.de)
 *
 */
(SLIDEMANAGER.registerTextBundle("en","earthwinds",{
  "view"				:"View",
  "view_america"		:"America",
  "view_africa"			:"Africa",
  "view_indianocean"	:"Indian Ocean",
  "view_australia"		:"Australia",
  "view_pacificocean"	:"Pacific Ocean",
  "view_around"			:"Around the World",
  "view_ike"			:"Hurricane 'Ike'",
  "view_jangmi"			:"Super Typhoon 'Jangmi'",
  "view_norbert"		:"Hurricane 'Norbert'",
  "view_gustavandike"	:"Hurricanes 'Gustav' und 'Ike'",
  "view_paloma"			:"Hurricane 'Paloma'",
  "view_gael"			:"Cyclone 'Gael'",
  "view_hamish"			:"Cyclone 'Hamish'",
  
  "count"				:"Imagecount",
  "count_1"				:"Single",
  "count_4"				:"4 images",
  "count_12"			:"12 images",
  "count_20"			:"20 images",
  "count_28"			:"28 images",
  
  "speed"				:"Speed",
  "speed_slow"			:"Slow", 
  "speed_normal"		:"Normal", 
  "speed_fast"			:"Fast", 
  
  "imgdesc"				:"Caption",
  "imgdesc_0"			:"Data",
  "imgdesc_1"			:"Counter",
  "imgdesc_2"			:"Data+Counter",
  "imgdesc_3"			:"None",
  
  "loop"				:"Loop",
  "group_view"			:"Global View",
  "group_special"		:"Special",
  "group_2008"			:"2008",
  "group_2009"			:"2009",
  
  
  "firstVisit":			"Please touch the screen to toggle the button bar."

}));