From 3451a1d286f6ea471a971647f1463bc1a353c67c Mon Sep 17 00:00:00 2001 From: Xinhuan Date: Thu, 16 Oct 2008 07:03:17 +0800 Subject: [PATCH] Fixed missing localization entry for "Passed %s%% of %s's threat!" --- Localization/enUS.lua | 1 + Localization/esES.lua | 1 + Localization/frFR.lua | 1 + Localization/koKR.lua | 1 + Localization/zhTW.lua | 1 + localization/deDE.lua | 1 + 6 files changed, 6 insertions(+) diff --git a/Localization/enUS.lua b/Localization/enUS.lua index 31ba0df..a2078e1 100644 --- a/Localization/enUS.lua +++ b/Localization/enUS.lua @@ -17,6 +17,7 @@ L["Toggle Focus"] = true -- Warnings L["|cffff0000Error:|r Omen cannot use shake warning if you have turned on nameplates at least once since logging in."] = true +L["Passed %s%% of %s's threat!"] = true -- Config module titles L["General Settings"] = true diff --git a/Localization/esES.lua b/Localization/esES.lua index 95b54ba..c2414ae 100644 --- a/Localization/esES.lua +++ b/Localization/esES.lua @@ -17,6 +17,7 @@ L["Toggle Focus"] = true -- Warnings L["|cffff0000Error:|r Omen cannot use shake warning if you have turned on nameplates at least once since logging in."] = "|cffff0000Error:|r Omen no puede usar el aviso de temblar si usted ha activado las placas de nombre al menos una vez desde ha entrado." +L["Passed %s%% of %s's threat!"] = "¡Has pasado un %s%% del %s de amenaza!" -- Config module titles L["General Settings"] = "Opciones Generales" diff --git a/Localization/frFR.lua b/Localization/frFR.lua index e88174e..6e5ca1c 100644 --- a/Localization/frFR.lua +++ b/Localization/frFR.lua @@ -17,6 +17,7 @@ L["Toggle Focus"] = true -- Warnings L["|cffff0000Error:|r Omen cannot use shake warning if you have turned on nameplates at least once since logging in."] = "|cffff0000Erreur :|r Omen ne peut utiliser l'avertissement par secousse si vous avez activé les \"nameplates\" au moins une fois depuis votre connexion au jeu." +L["Passed %s%% of %s's threat!"] = "Dépassement des %s%% de la menace |2 %s !" -- Config module titles L["General Settings"] = "Paramètres généraux" diff --git a/Localization/koKR.lua b/Localization/koKR.lua index 17fef1e..3ae7c2c 100644 --- a/Localization/koKR.lua +++ b/Localization/koKR.lua @@ -17,6 +17,7 @@ L["Toggle Focus"] = true -- Warnings L["|cffff0000Error:|r Omen cannot use shake warning if you have turned on nameplates at least once since logging in."] = "|cffff0000오류:|r 만약 로그인 후 이름표 표시를 한번이라도 했다면 Omen의 진동 경고를 사용 할 수 없습니다." +L["Passed %s%% of %s's threat!"] = "%2$s 위협 수준의 %1$s%% 초과함!" -- Config module titles L["General Settings"] = "전체 설정" diff --git a/Localization/zhTW.lua b/Localization/zhTW.lua index 7e9a917..f7e6672 100644 --- a/Localization/zhTW.lua +++ b/Localization/zhTW.lua @@ -17,6 +17,7 @@ L["Toggle Focus"] = true -- Warnings L["|cffff0000Error:|r Omen cannot use shake warning if you have turned on nameplates at least once since logging in."] = "|cffff0000Error:|r 如果您在登入後啟動過一次單位名牌, Omen將無法使用警報功能" +L["Passed %s%% of %s's threat!"] = "已超過「%2$s」的 %1$2.0f%% 仇恨值!" -- Config module titles L["General Settings"] = "綜合設定" diff --git a/localization/deDE.lua b/localization/deDE.lua index f7510bc..65f598a 100644 --- a/localization/deDE.lua +++ b/localization/deDE.lua @@ -17,6 +17,7 @@ L["Toggle Focus"] = true -- Warnings L["|cffff0000Error:|r Omen cannot use shake warning if you have turned on nameplates at least once since logging in."] = "|cffff0000Fehler:|r Omen kann keine Wackelwarnungen benutzen wenn Namensschilder aktiviert wurden seitdem Sie eingeloggt haben." +L["Passed %s%% of %s's threat!"] = "%s%% der Bedrohung von %s überschritten!" -- Config module titles L["General Settings"] = "Allgemeine Optionen"