forked from mtcontrib/3d_armor
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -1 +1 @@
|
||||
Adds 3d_armor page to the unified inventory
|
||||
Adds 3d_armor page to the unified inventory.
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- support for i18n
|
||||
local S = armor_i18n.gettext
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
local F = minetest.formspec_escape
|
||||
local has_technic = minetest.get_modpath("technic") ~= nil
|
||||
|
||||
|
13
3d_armor_ui/locale/3d_armor_ui.fr.tr
Normal file
13
3d_armor_ui/locale/3d_armor_ui.fr.tr
Normal file
@ -0,0 +1,13 @@
|
||||
# textdomain: 3d_armor_ui
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
3d Armor=Armure 3d
|
||||
3d_armor_ui: Mod loaded but unused.=3d_armor_ui : Mod chargé mais inutilisé.
|
||||
Armor=Armure
|
||||
Armor not initialized!=Armure non initialisée !
|
||||
Fire=Feu
|
||||
Heal=Soins
|
||||
Level=Niveau
|
||||
Radiation=Radiation
|
13
3d_armor_ui/locale/template.txt
Normal file
13
3d_armor_ui/locale/template.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# textdomain: 3d_armor_ui
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
3d Armor=
|
||||
3d_armor_ui: Mod loaded but unused.=
|
||||
Armor=
|
||||
Armor not initialized!=
|
||||
Fire=
|
||||
Heal=
|
||||
Level=
|
||||
Radiation=
|
4
3d_armor_ui/mod.conf
Normal file
4
3d_armor_ui/mod.conf
Normal file
@ -0,0 +1,4 @@
|
||||
name = 3d_armor_ui
|
||||
depends = 3d_armor
|
||||
optional_depends = unified_inventory
|
||||
description = Adds 3d_armor page to the unified inventory.
|
Reference in New Issue
Block a user