Hi, here is a french translation for this addon. Hope you love it.
complete file : ToFuLocales.frFR.lua
local L = AceLibrary("AceLocale-2.2"):new("FuBar_ToFu")
L:RegisterTranslations("frFR", function() return {
["Current Flight"] = "Vol en cours",
["Previous Flight"] = "Vol pr\195\169c\195\169dent",
["From"] = "Depuis",
["To"] = "Vers",
["Cost"] = "Prix",
["Time Taken"] = "Temps \195\169coul\195\169",
["Average Time"] = "Temps estim\195\169",
["Not in flight"] = "Au sol!",
["No previous flight"] = "Aucun pr\195\169c\195\169dent vol",
["Click to copy the time remaining in flight to the chatbox."] = "Cliquer pour copier le temps estim\195\169 du vol dans la fen\195\170tre de dialogue",
["Takes"] = "Prendra",
["Flown %s times"] = "Trajet d\195\169j\195\160 pris %s fois",
["Data"] = "Donn\195\169es",
["Various options to do with saved flight data"] = "Diverses options pour les donn\195\169es de vol sauvegard\195\169es",
['Default Data'] = "Donn\195\169es par defaut",
["Load the default flight-time dataset."] = "Charge les donn\195\169es des temps de vol par defaut",
["Delete *ALL* saved flight path data for your faction."] = "Effacer *TOUT* les plans de vol enregistr\195\169s de votre faction",
["Clear Data"] = "Purger les donn\195\169es",
["Hooks"] = "Liens",
["Other addons to hook into"] = "Lien avec d'autres addons",
["Dismount"] = "Descendre de sa monture",
["Dismount when talking to a flight master"] = "Descendre de sa monture quand on parle a un Ma\195\174tre de vol",
["estimated"] = "(est)", --estim\195\169
["reversed"] = "(ret)", --retour
["So Far"] = "Si loin",
["Flight master"] = "Ma\195\174tre de vol",
} end)
Thanks and congrats to the author for this useful add-on.
Bye
I would have thought instead of "Pas de precedent vol" it would be "Aucun precedent vol", but maybe they're identical. I don't know. I'm not fluent or anything.
I would have thought instead of "Pas de precedent vol" it would be "Aucun precedent vol", but maybe they're identical. I don't know. I'm not fluent or anything.
Hi you're right, I update my translation.
Thanks
Bye
I thought there's be a lot more error reports than this - ToFu hasn't been working without errors at every taxi point for me since the infamous 'Rock' updates.
I've uninstalled for now. Later I'll see if regressing makes it good (as it looks like I'll need to regress Cartographer and FuBar itself).
[2007/09/17 18:07:26-1181-x1]: FuBar_ToFu-2.0.37036\ToFu.lua:231: Database "ToFuNotes" not registered.
---
Also getting this error the first time you select a flight point from a flight master. I don't think it saves new times for new flights afterwards either.
Another request (months later) for the Blackwind Landing (Terrokar Forest) to Skyguard Outpost (Blade's Edge Mountains) flight path. Not so much adding it to the default flight times, but for ToFu to start recognizing it as a flight when you get on the NPC ray. When you take the flight, ToFu does nothing (no numbers show up); it doesn't realize you are on a NPC flight.
The SVN alternative to ToFu--InFlight--doesn't have this problem. It doesn't have this flight path either in its pre-made defaults. But InFlight does recognize it as a NPC flight: it shows you time passed (on your first flight) and it records the full time for future display.
I had problems with getting flight paths recognized, and recorded times only showed up on some characters. The reason is that blood elfs are mistakenly seen as alliance.
ToFu.lua, line 145:
if race == "Orc" or race == "Scourge" or race == "Troll" or race == "Tauren" then
I use ToFu with Quartz, but since 2.4, The duration bar flash and disappear right after.
ToFu works like a charm (i see the duration in the fubar), but no bar in Quartz...like the duration is 0.
I can confirme that option 'In flight' in quartz is on.
An idea someone ?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
There is a bug in ToFu.lua
Line 452 reads :
and it should read :
As it stands, its triggering the event with 4 parameters (note the "," in self,destination) where it should use 3.
Thanks for that. Hopefully someone will fix the SVN version.
Full sentence will be better when pasting into chat. (instead of just 9m 10s)
e.g. 99:99 to reach (destination), from (origin).
complete file : ToFuLocales.frFR.lua
Thanks and congrats to the author for this useful add-on.
Bye
Hi you're right, I update my translation.
Thanks
Bye
And mapnotes, just for completeness :)
---
I've uninstalled for now. Later I'll see if regressing makes it good (as it looks like I'll need to regress Cartographer and FuBar itself).
-Strongbow-
Also getting this error the first time you select a flight point from a flight master. I don't think it saves new times for new flights afterwards either.
Would it be possible to make it hook into Mapster? Thanks!
The SVN alternative to ToFu--InFlight--doesn't have this problem. It doesn't have this flight path either in its pre-made defaults. But InFlight does recognize it as a NPC flight: it shows you time passed (on your first flight) and it records the full time for future display.
ToFu.lua, line 145:
if race == "Orc" or race == "Scourge" or race == "Troll" or race == "Tauren" then
Should have this check added:
race == "BloodElf"
I use ToFu with Quartz, but since 2.4, The duration bar flash and disappear right after.
ToFu works like a charm (i see the duration in the fubar), but no bar in Quartz...like the duration is 0.
I can confirme that option 'In flight' in quartz is on.
An idea someone ?