----------------- --ENGLISH/DEFAULT ----------------- VERSION = "Version 2.1" START_MSG = "BetterEXP "..VERSION.." loaded! (/bexp)" BEXP_XP_STRING = "you gain (.+) experience." NORMAL_1 = "You are gaining normal experience!" NORMAL_2 = "Gaining normal xp from kills" RESTED_1 = "You are gaining rested experience!" RESTED_2 = "Gaining 200% xp from kills" BEXP_KILLS_TNL = " kills to the next level" BEXP_KILL_TNL = "1 kill to the next level (congrats!)" AVG_XP_MSG = " avg xp per kill" LOCKED_MSG = " locked!" UNLOCK_MSG = " unlocked!" HELP_1 = " locks experience bar in place." HELP_2 = " unlocks experience bar." HELP_3 = " displays help text." HELP_4 = " change the color of the exp bar when not rested." HELP_5 = " change the color of the exp bar when rested." HELP_6 = " change the color of the bubble exp bar." HELP_7 = " revert the colors to default values." HELP_8 = " change the size of the exp bar" REMAINING_TXT = " remaining" RESTED_TXT = " rested" BEXP_CLOSE = "Close" -------- --GERMAN -------- if ( GetLocale() == "deDE" ) then VERSION = "Version 2.0" START_MSG = "BetterEXP "..VERSION.." - (/bexp)" BEXP_XP_STRING = "Ihr bekommt (.+) Erfahrung." NORMAL_1 = "Status - Normal" NORMAL_2 = "Normale Erfahrung" RESTED_1 = "Status - Erholt" RESTED_2 = "Doppelte Erfahrung" BEXP_KILLS_TNL = " Getötet (restlich)" BEXP_KILL_TNL = "1 Tötung zum folgenden Niveau (Glückwünsche!)" AVG_XP_MSG = " Erfahrungspunkte durchschnittlich" LOCKED_MSG = " fixiert" UNLOCK_MSG = " freigegeben" HELP_1 = " fixieren" HELP_2 = " freigeben" HELP_3 = " Hilfe" HELP_4 = " Farbe - Normal" HELP_5 = " Farbe - Erholt" HELP_6 = " Farbe - untere Leiste" HELP_7 = " Standardfarbwerte" HELP_8 = " ändern Sie die Größe des exp Stabes" HELP_9 = " Höhe" REMAINING_TXT = " restlich" RESTED_TXT = " Erholt" BEXP_CLOSE = "Close" -------- --FRENCH -------- elseif ( GetLocale() == "frFR" ) then VERSION = "Version 2.0" START_MSG = "BetterEXP "..VERSION.." - (/bexp)" BEXP_XP_STRING = "vous gagnez (.+) points d'expérience." NORMAL_1 = "Obtention de XP normal" NORMAL_2 = "XP normal" RESTED_1 = "Obtention de XP en forme" RESTED_2 = "200% XP" BEXP_KILLS_TNL = " kill restant" BEXP_KILL_TNL = "1 mise à mort au prochain niveau (félicitations!)" AVG_XP_MSG = " XP Moy." LOCKED_MSG = " verrouillé" UNLOCK_MSG = " débloqué" HELP_1 = " verrouillé" HELP_2 = " débloqué" HELP_3 = " aide" HELP_4 = " couleur - normal" HELP_5 = " couleur - En Forme" HELP_6 = " couleur - deuxième barre" HELP_7 = " couleur de défaut" HELP_8 = " changez la taille de la barre d'exp" HELP_9 = " taille" REMAINING_TXT = " restant" RESTED_TXT = " En forme" BEXP_CLOSE = "Close" end