mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Spells/Tooltips
* use cooldown strings from future clients to avoid scientific notation for long cooldowns hidden by the 335 client
This commit is contained in:
@@ -1518,8 +1518,8 @@ $lang = array(
|
||||
"Keine Abklingzeit",
|
||||
"%.3g Sek. Abklingzeit",
|
||||
"%.3g Min. Abklingzeit",
|
||||
// "%.3g |4Stunde:Stunden; Abklingzeit",
|
||||
// "%.3g |4Tag:Tage; Abklingzeit"
|
||||
"%.3g |4Stunde:Stunden; Abklingzeit",
|
||||
"%.3g |4Tag:Tage; Abklingzeit"
|
||||
),
|
||||
'duration' => array(
|
||||
"bis Abbruch",
|
||||
|
||||
@@ -1518,8 +1518,8 @@ $lang = array(
|
||||
"Instant cooldown", // SPELL_RECAST_TIME_INSTANT not used?
|
||||
"%.3g sec cooldown", // SPELL_RECAST_TIME_SEC
|
||||
"%.3g min cooldown", // SPELL_RECAST_TIME_MIN
|
||||
// "%.3g hour cooldown", // SPELL_RECAST_TIME_HOURS not in 3.3.5
|
||||
// "%.3g day cooldown" // SPELL_RECAST_TIME_DAYS not in 3.3.5
|
||||
"%.3g hour cooldown", // SPELL_RECAST_TIME_HOURS - not in 3.3.5 but we display cooldowns the client hides anyways
|
||||
"%.3g day cooldown" // SPELL_RECAST_TIME_DAYS - not in 3.3.5 but we display cooldowns the client hides anyways
|
||||
),
|
||||
'duration' => array( // SPELL_DURATION_*
|
||||
"until cancelled",
|
||||
|
||||
@@ -1518,8 +1518,8 @@ $lang = array(
|
||||
"Reutilización instantánea",
|
||||
"Reutilización: %.3g s",
|
||||
"Reutilización: %.3g min",
|
||||
// "Reutilización: %.3g h",
|
||||
// "Reutilización: %.3g días"
|
||||
"Reutilización: %.3g h",
|
||||
"Reutilización: %.3g días"
|
||||
),
|
||||
'duration' => array(
|
||||
"hasta cancelación",
|
||||
|
||||
@@ -1518,8 +1518,8 @@ $lang = array(
|
||||
"Recharge instantanée",
|
||||
"%.3g sec. de recharge", // "Recharge en cours : %d |4seconde:secondes;";
|
||||
"%.3g min de recharge", // "Recharge en cours : %d |4minute:minutes;";
|
||||
// "Recharge en cours : %d |4heure:heures;",
|
||||
// "Recharge en cours : %d |4jour:jours;"
|
||||
"Recharge en cours : %d |4heure:heures;",
|
||||
"Recharge en cours : %d |4jour:jours;"
|
||||
),
|
||||
'duration' => array(
|
||||
"jusqu’à annulation",
|
||||
|
||||
@@ -1518,8 +1518,8 @@ $lang = array(
|
||||
"Мгновенное восстановление",
|
||||
"Восстановление: %.3g сек.",
|
||||
"Восстановление: %.3g мин.",
|
||||
// "Восстановление: %.3g ч.",
|
||||
// "Восстановление: %.3g д."
|
||||
"Восстановление: %.3g ч.",
|
||||
"Восстановление: %.3g д."
|
||||
),
|
||||
'duration' => array(
|
||||
"до отмены",
|
||||
|
||||
@@ -1518,8 +1518,8 @@ $lang = array(
|
||||
"即时冷却",
|
||||
"%.3g秒冷却时间",
|
||||
"%.3g分钟冷却时间",
|
||||
// "%.3g小时冷却时间",
|
||||
// "%.3g天冷却时间"
|
||||
"%.3g小时冷却时间",
|
||||
"%.3g天冷却时间"
|
||||
),
|
||||
'duration' => array(
|
||||
"直到主动取消",
|
||||
|
||||
Reference in New Issue
Block a user