Advertisement
Trollkemada

Untitled

Jul 24th, 2011
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.87 KB | None | 0 0
  1. lang:
  2.     prefix: '&a[Tienda] &f'
  3.     Somebody_sold_items_to_your_shop: '<seller> ha vendido <amount> <item> a <cost> en tu tenda!'
  4.     Somebody_bought_items_from_your_shop: '<buyer> ha comprado <amount> <item> a <cost>!'
  5.     Your_shop_is_out_of_stock: 'Te has quedado sin stock de <item>'
  6.     You_cannot_use_your_own_shop: "No puedes usar tu propia tienda!"
  7.    
  8.     You_bought_items: 'Has comprado <amount> <item> a <owner> por <cost>.'
  9.    
  10.     Your_inventory_is_full: 'No te cabe en tu inventario!'
  11.     You_have_got_not_enough_money: "No tienes suficiente dinero!"
  12.     Shop_is_out_of_stock: 'Esta tienda no tiene stock!'
  13.    
  14.     You_have_not_enough_items: 'No tienes suficientes items para vender!'
  15.     You_sold_items: "Has vendido <amount> <item> a <cost> a la tienda de <owner>."
  16.     Chest_is_full: 'El cofre esta lleno!'
  17.  
  18.     Seller_has_not_enough_money: "El vendedor no tiene suficiente dinero!"
  19.     Seller_has_no_account: "La cuenta del vendedor no existe!"
  20.     No_selling_to_this_shop: "No puedes vender en esta tienda!"
  21.     No_buying_from_this_shop: "No puedes comprar en esta tienda!"
  22.    
  23.     Your_balance: 'Ahora tienes <money>.'
  24.    
  25.     Shop_is_created: 'Has creado una tienda correctamente!'
  26.     Shop_cannot_be_created: "Necesitas un cofre para crear la tienda!"
  27.     Shop_was_LWC_protected: "Tu tienda se ha protegido correctamente con LWC."
  28.    
  29.     Mode_changed_to_sell: 'Ahora estas vendiendo!'
  30.     Mode_changed_to_buy: 'Ahora estas comprando!'
  31.    
  32.     You_tried_to_steal: "No robes!"
  33.     wait: "&4Espera!"
  34.  
  35.     iteminfo: "&aNombre e ID del item:"
  36.     incorrectID: "ID incorrecto!"
  37.     Couldnt_fit_on_sign: "Algo no cupo en el cartel!"
  38.     Negative_price: "No puedes establecer precios de compra/venta negativos!"
  39.     Incorrect_price: "Ese precio es demasiado alto/bajo"
  40.     Incorrect_item_amount: "La cantidad de items/click especificada no es valida!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement