Quantcast

Wheee another local fix Scan Skills -> Scan Recipes, updated in all local files

ackis [10-22-08 - 03:50]
Wheee another local fix Scan Skills -> Scan Recipes, updated in all local files
Filename
ARLFrame.lua
AckisRecipeList.lua
Locals/ARLLocals-deDE.lua
Locals/ARLLocals-enUS.lua
Locals/ARLLocals-esES.lua
Locals/ARLLocals-esMX.lua
Locals/ARLLocals-frFR.lua
Locals/ARLLocals-koKR.lua
Locals/ARLLocals-ruRU.lua
Locals/ARLLocals-zhCN.lua
Locals/ARLLocals-zhTW.lua
diff --git a/ARLFrame.lua b/ARLFrame.lua
index 67a5607..408f6bc 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -181,7 +181,7 @@ function addon:CreateScanButton()
 	addon.ScanButton:SetScript("OnLeave", function()
 		GameTooltip:Hide()
 	end )
-	addon.ScanButton:SetText(L["Scan Skills"])
+	addon.ScanButton:SetText(L["Scan Recipes"])
 	addon.ScanButton:Enable()

 end
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index 96c9bb5..042d37f 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -239,7 +239,7 @@ function addon:OnEnable()
 	if (Manufac) then
 		Manufac.options.args.ARLScan = {
 			type = 'execute',
-			name = L["Scan Skills"],
+			name = L["Scan Recipes"],
 			desc = L["Scan Skills Long"],
 			func = function() addon:AckisRecipeList_Command() end,
 			order = 550,
diff --git a/Locals/ARLLocals-deDE.lua b/Locals/ARLLocals-deDE.lua
index 7575297..66c3d44 100644
--- a/Locals/ARLLocals-deDE.lua
+++ b/Locals/ARLLocals-deDE.lua
@@ -99,7 +99,7 @@ L["Unknown"] = "Unbekannt"
 L["Close"] = "Schließen"
 L["NoObtain"] = "Keine Information verfügbar."
 L["ScanButton"] = "Scan"
-L["Scan Skills"] = "Rezeptscan"
+L["Scan Recipes"] = "Rezeptscan"
 L["Scan Skills Long"] = "Nach fehlenden Rezepten scannen."

 -- Recipe Database
@@ -126,7 +126,7 @@ L["Profile Options"]		= true

 -- Config UI Elements and their associated descriptions
 L["MAIN_OPTIONS_DESC"]		= "Main configuration options"
-L["Scan Skills"]			= true
+L["Scan Recipes"]			= true
 L["SCAN_RECIPES_DESC"]		= "Scans an open tradeskill for missing recipes."
 L["Text Dump"]				= true
 L["TEXT_DUMP_DESC"]			= "Displays all recipes in a comma seperated value format which can be copied and pasted into another client."
diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua
index e7e4907..5affaa4 100644
--- a/Locals/ARLLocals-enUS.lua
+++ b/Locals/ARLLocals-enUS.lua
@@ -50,7 +50,7 @@ L["Profile Options"]		= true

 -- Config UI Elements and their associated descriptions
 L["MAIN_OPTIONS_DESC"]		= "Main configuration options"
-L["Scan Skills"]			= true
+L["Scan Recipes"]			= true
 L["SCAN_RECIPES_DESC"]		= "Scans an open tradeskill for missing recipes."
 L["Text Dump"]				= true
 L["TEXT_DUMP_DESC"]			= "Displays all recipes in a comma seperated value format which can be copied and pasted into another client."
diff --git a/Locals/ARLLocals-esES.lua b/Locals/ARLLocals-esES.lua
index 7304970..53b8587 100644
--- a/Locals/ARLLocals-esES.lua
+++ b/Locals/ARLLocals-esES.lua
@@ -38,7 +38,7 @@ L["Profile Options"]		= true

 -- Config UI Elements and their associated descriptions
 L["MAIN_OPTIONS_DESC"]		= "Main configuration options"
-L["Scan Skills"]			= true
+L["Scan Recipes"]			= true
 L["SCAN_RECIPES_DESC"]		= "Scans an open tradeskill for missing recipes."
 L["Text Dump"]				= true
 L["TEXT_DUMP_DESC"]			= "Displays all recipes in a comma seperated value format which can be copied and pasted into another client."
@@ -1453,7 +1453,7 @@ L["OpenTradeSkillWindow"] = "Por favor abra la ventana de Habilidades de Comerci
 -- GUI Text
 L["Close"] = "Cerrar"
 L["ScanButton"] = "Explorar"
-L["Scan Skills"] = "Explorar"
+L["Scan Recipes"] = "Explorar"
 L["FILTER_OPEN"] = "Filtro >>>"
 L["FILTER_CLOSE"] = "<<< Filtro"
 L["Reset"] = "Reiniciar"
diff --git a/Locals/ARLLocals-esMX.lua b/Locals/ARLLocals-esMX.lua
index 048e09a..4e3ec2e 100644
--- a/Locals/ARLLocals-esMX.lua
+++ b/Locals/ARLLocals-esMX.lua
@@ -38,7 +38,7 @@ L["Profile Options"]		= true

 -- Config UI Elements and their associated descriptions
 L["MAIN_OPTIONS_DESC"]		= "Main configuration options"
-L["Scan Skills"]			= true
+L["Scan Recipes"]			= true
 L["SCAN_RECIPES_DESC"]		= "Scans an open tradeskill for missing recipes."
 L["Text Dump"]				= true
 L["TEXT_DUMP_DESC"]			= "Displays all recipes in a comma seperated value format which can be copied and pasted into another client."
@@ -1452,7 +1452,7 @@ L["OpenTradeSkillWindow"] = "Por favor abra la ventana de Habilidades de Comerci
 -- GUI Text
 L["Close"] = "Cerrar"
 L["ScanButton"] = "Explorar"
-L["Scan Skills"] = "Explorar"
+L["Scan Recipes"] = "Explorar"
 L["FILTER_OPEN"] = "Filtro >>>"
 L["FILTER_CLOSE"] = "<<< Filtro"
 L["Reset"] = "Reiniciar"
diff --git a/Locals/ARLLocals-frFR.lua b/Locals/ARLLocals-frFR.lua
index 4cd0900..ed29499 100644
--- a/Locals/ARLLocals-frFR.lua
+++ b/Locals/ARLLocals-frFR.lua
@@ -140,7 +140,7 @@ L["MissingFromDBWarning"] = "Une recette non présente dans la base de données
 -- GUI Text
 L["Close"] = "Fermer"
 L["ScanButton"] = "Analyser"
-L["Scan Skills"] = "Analyser"
+L["Scan Recipes"] = "Analyser"
 L["FILTER_OPEN"] = "Filtre >>>"
 L["FILTER_CLOSE"] = "<<< Filtre"
 L["Reset"] = "Réinitialiser"
diff --git a/Locals/ARLLocals-koKR.lua b/Locals/ARLLocals-koKR.lua
index e769efe..fd55b5f 100644
--- a/Locals/ARLLocals-koKR.lua
+++ b/Locals/ARLLocals-koKR.lua
@@ -51,7 +51,7 @@ L["Profile Options"]		= "프로필 설정"

 -- Config Descriptions
 L["MAIN_OPTIONS_DESC"]		= "주된 설정"
-L["Scan Skills"]			= "기술 검색"
+L["Scan Recipes"]			= "기술 검색"
 L["SCAN_RECIPES_DESC"]		= "전문기술창을 열어 빠진 제조법을 조사합니다."
 L["Text Dump"]				= "구분 표시"
 L["TEXT_DUMP_DESC"]			= "다른 클라이언트로부터 복사한 형식을 컴마 단위로 구분하여 표시합니다."
diff --git a/Locals/ARLLocals-ruRU.lua b/Locals/ARLLocals-ruRU.lua
index 8368f1d..6fc0ca7 100644
--- a/Locals/ARLLocals-ruRU.lua
+++ b/Locals/ARLLocals-ruRU.lua
@@ -36,7 +36,7 @@ L["Profile Options"]		= true

 -- Config UI Elements and their associated descriptions
 L["MAIN_OPTIONS_DESC"]		= "Main configuration options"
-L["Scan Skills"]			= true
+L["Scan Recipes"]			= true
 L["SCAN_RECIPES_DESC"]		= "Scans an open tradeskill for missing recipes."
 L["Text Dump"]				= true
 L["TEXT_DUMP_DESC"]			= "Displays all recipes in a comma seperated value format which can be copied and pasted into another client."
diff --git a/Locals/ARLLocals-zhCN.lua b/Locals/ARLLocals-zhCN.lua
index eea4eae..65f0710 100644
--- a/Locals/ARLLocals-zhCN.lua
+++ b/Locals/ARLLocals-zhCN.lua
@@ -142,7 +142,7 @@ L["MissingFromDBWarning"] = "检测到一个不在数据库里的配方,我们
 -- GUI Text
 L["Close"] = "关闭"
 L["ScanButton"] = "扫描配方"
-L["Scan Skills"] = "扫描"
+L["Scan Recipes"] = "扫描"
 L["FILTER_OPEN"] = "过滤 >>>"
 L["FILTER_CLOSE"] = "<<< 过滤"
 L["Reset"] = "重置"
diff --git a/Locals/ARLLocals-zhTW.lua b/Locals/ARLLocals-zhTW.lua
index bda8369..413b28b 100644
--- a/Locals/ARLLocals-zhTW.lua
+++ b/Locals/ARLLocals-zhTW.lua
@@ -111,7 +111,7 @@ L["OpenTradeSkillWindow"] = "請先打開一個想要掃瞄的交易技能。"
 -- GUI Text
 L["Close"] = "關閉"
 L["ScanButton"] = "掃瞄配方"
-L["Scan Skills"] = "掃瞄"
+L["Scan Recipes"] = "掃瞄"
 L["FILTER_OPEN"] = "過濾 >>>"
 L["FILTER_CLOSE"] = "<<< 過濾"
 L["Reset"] = "重置"