update
This commit is contained in:
parent
d4d32073fb
commit
f5e09e2a19
4 changed files with 50 additions and 3 deletions
|
@ -92,8 +92,6 @@ git clone --depth 1 --branch master https://notabug.org/TenPlus1/stairs.git
|
|||
git clone --depth 1 --branch master https://notabug.org/TenPlus1/anvils.git
|
||||
git clone --depth 1 --branch master https://notabug.org/TenPlus1/carts.git
|
||||
git clone --depth 1 --branch master https://notabug.org/TenPlus1/doors.git
|
||||
#Temporary fix for mistake in repo in mod.conf
|
||||
rm -f doors/mod.conf
|
||||
git clone --depth 1 --branch master https://notabug.org/TenPlus1/pie.git
|
||||
git clone --depth 1 --branch master https://notabug.org/TenPlus1/castle.git
|
||||
git clone --depth 1 --branch master https://notabug.org/TenPlus1/mobs_sky.git
|
||||
|
|
46
mods/currency/locale/currency.es.tr
Normal file
46
mods/currency/locale/currency.es.tr
Normal file
|
@ -0,0 +1,46 @@
|
|||
# textdomain: currency
|
||||
# author: PsycoJaker
|
||||
|
||||
|
||||
### barter.lua ###
|
||||
|
||||
Barter Table=Mesa de intercambios
|
||||
Cancel=Denegar
|
||||
Confirm=Aceptar
|
||||
Start=Intercambiar
|
||||
|
||||
### shop.lua ###
|
||||
|
||||
Exchange=Trato
|
||||
|
||||
### craftitems.lua ###
|
||||
|
||||
@1 Minegeld Note=Billete de @1 Minegeld
|
||||
@1 Minegeld cent coin= Moneda de @1 Minegeld
|
||||
Bundle of random Minegeld notes=Monton de dinero
|
||||
|
||||
### safe.lua ###
|
||||
|
||||
Safe=Caja fuerte
|
||||
Safe (owned by @1)=Caja fuerte de @1
|
||||
|
||||
### shop.lua ###
|
||||
|
||||
Customer gets:=Tu compra:
|
||||
Customer gives (pay here!)=Paga aqui
|
||||
Customers gave:=Los compradores ofrecieron:
|
||||
Exchange can not be done, check if you put all items!=La compra ha fallado, comprueba tu pago
|
||||
Exchange can not be done, contact the shop owner.=La compra ha fallado, comunicate con el vendedor
|
||||
Exchange shop (owned by @1)=Tienda de @1
|
||||
Exchanged!=Comprado
|
||||
In exchange, you give:=Vendes:
|
||||
out of stock=Sin exsitencias
|
||||
Owner gives:=Vendedor ofrece:
|
||||
Owner wants:=Vendedor pide:
|
||||
|
||||
Owner, Use (E)+Place (right mouse button) for customer interface=Usa, las teclas (especial + boton derecho del raton) para ver a la interfaz del comprador
|
||||
|
||||
Shop=Tienda
|
||||
This is your own shop, you can't exchange to yourself!=No puedes comprar en tu propia tienda
|
||||
You want:=Tu pides:
|
||||
Your stock:=Tus existencias:
|
4
mods/doors/mod.conf
Normal file
4
mods/doors/mod.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
name = doors
|
||||
depends = default
|
||||
optional_depends = screwdriver
|
||||
description = Replaces default doors and adds protection support with switching key.
|
|
@ -1,4 +1,3 @@
|
|||
name = stairs
|
||||
depends = default
|
||||
optional_depends =
|
||||
description = Adds stairs, slabs, inner and outer corners and slopes.
|
||||
|
|
Loading…
Reference in a new issue