Skip to content

Commit

Permalink
Update frFR & itIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Mar 13, 2019
1 parent 2318497 commit 2c90923
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ if GetLocale() ~= "frFR" then return end
local _, mod = ...
local L = mod.L

--L.firstRunWarning = "Timers will not be shown until you see your first invasion."
--L.underAttack = "|T236292:15:15:0:0:64:64:4:60:4:60|t %s is under attack!"
--L.nextInvasions = "Next Invasions"
--L.next = "Next"
--L.waiting = "Waiting"
L.firstRunWarning = "Le timer n'apparaitra pas avant la première invasion."
L.underAttack = "|T236292:15:15:0:0:64:64:4:60:4:60|t %s est envahie!"
L.nextInvasions = "Prochaines invasions"
L.next = "Suivante"
L.waiting = "En Attente"
10 changes: 5 additions & 5 deletions Locales/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ if GetLocale() ~= "itIT" then return end
local _, mod = ...
local L = mod.L

--L.firstRunWarning = "Timers will not be shown until you see your first invasion."
--L.underAttack = "|T236292:15:15:0:0:64:64:4:60:4:60|t %s is under attack!"
--L.nextInvasions = "Next Invasions"
--L.next = "Next"
--L.waiting = "Waiting"
L.firstRunWarning = "I timer non verranno visualizzati fino a quando non vedrai la tua prima invasione."
L.underAttack = "|T236292:15:15:0:0:64:64:4:60:4:60|t %s è sotto attacco!"
L.nextInvasions = "Prossime invasioni"
L.next = "Prossima"
L.waiting = "In attesa"

0 comments on commit 2c90923

Please sign in to comment.