30 lines
881 B
Plaintext
30 lines
881 B
Plaintext
i18n {
|
|
current-not-available = "Current locale {0} is not available"
|
|
using-language = "Using locale {0} and fallback locale {1}"
|
|
}
|
|
loading-mapping = "Loading mappings ..."
|
|
mixin-load {
|
|
core = "Arclight core mixin added."
|
|
optimization = "Arclight optimization mixin added."
|
|
}
|
|
mod-load = "Arclight Mod loaded."
|
|
registry {
|
|
forge-event = "Arclight events registered."
|
|
begin = "Regitring for Bukkit ..."
|
|
error = "Error occured registring Forge "
|
|
enchantment = "Registered {} enchantments"
|
|
potion = "Registered {} new potion effect types"
|
|
material = "Registered {} new materials with {} blocks and {} items"
|
|
}
|
|
|
|
comments {
|
|
_v.comment = [
|
|
"Repository: https://github.com/IzzelAliz/Arclight"
|
|
"Issue Tracker: https://github.com/IzzelAliz/Arclight/issues"
|
|
""
|
|
""
|
|
"Config version number, do not edit."
|
|
]
|
|
locale.comment = "Language/I18n settings"
|
|
}
|