vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.0"):new("FuBar_ClockFu") |
2 | |||
3 | L:RegisterTranslations("frFR", function() return { |
||
4 | ["24-hour format"] = "Format 24H", |
||
5 | ["Toggle between 12-hour and 24-hour format"] = "Basculer entre les affichages 12H/24H", |
||
6 | ["Show seconds"] = "Afficher les secondes", |
||
7 | ["Local time"] = "Heure locale", |
||
8 | ["Toggle between local time and server time"] = "Choisir entre Heure locale et Heure serveur", |
||
9 | ["Both times"] = "Loc+Serv", |
||
10 | ["Toggle between showing two times or just one"] = "Permet d'aficher les 2 types d'heures", |
||
11 | ["Show day/night bubble"] = "Afficher sur la minimap", |
||
12 | ["Show the day/night bubble on the upper-right corner of the minimap"] = "Permet de cacher l'icone de la minimap montrant l'heure", |
||
13 | ["Set the color of the text"] = "Choisir la couleur", |
||
14 | |||
15 | ["AceConsole-commands"] = { "/clockfu" }, |
||
16 | |||
17 | ["Server time"] = "Heure serveur", |
||
18 | -- ["UTC"] = true |
||
19 | } end) |