Thread Tools Display Modes
11/03/16, 07:59 AM   #1
Llwydd
Join Date: Jul 2016
Posts: 38
French translation

Lua Code:
  1. Mode[6] = {Capt = "Épreuves",},
  2.     ToolTip[19] = "La disponibilité des récompenses des épreuves hebdomadaires",
  3.     OptTrialList = {"Décompte du temps","date et heure (MM/DD hh:mi)"},
  4.     OptTrialAvl  = "Le coffre d'épreuve suivant va être disponible...",
  5.     OptTrialAvlF = "Ce réglage vous permet de choisir le format de l'information de quand sera disponible le container avec la récompense d'épreuve. Les options sont 'date et heure' ou 'décompte du temps'.",

and

DayMarker = "j",

i think for (MM/DD hh:mi) is ( M/J h : mi) but i am not sure if i must translate this

M = Month (mois in french)
J= Day (Jour in french)
h = hour (heure in french)
mi = minute (same in french)
  Reply With Quote
11/03/16, 10:31 AM   #2
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 48
Originally Posted by Llwydd View Post
French translation
...
Thank you so much!

Originally Posted by Llwydd View Post
DayMarker = "j",
i think for (MM/DD hh:mi) is ( M/J h : mi) but i am not sure if i must translate this

M = Month (mois in french)
J= Day (Jour in french)
...
Also, maybe in French it is better to use
DateFrmtList = {"ESO Default","aaaa-mm-jj","jj.mm.aaaa","aaaa/mm/jj","jj.mm.aa","mm/jj"},
instead of
DateFrmtList = {"ESO Default","yyyy-mm-dd","dd.mm.yyyy","yyyy/mm/dd","dd.mm.yy","mm/dd"},
?
  Reply With Quote
11/07/16, 06:17 AM   #3
Llwydd
Join Date: Jul 2016
Posts: 38
Originally Posted by ForgottenLight View Post
Thank you so much!


Also, maybe in French it is better to use
DateFrmtList = {"ESO Default","aaaa-mm-jj","jj.mm.aaaa","aaaa/mm/jj","jj.mm.aa","mm/jj"},
instead of
DateFrmtList = {"ESO Default","yyyy-mm-dd","dd.mm.yyyy","yyyy/mm/dd","dd.mm.yy","mm/dd"},
?
Don't know. You'll have to try and see the best result ...
  Reply With Quote

ESOUI » Developer Discussions » Translation Help » Need help with translations into German and French


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off