// !!! PLEASE NOTE: put all keys in double-quotes, and use double-qoutes for the values too!
// !!! Bad: {my_key: 'my_value'}
// !!! Good: {"my_key": "my_value"}
// (Background: We need to parse and convert this file before sending it to getlocalization.com and the parsing breaks if we don't follow these guidelines.)

var loc = {
  "firstname": "Please enter your first name.",
  "lastname": "Please enter your last name.",
  "birthday": "Please enter your birthday.",
  "birthday_dateCustomValidate": "Please enter a valid birthday (format: dd/mm/yyyy).",
  "email": "Please enter your email.",
  "email_email": "Please enter a correct email.",
  "password": "Please enter a password.",
  "password_minlength": "Length must be at least 6 characters.",
  "password_equalTo": "Password confirm must be equal to password.",
  "compare_friends_title": "Compare with friends",
  "compare_friends_description": "The people in the chart are arranged as shown below",
  "compare_friends_dont_show": "don't show again",
  "buttons": {
    "close": "Close"
  },

  // Confirmations
  "confirm": {
    "unsaved_changes": "You have unsaved changes, do you want to save them?",
    "delete": "Do you really want to delete this item?",
    "delete_withings_detailed": "Are you sure you want to delete the connection with your withings account?",
    "delete_withings": "Delete withings connection",
    "disconnect_runtastic_connect_detailed": "Are you sure you want to remove the connection between the runtastic device and your account?",
    "disconnect_runtastic_connect": "Disconnect runtastic device",
    "remove_friend": "Do you really want to remove this friend?"
  },

  // Errors
  "error": {
    "login": "Invalid email or password.",
    "register": "Unable to create account",
    "no_activities": "You have no activities for this time period",
    "unhandled_search_result": "Unhandled search result - please contact runtastic support: support@runtastic.com",
    "nothing_to_show": "No results to show here",
    "missing_fields_title": "Missing information",
    "missing_fields": "Some information is missing! Please review the fields marked red and fill them out.",
    "missing_weight_item": "Please provide weight or body fat."
  },
  
  // Cheering Recorder
  "cheering_recorder":{
		"headlin" : "Cheering Recorder",
    "new_recording" : "discard",
    "recording" : "now recording...",
    "cheer" : "Send",
    "uploading" : "uploading...",
    "second_left" : "second",
    "seconds_left" : "seconds",
    "sent" : "sent",
    "file_to_big" : "File is too big. Select a smaller file (< 200kb)",
		"file_to_long" : "File is too long. Select a shorter file (< 5sec)",
		"loading_mp3" : "Loading MP3",
		"back" : "back",
		"remaining" : "remaining",
		"orText": "or",
		"willStart": "Recording will start in",
		"encoding": "Converting your recording to MP3...",
		"previewText": "Preview your recording",
		"uploaded": "Your personal cheering has been sent!",
		"teaser" : "Want to send a personal cheering?",
		"teaser_link": "Become a GOLD member!"
  },

	"data_import":{
		"finished_retrieving_data" : "Finished retrieving data.",
		"processing" : "Processing retrieved data...",
		"no_devices" : "No devices found.",
		"parsing" : "Parsing data...",
		"looking_for_devices" : "Looking for connected Garmin devices",
		"initialized" : "Plug-in initialized.  Find some devices to get started.",
		"not_unlocked" : "The plug-in was not unlocked successfully.",
		"found" : "found",
		"devices" : "devices",
		"of" : "of",
		"uploaded_activity" : "Uploaded activity",
		"found_and_uploaded" : "Found and uploaded",
		"new_activities" : "new activities",
		"plugin_not_installed": "Install the Garmin Communicator Plugin",
    "upload_completed" : "Upload completed",
    "successful": "uploads successful",
    "failed": "upload failed",
		"upload_failed": "One or more file uploads failed - please retry",
    "no_data_selected": "You have to select at least one of the uploaded activities in the table above to import them as run session",
		"import_active": "Import is currently in process, please wait until the import is finished.",
    "import": "Import",
		"status":{
      "new": "new",
      "importing": "importing",
      "processing": "processing",
      "error": "error",
			"sending": "sending"
		}
	},

  "validator": {
    "ok": "Valid",
    "presence": "is required",
    "presence_full": "Must be filled out.",
    
    "format_height_metric": "Height should be between 140 cm and 300 cm.",
    "format_height_imperial": "Height should be between 4' 2\" and 9' 2\".",
    "format_mass_metric": "Weight should be between 30 kg and 250 kg.",
    "format_mass_imperial": "Weight should be between 67 lbs and 551 lbs.",
    "format_fat_universal": "Body fat should be between 4% and 50%",
    "format_birthday": "Birthday must be in format YYYY-MM-DD",
    "format_hours": "Hour must be between 0 and 23",
    "format_minutes": "Minutes must be between 0 and 59",
    
    "unit_height_metric": "cm, e.g., 183",
    "unit_height_imperial": "ft & in, e.g., 5' 8\"",
    "unit_weight_metric": "kg, e.g., 75",
    "unit_weight_imperial": "lbs, e.g., 165",

    // Review these in case we don't need them:
    "format": "Invalid format",
    "includes": "Should include %{includes}",
    "excludes": "Cannot contain %{excludes}",
    "minimal_length": "Must be longer than %{minimal_length} characters",
    "maximal_length": "Must be shorter than %{maximal_length} characters",
    "number": "Must be a number",
    "range": "Must be more than %{minimal_value} and less than %{maximal_value}"
  },

  // Avatar settings
  "avatar_settings": {
    "uploader": {
      // FIXME Here specify the i18n translations using HAML interpolations
      "typeError": "{file} has invalid extension. Only {extensions} are allowed.",
      "sizeError": "{file} is too large, maximum file size is {sizeLimit}.",
      "minSizeError": "{file} is too small, minimum file size is {minSizeLimit}.",
      "emptyError": "{file} is empty, please select files again without it.",
      "onLeave": "The files are being uploaded, if you exit now the upload will be cancelled."
    },
		"uploader_button": {
			"button_text": "Upload a file",
			"area_text": "Drop files here to upload"
		}
  },

  // Relations
  "relations": {
    "error": "Error occurred",
    "added": "Successful",
    "removed": "Friend removed",
    "accepted": "Friend accepted",
    "denied": "Request denied"
  },

  // Localisation for the calendar:
  "calendar": {
    "days": {
      "0": "Monday",
      "1": "Tuesday",
      "2": "Wednesday",
      "3": "Thursday",
      "4": "Friday",
      "5": "Saturday",
      "6": "Sunday"
    },
    "days_short":{
      "0":"Mon",
      "1":"Tue",
      "2":"Wed",
      "3":"Thu",
      "4":"Fri",
      "5":"Sat",
      "6":"Sun"},
    "months": {
      "0": "January",
      "1": "February",
      "2": "March",
      "3": "April",
      "4": "May",
      "5": "June",
      "6": "July",
      "7": "August",
      "8": "September",
      "9": "October",
      "10": "November",
      "11": "December",
      "12": "Jan",
      "13": "Feb",
      "14": "Mar",
      "15": "Apr",
      "16": "May",
      "17": "Jun",
      "18": "Jul",
      "19": "Aug",
      "20": "Sep",
      "21": "Oct",
      "22": "Nov",
      "23": "Dec"
    },

    // Localisation for the popup:
    "popup": {
      "sunny": "Sunny",
      "cloudy": "Cloudy",
      "rainy": "Rainy",
      "snowy": "Snowy",
			"night": "Night",
      "road": "Road",
      "trail": "Trail",
      "offroad": "Wilderness",
      "mixed": "Mixed surface",
			"beach": "Beach",
      "awesome": "Awesome",
      "so-so": "So-So",
      "sluggish": "Sluggish",
      "injured": "Injured",
			"good": "Good",
      "id": "Identifier",
      "type": "Type",
      "count": "Activities",
      "duration": "Duration",
      "duration_per_km": "Average Pace",
      "distance": "Distance",
      "average_speed": "Average Speed",
      "pace": "Pace",
      "speed": "Speed Avg.",
      "kcal": "Cal",
      "calories": "Calories",
      "pulse_avg": "Average Heart Rate",
      "pulse_max": "Max. Heart Rate",
      "heartrate_avg": "HR Avg.",
      "heartrate_max": "HR Max.",
      "elevation_gain": "Elevation gain",
      "elevation_loss": "Elevation loss",
      "feeling": "Feeling",
      "surface": "Surface",
      "weather": "Weather",
      "notes": "Notes",
      "download": "Download",
      "date": "Date",
      "year": "Year",
      "month": "Month",
      "day": "Day",
      "hour": "Hour",
      "minutes": "Minutes",
      "seconds": "Seconds",
      "time": "Time",
      "aerobics": "Aerobics",
      "elliptical": "Elliptical",
      "ergometer": "Stationary Bike",
      "martial_arts": "Martial Arts",
      "pilates": "Pilates",
      "smovey_walking": "Smovey Walking",
      "smovey_exercising": "Smovey Exercising",
      "soccer": "Soccer",
      "spinning": "Spinning",
      "squash": "Squash",
      "strength_training": "Strength Training",
      "table_tennis": "Table Tennis",
      "treadmill": "Treadmill",
      "yoga": "Yoga",
      "back_country_skiing": "Backcountry Skiing",
      "badminton": "Badminton",
      "basketball": "Basketball",
      "biathlon": "Biathlon",
      "climbing": "Climbing",
      "crosscountryskiing": "Cross Country Skiing",
      "cross_skating": "Cross Skating",
      "curling": "Curling",
      "cycling": "Cycling",
      "diving": "Diving",
      "driving": "Driving",
      "freecrossen": "Freecrossing",
      "frisbee": "Frisbee",
      "golfing": "Golfing",
      "handball": "Handball",
      "handbike": "Handbike",
      "hiking": "Hiking",
      "ice_skating": "Ice Skating",
      "ice_stock": "Ice Stock",
      "kayaking": "Kayaking",
      "kite_skiing": "Kite Skiing",
      "kite_surfing": "Kite Surfing",
      "motorbiking": "Motorbiking",
      "mountainbiking": "Mountain Biking",
      "nordicwalking": "Nordic Walking",
      "other": "Other",
      "paragliding": "Paragliding",
      "racecycling": "Race Cycling",
      "riding": "Riding",
      "rowing": "Rowing",
      "running": "Running",
      "sailing": "Sailing",
      "skating": "Skating",
      "skiing": "Skiing",
      "skike": "Nordic Cross Skating",
      "sledding": "Sledding",
      "snowball_fight": "Snowball Fight",
      "snowboarding": "Snowboarding",
      "snowman_building": "Snowman Building",
      "snowshoeing": "Snowshoeing",
      "speed_skiing": "Speed Skiing",
      "strolling": "Walking",
      "surfing": "Surfing",
      "swimming": "Swimming",
      "tennis": "Tennis",
      "volleyball": "Volleyball",
      "wakeboarding": "Wakeboarding",
      "windsurfing": "Windsurfing"

    },

    "table": {
      "overal_statistics": "Overall statistics",
      "overal_statistics_empty": "No data found - please change your filter or calendar selection."
    }
  },

  // Translation for RunSession model:
  "run_session": {
    // Here put some other RunSession-specific translations

    "sport_type": {
      // Use the calendar.popup, it's complete
      "skating": "Skating",
      "cycling": "Cycling",
      "running": "Running",
      "mountainbiking": "Mountain biking"
    },

    "cheering": {
      "1_from": "Applause from",
      "2_from": "GO, GO, GO! from",
      "3_from": "I like it! from",
      "4_from": "Mexican wave from",
      "5_from": "Horn from",
      "6_from": "Awesome! from",
      "7_from": "Come on! from",
      "8_from": "YEAH! from",
			"9_from": "PERSONAL CHEER from",
			"from_somebody": "Somebody"
    },

    "feelings": {
      "1": "Awesome",
      "2": "So-So",
      "3": "Sluggish",
      "4": "Injured",
			"5": "Good"
    },

    "weather_conditions": {
      "1": "Sunny",
      "2": "Cloudy",
      "3": "Rainy",
      "4": "Snowy",
			"5": "Night"
    },

    "surfaces": {
      "1": "Road",
      "2": "Trail",
      "3": "Wilderness",
      "4": "Mixed surface",
			"5": "Beach"
    }
    
  },

  // Translations for split
  "split": {
    "error": {
      "invalid_unit_system": "Invalid unit system"
    }
  },

  // Translations for everyting map-related.
  "map": {
    "current_position_marker": "Shows your position when hovering over the statistics-chart",

    "reset": {
      "title": "Do you really want to reset?",
      "message": "All unsaved changes will be lost!"
    },

    "help": {
      "map": "<h1>Map</h1><p>Click on the map to add a new point.</p>",
      "point": "<h1>Track Point</h1><p><b>Rightclick</b>: Delete point (On a Mac you may need to use CTRL-click)<br><b>Doubleclick</b>: Convert to Anchor Point (if Anchor Points are activated)<br><b>Drag</b>: Move point</p>",
      "anchor_point": "<h1>Anchor Point</h1><p><b>Rightclick</b>: Delete point (On a Mac you may need to use CTRL-click)<br><b>Doubleclick</b>: Convert to a normal Track Point<br><b>Drag</b>: Move Point</p>",
      "polyline": "<h1>Track</h1><p><b>Click</b>: Insert a point in the track</p>",
      "button_snap_to_road": "<h1>Snap-to-road</h1>Keyboard shortcut: <b>S</b><p>When adding new points or moving existing points, the track will be aligned to the nearest road.</p>",
      "button_use_anchor_points": "<h1>Anchor Points</h1>Keyboard shortcut: <b>A</b><p>If this option is active, the dragging of a point behaves differently. Instead of the two adjacent points, the two nearest Anchor Points are used as connectors to the remainder of the track.</p>",
      "button_track_undo": "<h1>Undo</h1>Keyboard Shortcut: <b>Z</b><p>Revert the last action.</p>",
      "button_track_reset": "<h1>Reset</h1><p>Reverts all unsaved actions.</p>",
      "button_help": "<h1>Help</h1><p>Shows the help if it was hidden before.</p>",
      "button_fullscreen": "<h1>Fullscreen</h1><p>Enable or disable fullscreen mode.</p>",
      "close": "hide"
    }
  },

  // Translation for charts
  "chart": {
    "no_data": "No data",
    "loading": "Loading data",
    "more": "%{number} more activities",
    "user_weight_history": {
      "body_fat": "Body fat",
      "weight": "Weight"
    },
    "dashboard": {
      "no_data_this_week": "No activities during this week."
    },
    "yAxis": {
      "metric": {
        "altitude": "GPS Elevation",
        "speed": "Speed",
        "pace": "Pace",
        "heartrate": "Heart rate",
        "count": "Activities",
        "distance": "Distance",
        "duration": "Duration",
        "elevation_gain": "Elevation gain",
        "elevation_loss": "Elevation loss",
        "calories": "Calories burned",
        "average_speed": "Speed",
        "duration_per_km": "Pace",
        "heartrate": "Heart rate",
        "cadence": "Cadence",
        "step": "Steps per minute",
        "elevation": "Elevation"
      },
      "imperial": {
        "altitude": "GPS Elevation",
        "speed": "Speed",
        "pace": "Pace",
        "heartrate": "Heart rate",
        "count": "Activities",
        "distance": "Distance",
        "duration": "Duration",
        "elevation_gain": "Elevation gain",
        "elevation_loss": "Elevation loss",
        "calories": "Calories burned",
        "average_speed": "Speed",
        "duration_per_km": "Pace",
        "heartrate": "Heart rate",
        "cadence": "Cadence",
        "step": "Steps per minute",
        "elevation": "Elevation"
      }
    }
  },

  // Translation for training plans
  "training_plan": {
    "day_name": "Day %{day_number}"
  },

  "facebook_timeline":{
    "success": "Activity has been posted successfully.",
    "error": "An Error occurred, please try again."
  }
};

