ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Translation Help (https://www.esoui.com/forums/forumdisplay.php?f=186)
-   -   Need de fr es it ja pl ru (4 sentences) (https://www.esoui.com/forums/showthread.php?t=10071)

Masteroshi430 02/11/22 11:31 AM

Need de fr es it ja pl ru (4 sentences)
 
Will be used to revive an addon which is only maintained. :)
thanks guys!

Lua Code:
  1. L.Endeavor                  = "Seals of Endeavor"
  2. L.EndeavorTip               = "Should we show Seals of Endeavor?"
  3. L.LogEndeavor               = "Log Seals of Endeavor"
  4. L.LogEndeavorTip            = "Should we display Seals of Endeavor gains in the chat log?"

Baertram 02/11/22 11:40 AM

Endeavor and seals of endeavor should be in here, e.g. Currency type I think:
https://raw.githubusercontent.com/es...tedstrings.lua

You can use the SI_.. constant via GetString(SI_...)

Baertram 02/11/22 11:53 AM

German DE
 
L.Endeavor = "Siegel der Bestrebung" - - GetString(SI_CURRENCY_TYPE...)
L.EndeavorTip = "Sollen ".. L.Endeavor.. " angezeigt werden?"
L.LogEndeavor = L.Endeavor.. " im Chat zeigen"
L.LogEndeavorTip = "Soll der Gewinn von ".. L.Endeavor.. " im Chat angezeigt werden?"

If you reuse L.Endeavor like this add a local pointer to it.

Masteroshi430 02/11/22 11:56 AM

Quote:

Originally Posted by Baertram (Post 45345)
L.Endeavor = "Siegel der Bestrebung" - - GetString(SI_CURRENCY_TYPE...)
L.EndeavorTip = "Sollen ".. L.Endeavor.. " angezeigt werden?"
L.LogEndeavor = L.Endeavor.. " im Chat zeigen"
L.LogEndeavorTip = "Soll der Gewinn von ".. L.Endeavor.. " im Chat angezeigt werden?"

If you reuse L.Endeavor like this add a local pointer to it.

Danke unsere ! :)

Baertram 02/11/22 12:23 PM

Danke unsere makes no sense :p
Unsere = ours

Masteroshi430 02/11/22 12:26 PM

Quote:

Originally Posted by Baertram (Post 45347)
Danke unsere makes no sense :p
Unsere = ours

So you are telling me your profile picture is a flower?:D

Baertram 02/11/22 01:52 PM

:confused:
Yeah, a sleepy but hungry one


All times are GMT -6. The time now is 05:06 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI