diff --git a/mods-download b/mods-download index 5fb7e630..7dc5e2b3 100755 --- a/mods-download +++ b/mods-download @@ -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 diff --git a/mods/currency/locale/currency.es.tr b/mods/currency/locale/currency.es.tr new file mode 100644 index 00000000..6ae527e7 --- /dev/null +++ b/mods/currency/locale/currency.es.tr @@ -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: diff --git a/mods/doors/mod.conf b/mods/doors/mod.conf new file mode 100644 index 00000000..bde5a52b --- /dev/null +++ b/mods/doors/mod.conf @@ -0,0 +1,4 @@ +name = doors +depends = default +optional_depends = screwdriver +description = Replaces default doors and adds protection support with switching key. diff --git a/mods/stairs/mod.conf b/mods/stairs/mod.conf index 4008d422..97d7cb48 100644 --- a/mods/stairs/mod.conf +++ b/mods/stairs/mod.conf @@ -1,4 +1,3 @@ name = stairs depends = default -optional_depends = description = Adds stairs, slabs, inner and outer corners and slopes.