diff options
author | Oz Linden <oz@lindenlab.com> | 2015-07-14 16:01:15 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-07-14 16:01:15 -0400 |
commit | 67edc1edf5389ca74a114018a804c71deecdebc1 (patch) | |
tree | 47513ac026187a19d595f36c46429b58aca90289 /indra/newview/skins/default/xui/es/menu_inventory.xml | |
parent | 4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff) | |
parent | 02757fc98ef1c56edce9de861a61828a9776f5f1 (diff) |
merge 3.8.0-release and correct xml errors caused by reformatting
Diffstat (limited to 'indra/newview/skins/default/xui/es/menu_inventory.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/es/menu_inventory.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/es/menu_inventory.xml b/indra/newview/skins/default/xui/es/menu_inventory.xml index cd5bc7917d..5d108abf67 100755 --- a/indra/newview/skins/default/xui/es/menu_inventory.xml +++ b/indra/newview/skins/default/xui/es/menu_inventory.xml @@ -1,5 +1,14 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <menu name="Popup"> + <menu_item_call label="Crear artículos" name="Marketplace Create Listing"/> + <menu_item_call label="Asociar artículos" name="Marketplace Associate Listing"/> + <menu_item_call label="Obtener (actualizar) artículos" name="Marketplace Get Listing"/> + <menu_item_call label="Comprobar errores" name="Marketplace Check Listing"/> + <menu_item_call label="Editar artículos" name="Marketplace Edit Listing"/> + <menu_item_call label="Incluir en la lista" name="Marketplace List"/> + <menu_item_call label="Retirar de la lista" name="Marketplace Unlist"/> + <menu_item_call label="Activar" name="Marketplace Activate"/> + <menu_item_call label="Desactivar" name="Marketplace Deactivate"/> <menu_item_call label="Compartir" name="Share"/> <menu_item_call label="Comprar" name="Task Buy"/> <menu_item_call label="Abrir" name="Task Open"/> @@ -86,6 +95,7 @@ <menu_item_call label="Añadir" name="Wearable Add"/> <menu_item_call label="Quitarse" name="Take Off"/> <menu_item_call label="Copiar al Buzón de salida de comerciante" name="Merchant Copy"/> - <menu_item_call label="Enviar al Mercado" name="Marketplace Send"/> + <menu_item_call label="Copiar en artículos del Mercado" name="Marketplace Copy"/> + <menu_item_call label="Mover a artículos del Mercado" name="Marketplace Move"/> <menu_item_call label="--sin opciones--" name="--no options--"/> </menu> |