Localization

* replace null with "" for spelltriggers on items (otherwise valid values will throw an error)
This commit is contained in:
Sarjuuk
2015-08-17 21:11:04 +02:00
parent 8394a3863f
commit 960e48b7aa
5 changed files with 9 additions and 9 deletions

View File

@@ -943,8 +943,8 @@ $lang = array(
"Episch", "Legendär", "Artefakt", "Erbstücke",
),
'trigger' => array(
"Benutzen: ", "Anlegen: ", "Chance bei Treffer: ", null, null,
null, null
"Benutzen: ", "Anlegen: ", "Chance bei Treffer: ", "", "",
"", ""
),
'bonding' => array(
"Accountgebunden", "Wird beim Aufheben gebunden", "Wird beim Anlegen gebunden",

View File

@@ -938,8 +938,8 @@ $lang = array(
"Epic", "Legendary", "Artifact", "Heirloom"
),
'trigger' => array(
"Use: ", "Equip: ", "Chance on hit: ", null, null,
null, null
"Use: ", "Equip: ", "Chance on hit: ", "", "",
"", ""
),
'bonding' => array(
"Binds to account", "Binds when picked up", "Binds when equipped",

View File

@@ -942,8 +942,8 @@ $lang = array(
"Épica", "Legendaria", "Artefacto", "Reliquia"
),
'trigger' => array(
"Uso: ", "Equipar: ", "Probabilidad al acertar: ", null, null,
null, null
"Uso: ", "Equipar: ", "Probabilidad al acertar: ", "", "",
"", ""
),
'bonding' => array(
"Se liga a la cuenta", "Se liga al recogerlo", "Se liga al equiparlo",

View File

@@ -940,8 +940,8 @@ $lang = array(
"Épique", "Légendaire", "Artefact", "Héritage"
),
'trigger' => array(
"Utilise : ", "Équipé : ", "Chances quand vous touchez : ", null, null,
null, null
"Utilise : ", "Équipé : ", "Chances quand vous touchez : ", "", "",
"", ""
),
'bonding' => array(
"Lié au compte", "Lié quand ramassé", "Lié quand équipé",

View File

@@ -943,7 +943,7 @@ $lang = array(
),
'trigger' => array(
"Использование: ", "Если на персонаже: ", "Возможный эффект при попадании: ",
null, null, null, null
"", "", "", ""
),
'bonding' => array(
"Привязано к учетной записи", "Персональный при поднятии", "Становится персональным при надевании",