=================================================================
INSTRUCTIONS FOR THE TRANSLATOR
=================================================================
Please translate ONLY the text found BETWEEN the double quotes " "
on each line below. Do NOT translate or modify:
  - the part before the "=" sign (e.g. SESSION_TITLE, OVERALL...)
  - anything starting with % (e.g. %d, %s, %%) - these are
    placeholders the addon fills in automatically and must stay
    exactly as they are, in the same order.
  - line breaks written as \n - keep them as \n in your translation.

Once done, please send this file back as-is (same file name and
layout), just with your translated text between the quotes.

Thank you / Merci / Danke / Grazie / Dziękuję / Tack / Děkuji /
Спасибо / 谢谢 / Obrigado / Gracias !
=================================================================

-- ==============================================================
-- CHOOSE THE LANGUAGE YOU ARE TRANSLATING BELOW
-- Replace "local L_EN" with the appropriate code:
--   Russian            -> local L_RU
--   Chinese Simplified -> local L_ZH
--   Portuguese (PT)    -> local L_PT
--   Spanish            -> local L_ES
--   German             -> local L_DE
--   Italian            -> local L_IT
--   Polish             -> local L_PL
--   Swedish            -> local L_SV
--   Czech              -> local L_CS
-- ==============================================================

local L_EN = {
    -- Battle overlay
    SESSION_TITLE      = "Session:",
    OVERALL            = "Overall : Wins : %d  Lose: %d",
    WINRATE             = "Winrate : %d%%",
    GOAL_LINE           = "Goal: %s (%d/%d)",
    GOAL_DONE_LINE      = "Congratulations, you finished the PvP pet battle achievements.",
    VS                  = "Vs",
    VS_RANDOM            = "Random",
    WIN                 = "Wins",
    LOSE                = "Loses",
    YOU_SHOULD_WIN      = "You should Win",
    YOU_SHOULD_LOSE     = "You should Lose",
    FORFEIT_BUTTON      = "Forfeit",
    REQUEUE_BUTTON      = "Queue Again",

    -- Options
    OPTIONS_TITLE       = "Battle Pet Statistics - Options",
    OPTIONS_TITLE_TAB   = "Options",
    STATS_TITLE_TAB     = "Statistics",
    SESSION_LINE        = "Session: Won: %d  Lost: %d",
    LANGUAGE             = "Language",
    LANG_AUTO            = "Auto (detect)",
    LANG_EN              = "English",
    LANG_FR              = "French",
    LANG_PL              = "Polish",
    LANG_SV              = "Swedish",
    LANG_CS              = "Czech",
    LANG_DE              = "German",
    LANG_IT              = "Italian",
    LANG_RU              = "Russian",
    LANG_ZH              = "Chinese (Simplified)",
    LANG_PT              = "Portuguese (Portugal)",
    LANG_ES              = "Spanish",
    STATS_TITLE          = "Statistics",
    STATS_GLOBAL_TITLE     = "Global Statistics",
    TOTAL_GAMES             = "Total games: %d",
    TOTAL_WON               = "Won: %d",
    TOTAL_LOST              = "Lost: %d",
    SESSION_COUNT_LINE      = "Number of sessions completed: %d",
    SESSION_CURRENT_TITLE   = "Current session:",
    SESSION_GAMES_PLAYED    = "Games played this session: %d",
    FAIRPLAY_REFRESH_HINT   = "The ranking may take a few seconds to update.",
    COL_PET              = "Opponent",
    COL_WIN              = "Won",
    COL_LOSE             = "Lost",
    COL_RATIO            = "Ratio",
    COL_WINRATE           = "Winrate",
    COL_SECTION_TOTAL     = "Total",
    COL_SECTION_NO_RANDOM = "Without Random",
    NR_TOTAL_GAMES          = "Without Random: %d",
    NR_TOTAL_WON            = "Won: %d",
    NR_TOTAL_LOST           = "Lost: %d",
    NR_SESSION_GAMES        = "Without Random: %d",
    SHOW_NR_STATS           = "Show No-Random games/winrate",
    FAIRPLAY_TITLE        = "Most fair-play opponents (W/L ratio closest to 1)",
    NO_DATA               = "No data recorded yet.",
    RESET_BUTTON          = "Reset All Stats",
    RESET_CONFIRM         = "Are you sure you want to reset ALL Battle Pet Statistics data?",
    TOTAL                 = "Total games: %d  (Won: %d / Lost: %d)",
    MINIMAP_TOOLTIP        = "Battle Pet Statistics\nClick to open options",
    EDIT_BUTTON            = "Edit",
    EDIT_TITLE             = "Edit stats for %s",
    EDIT_WINS              = "Wins:",
    EDIT_LOSSES            = "Losses:",
    SAVE_BUTTON            = "Save",
    CANCEL_BUTTON          = "Cancel",

    DISPLAY_SECTION_TITLE  = "Battle overlay lines",
    SHOW_OVERALL            = "Show Overall line",
    SHOW_WINRATE             = "Show Winrate line",
    SHOW_GOAL                = "Show Goal line",
    SHOW_VS                  = "Show opponent name line",
    SHOW_VS_STATS            = "Show opponent W/L line",
    SHOW_VS_WINRATE          = "Show opponent winrate line",
    SHOW_PREDICTION          = "Show Win/Lose prediction line",
    SHOW_FORFEIT_BUTTON      = "Show Forfeit button",

    GOAL_SECTION_TITLE      = "Achievement goal",
    GOAL_CURRENT             = "Current goal:",
    GOAL_COMPLETED           = "Completed",
    GOAL_COMPLETED_LIST_TITLE = "Completed achievements:",
    GOAL_NONE_COMPLETED      = "No achievement completed yet.",

    -- Achievement (goal) names - official Blizzard names for your language
    -- (leave these as English if you are unsure of the official localised name)
    GOAL_NAME_BRAWLER_10     = "Pet Brawler",
    GOAL_NAME_BRAWLER_50     = "Experienced Pet Brawler",
    GOAL_NAME_BRAWLER_250    = "Master Pet Brawler",
    GOAL_NAME_BRAWLER_1000   = "Grand Master Pet Brawler",
    GOAL_NAME_BRAWLER_5000   = "Legendary Pet Brawler",
    GOAL_NAME_MERCILESS      = "Ruthless Pet Brawler",
    GOAL_NAME_VENGEFUL       = "Vengeful Pet Brawler",
    GOAL_NAME_BRUTAL         = "Brutal Pet Brawler",
    GOAL_NAME_DEADLY         = "Deadly Pet Brawler",

    KEYBIND_SECTION_TITLE   = "Keybindings",
    KEYBIND_HINT             = "Set your keybindings in the standard WoW Key Bindings panel, category \"Battle Pet Statistics\".",
    OPEN_KEYBINDINGS         = "Open Key Bindings",

    -- Trade Win Session section
    TRADEWIN_SECTION_TITLE      = "Trade Win Session",
    TRADEWIN_INTRO              = "Choose one of the following options to automatically rename your pets with your character's name:",
    TRADEWIN_SHOW_STARTUP       = "Show the window at startup",
    TRADEWIN_SHOW_AFTER_BATTLE  = "Show the window after your first battle",
    TRADEWIN_SHOW_NEVER         = "Never show the window",
    TRADEWIN_SHOW_IF_NOT_RENAMED = "Show the window only if your first pet hasn't been renamed yet",
    TRADEWIN_RESTORE_QUESTION   = "When you exit WoW, would you like your current team's pets to be restored to their default names?",
    TRADEWIN_RESTORE_YES        = "Yes",
    TRADEWIN_RESTORE_NO         = "No",

    BIG_CONGRATS             = "Congratulations, you finished the PvP pet battle achievements.",

    -- Alias setup popups
    ALIAS_PROMPT_TITLE          = "Your Alias :",
    ALIAS_VALIDATE               = "Validate",
}
