diff Localisation.lua @ 5:8428fa7cf0e4

Updated the profile to use macros and rename all the variables and functions with the prefix CyborgMMO. Added a tooltip to inform the user to assign the profile.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Tue, 29 May 2012 10:26:40 +0000
parents d186f8cd5000
children 43f45e032db8
line wrap: on
line diff
--- a/Localisation.lua	Mon May 28 15:54:52 2012 +0000
+++ b/Localisation.lua	Tue May 29 10:26:40 2012 +0000
@@ -18,7 +18,7 @@
 --~ along with this program; if not, write to the Free Software
 --~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-InternationalMode = {
+CyborgMMO_InternationalMode = {
 	["enUS"] = {
 		"ALT-CTRL-E",
 		"ALT-CTRL-F",
@@ -58,7 +58,7 @@
 
 
 
-InternationalWowCommands = {
+CyborgMMO_InternationalWowCommands = {
 	["enUS"] = {
 		"ALT-CTRL-NUMPAD1",
 		"ALT-CTRL-NUMPAD2",
@@ -348,7 +348,7 @@
 	}
 }
 
-InternationalStringTable = {
+CyborgMMO_InternationalStringTable = {
 	["enUS"] = {
 		CyborgMMO_BindingFrameExitButton="Close",
 		CyborgMMO_BindingFrameHeaderText="Please press the appropriate button",
@@ -379,7 +379,13 @@
 		CyborgMMO_OptionPageRebindMode1="Mode 1",
 		CyborgMMO_OptionPageRebindMode2="Mode 2",
 		CyborgMMO_OptionPageRebindMode3="Mode 3",
-		CyborgMMO_OptionPageRebindTitle="MMO Keybinds:-"
+		CyborgMMO_OptionPageRebindTitle="MMO Keybinds:-",
+		CyborgMMO_ToolTipLine1="Warning! If your spell assignments are not working you may not have the correct profile assigned.",
+		CyborgMMO_ToolTipLine2="To assign the correct profile:",
+		CyborgMMO_ToolTipLine3="\t1) Click on the M.M.O.7 tray icon in the Windows system tray. ",
+		CyborgMMO_ToolTipLine4="\t2) Locate the profile called MMO7_WoWAddon and left click it. ",
+		CyborgMMO_ToolTipLine5="\t3) When the M.M.O.7 tray icon turns green, the profile is active. ",
+		CyborgMMO_ToolTipLine6="Once the profile is active, reload WoW and press the Mode button on the M.M.O.7 to synchronise the device."
 	},
 	["frFR"] = {
 		CyborgButtonTitle="Bouton Cyborg",
@@ -431,6 +437,6 @@
 	}
 }
 
-Mode = InternationalMode[GetLocale()]
-WowCommands = nil
-StringTable = InternationalStringTable[GetLocale()]
\ No newline at end of file
+CyborgMMO_Mode = CyborgMMO_InternationalMode[GetLocale()]
+CyborgMMO_WowCommands = nil
+CyborgMMO_StringTable = CyborgMMO_InternationalStringTable[GetLocale()]
\ No newline at end of file