diff localization/frFR.lua @ 161:35612aee8e15

Added junk list.
author yellowfive
date Mon, 06 May 2019 14:08:03 -0700
parents 3ac4915a2e41
children 5c68d3fccff3
line wrap: on
line diff
--- a/localization/frFR.lua	Wed Apr 24 18:00:57 2019 -0700
+++ b/localization/frFR.lua	Mon May 06 14:08:03 2019 -0700
@@ -162,6 +162,7 @@
 L.GearButtonEquip = function(spec)
 	return string.format("Activer la spé %s et équipper le stuff", spec)
 end
+L.GearButtonJunk = "Voir Junk List"
 L.GearButtonShop = "Voir Shopping List"
 
 L.GearEquipErrorCombat = "Impossible de changer de spé/stuff pendant un combat !"
@@ -211,6 +212,25 @@
 
 
 --[[----------------------------------------------------------------------
+Junk List
+------------------------------------------------------------------------]]
+L.JunkTitle = "Junk List"
+L.JunkEmpty = "You have no junk items"
+L.JunkScrap = "Click an item to add to the scrapper"
+L.JunkVendor = "Click an item to sell"
+L.JunkDisenchant = "Click an item to disenchant"
+L.JunkBankText = function(count)
+	return count .. " junk items are not in your bags"
+end
+L.JunkMissingText = function(count)
+    return "Warning! " .. count .. " junk items could not be found"
+end
+L.JunkButtonBank = "Retrieve from Bank"
+L.JunkOutOfSync = "An item in your junk list could not be found. Try opening your bank for a few seconds, then export to the website, then import again."
+L.JunkItemNotFound = "That item could not be found in your bags. Try closing and opening the Junk List to refresh it."
+
+
+--[[----------------------------------------------------------------------
 Shopping List
 ------------------------------------------------------------------------]]
 L.ShopTitle = "Shopping List"
@@ -281,6 +301,9 @@
 L.OptionsAutoGearName = "Equippe le stuff automatiquement lors d'un changement de spé"
 L.OptionsAutoGearDesc = "Quand tu changes de spé (via l'interface utilisateur, un autre add-on, etc.) le stuff importé depuis AMR (onglet Gear) pour cette spé est automatiquement équippé."
 
+L.OptionsJunkVendorName = "Automatically show junk list at vendors and scrapper"
+L.OptionsJunkVendorDesc = "Whenever you open the scrapper or a vendor, automatically show the junk list window if your list is not empty."
+
 L.OptionsShopAhName = "Voir la shopping list automatiquement à l'hôtel des ventes"
 L.OptionsShopAhDesc = "Quand tu ouvres l'hôtel des ventes, la fenêtre de la shopping list s'ouvre automatiquement. Tu peux cliquer sur un item dans la shopping list pour le chercher automatiquement dans l'hôtel des ventes."