ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Translation Help (https://www.esoui.com/forums/forumdisplay.php?f=186)
-   -   Translations for Item Saver 2.0.0.0 (https://www.esoui.com/forums/showthread.php?t=5058)

Randactyl 08/29/15 07:32 PM

Translations for Item Saver 2.0.0.0
 
Hello all,

If anyone has a moment, I need some translations from en to de, fr, ru, es, and whatever other community languages there are floating around :D

Lua Code:
  1. ["en"] = {
  2.     ["SI_ITEMSAVER_ADDON_NAME"] = "Item Saver",
  3.  
  4.     ["SI_ITEMSAVER_GENERAL_OPTIONS_HEADER"] = "General Options",
  5.  
  6.     ["SI_ITEMSAVER_RELOAD_UI_WARNING"] = "Will reload UI",
  7.     ["SI_ITEMSAVER_APPLY_CHANGES_BUTTON"] = "Apply Changes",
  8.     ["SI_ITEMSAVER_APPLY_CHANGES_TOOLTIP"] = "Click this whenever you make a change below",
  9.     ["SI_ITEMSAVER_MARKER_ANCHOR_LABEL"] = "Marker Position",
  10.     ["SI_ITEMSAVER_MARKER_ANCHOR_TOOLTIP"] = "Position of the saved item marker",
  11.  
  12.     ["SI_ITEMSAVER_SET_DATA_HEADER"] = "Set Data",
  13.  
  14.     ["SI_ITEMSAVER_MARKER_LABEL"] = "Marker Texture",
  15.     ["SI_ITEMSAVER_MARKER_TOOLTIP"] = "Texture to use for the marker",
  16.  
  17.     ["SI_ITEMSAVER_TEXTURE_COLOR_LABEL"] = "Texture Color",
  18.     ["SI_ITEMSAVER_TEXTURE_COLOR_TOOLTIP"] = "Color to use for the marker's texture",
  19.  
  20.     ["SI_ITEMSAVER_FILTERS_STORE_LABEL"] = "Filter Store?",
  21.     ["SI_ITEMSAVER_FILTERS_STORE_TOOLTIP"] = "Should saved items be removed from the vendor sell list?",
  22.  
  23.     ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_LABEL"] = "Filter Deconstruction?",
  24.     ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_TOOLTIP"] = "Should saved items be removed from the deconstruction list?",
  25.  
  26.     ["SI_ITEMSAVER_FILTERS_RESEARCH_LABEL"] = "Filter Research?",
  27.     ["SI_ITEMSAVER_FILTERS_RESEARCH_TOOLTIP"] = "Should saved items be removed from the research list?",
  28.  
  29.     ["SI_ITEMSAVER_FILTERS_GUILDSTORE_LABEL"] = "Filter Guild Store?",
  30.     ["SI_ITEMSAVER_FILTERS_GUILDSTORE_TOOLTIP"] = "Should saved items be removed from the guild store sell tab?",
  31.  
  32.     ["SI_ITEMSAVER_FILTERS_MAIL_LABEL"] = "Filter Mail?",
  33.     ["SI_ITEMSAVER_FILTERS_MAIL_TOOLTIP"] = "Should saved items be removed from the mail attachment list?",
  34.  
  35.     ["SI_ITEMSAVER_FILTERS_TRADE_LABEL"] = "Filter Trade?",
  36.     ["SI_ITEMSAVER_FILTERS_TRADE_TOOLTIP"] = "Should saved items be removed from the trade list?",
  37.  
  38.     ["SI_ITEMSAVER_DELETE_SET_BUTTON"] = "Delete Set",
  39.     ["SI_ITEMSAVER_DELETE_SET_TOOLTIP"] = "Removes the set and changes any items in the set to the default set",
  40.  
  41.     ["SI_ITEMSAVER_CREATE_SAVE_SET"] = "+ Create Set",
  42.     ["SI_ITEMSAVER_UNSAVE_ITEM"] = "Unsave item",
  43.  
  44.     ["SI_BINDING_NAME_ITEM_SAVER_TOGGLE"] = "Toggle Item Saved",
  45. },

Thanks so much!

Randactyl

Balver 09/02/15 01:50 PM

Here's de:
Lua Code:
  1. ["de"] = {
  2.         ["SI_ITEMSAVER_ADDON_NAME"] = "Item Saver",
  3.  
  4.         ["SI_ITEMSAVER_GENERAL_OPTIONS_HEADER"] = "Allgemeine Optionen",
  5.  
  6.         ["SI_ITEMSAVER_RELOAD_UI_WARNING"] = "UI wird neu geladen",
  7.         ["SI_ITEMSAVER_APPLY_CHANGES_BUTTON"] = "Änderungen anwenden",
  8.         ["SI_ITEMSAVER_APPLY_CHANGES_TOOLTIP"] = "Button betätigen wenn eine Änderung vorgenommen wurde",
  9.         ["SI_ITEMSAVER_MARKER_ANCHOR_LABEL"] = "Markierungsposition",
  10.         ["SI_ITEMSAVER_MARKER_ANCHOR_TOOLTIP"] = "Position der Markierung bei geschützten Gegenständen",
  11.  
  12.         ["SI_ITEMSAVER_SET_DATA_HEADER"] = "Setdaten",
  13.  
  14.         ["SI_ITEMSAVER_MARKER_LABEL"] = "Aussehen der Markierung",
  15.         ["SI_ITEMSAVER_MARKER_TOOLTIP"] = "Die Textur die für die Markierung verwendet wird",
  16.  
  17.         ["SI_ITEMSAVER_TEXTURE_COLOR_LABEL"] = "Markierungsfarbe",
  18.         ["SI_ITEMSAVER_TEXTURE_COLOR_TOOLTIP"] = "Die Farbe die für die Markierung verwendet wird",
  19.  
  20.         ["SI_ITEMSAVER_FILTERS_STORE_LABEL"] = "Händler filtern?",
  21.         ["SI_ITEMSAVER_FILTERS_STORE_TOOLTIP"] = "Sollen die geschützten Gegenstände beim NPC Händler verborgen werden?",
  22.  
  23.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_LABEL"] = "Zerlegen filtern?",
  24.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_TOOLTIP"] = "Sollen die geschützten Gegenstände beim Zerlegen an der Handwerksstation verborgen werden?",
  25.  
  26.         ["SI_ITEMSAVER_FILTERS_RESEARCH_LABEL"] = "Erforschen filtern?",
  27.         ["SI_ITEMSAVER_FILTERS_RESEARCH_TOOLTIP"] = "Sollen die geschützten Gegenstände beim Erforschen an der Handwerksstation verborgen werden?",
  28.  
  29.         ["SI_ITEMSAVER_FILTERS_GUILDSTORE_LABEL"] = "Gildenladen filtern?",
  30.         ["SI_ITEMSAVER_FILTERS_GUILDSTORE_TOOLTIP"] = "Sollen die geschützten Gegenstände im Gildenladenverkaufsfenster verborgen werden?",
  31.  
  32.         ["SI_ITEMSAVER_FILTERS_MAIL_LABEL"] = "Post filtern?",
  33.         ["SI_ITEMSAVER_FILTERS_MAIL_TOOLTIP"] = "Sollen die geschützten Gegenstände im Postanhangfenster verborgen werden?",
  34.  
  35.         ["SI_ITEMSAVER_FILTERS_TRADE_LABEL"] = "Handel filtern?",
  36.         ["SI_ITEMSAVER_FILTERS_TRADE_TOOLTIP"] = "Sollen die geschützten Gegenstände beim Handel mit anderen Spielern verborgen werden?",
  37.  
  38.         ["SI_ITEMSAVER_DELETE_SET_BUTTON"] = "Set löschen",
  39.         ["SI_ITEMSAVER_DELETE_SET_TOOLTIP"] = "Entfernt das Set und weist alle Gegenstände im Set dem \"Default\" Set zu",
  40.  
  41.         ["SI_ITEMSAVER_CREATE_SAVE_SET"] = "+ Set erstellen",
  42.         ["SI_ITEMSAVER_UNSAVE_ITEM"] = "Gegenstand nicht mehr schützen",
  43.  
  44.         ["SI_BINDING_NAME_ITEM_SAVER_TOGGLE"] = "Gegenstand schützen",
  45.     },
Tip: include the en strings to the missing languages, otherwise the menu will be blank for those client languages making it hard to configure the addon.


Something other, the "+ create set" window contains strings that aren't translatable, also it's all caps which looks very aggressive.



Aaand something not so nice, I've created a new set for test purposes which basically worked, then I've hit the delete button and nothing happened. After reloading the UI I got this error

Now the complete ESO UI is broken and menus not accessible.

This is my savedvariables after the bug occurred, the set info from my "Testall" set is gone, but the one saved item (last entry) is still there and was not converted to the default set.
Lua Code:
  1. ItemSaver_Settings =
  2. {
  3.     ["Default"] =
  4.     {
  5.         ["@xyz"] =
  6.         {
  7.             ["$AccountWide"] =
  8.             {
  9.                 ["savedSetInfo"] =
  10.                 {
  11.                     ["Default"] =
  12.                     {
  13.                         ["filterStore"] = true,
  14.                         ["filterGuildStore"] = false,
  15.                         ["filterTrade"] = false,
  16.                         ["canDelete"] = false,
  17.                         ["filterDeconstruction"] = true,
  18.                         ["markerTexture"] = "Padlock",
  19.                         ["markerColor"] = "ffff00ff",
  20.                         ["filterResearch"] = false,
  21.                         ["filterMail"] = false,
  22.                     },
  23.                 },
  24.                 ["markerAnchor"] = 9,
  25.                 ["savedItems"] =
  26.                 {
  27.                     [-1928986111] = "Default",
  28.                     [1644015618] = "Default",
  29.                     [1051614084] = "Default",
  30.                     [1043314315] = "Default",
  31.                     [1899714956] = "Default",
  32.                     [935583117] = "Default",
  33.                     [-1119134833] = "Default",
  34.                     [563881745] = "Default",
  35.                     [803524882] = "Default",
  36.                     [1013383315] = "Default",
  37.                     [-260038124] = "Default",
  38.                     [100316181] = "Default",
  39.                     [-1358924266] = "Default",
  40.                     [-812750953] = "Default",
  41.                     [2005575320] = "Default",
  42.                     [-1725818087] = "Default",
  43.                     [1734398621] = "Default",
  44.                     [511770783] = "Default",
  45.                     [854509600] = "Default",
  46.                     [-1212821215] = "Default",
  47.                     [406981928] = "Default",
  48.                     [859350316] = "Default",
  49.                     [-186914387] = "Default",
  50.                     [1311354671] = "Default",
  51.                     [-1708585040] = "Default",
  52.                     [-857105871] = "Default",
  53.                     [-1715931596] = "Default",
  54.                     [-223468362] = "Default",
  55.                     [548415547] = "Default",
  56.                     [1188070146] = "Default",
  57.                     [-2032201967] = "Default",
  58.                     [-702187966] = "Default",
  59.                     [196609858] = "Default",
  60.                     [1081545084] = "Default",
  61.                     [1180411515] = "Default",
  62.                     [700233925] = "Default",
  63.                     [1626914201] = "Default",
  64.                     [-1511907296] = "Default",
  65.                     [-1637021035] = "Default",
  66.                     [1287397449] = "Default",
  67.                     [-877051111] = "Default",
  68.                     [1691268683] = "Default",
  69.                     [1764329621] = "Default",
  70.                     [-734074291] = "Default",
  71.                     [1674536621] = "Default",
  72.                     [-1970902831] = "Default",
  73.                     [30752208] = "Default",
  74.                     [-400638767] = "Default",
  75.                     [-762049966] = "Default",
  76.                     [-398119527] = "Default",
  77.                     [1231200084] = "Default",
  78.                     [-1611931918] = "Default",
  79.                     [-2040638076] = "Default",
  80.                     [130247181] = "Default",
  81.                     [23265498] = "Default",
  82.                     [-1952062759] = "Default",
  83.                     [135010010] = "Default",
  84.                     [-2027439138] = "Default",
  85.                     [1201269084] = "Default",
  86.                     [-961180064] = "Default",
  87.                     [1482757470] = "Default",
  88.                     [1141407084] = "Default",
  89.                     [1926177632] = "Default",
  90.                     [-978777759] = "Default",
  91.                     [-315136670] = "Default",
  92.                     [105079010] = "Default",
  93.                     [1349698195] = "Default",
  94.                     [2015887007] = "Default",
  95.                     [-1401303450] = "Default",
  96.                     [423933108] = "Default",
  97.                     [-2109817727] = "Default",
  98.                     [436631061] = "Default",
  99.                     [-14644990] = "Default",
  100.                     [-1945453845] = "Default",
  101.                     [436141548] = "Default",
  102.                     [-1745950752] = "Default",
  103.                     [-2087301138] = "Default",
  104.                     [-2055726865] = "Default",
  105.                     [-782819953] = "Default",
  106.                     [-97011828] = "Default",
  107.                     [-1362392590] = "Default",
  108.                     [-176409516] = "Default",
  109.                     [1097011282] = "Default",
  110.                     [270395345] = "Default",
  111.                     [1630140819] = "Default",
  112.                     [374330315] = "Default",
  113.                     [151742072] = "Default",
  114.                     [-1695887087] = "Default",
  115.                     [15286010] = "Default",
  116.                     [976529403] = "Default",
  117.                     [-2010707076] = "Default",
  118.                     [1608790141] = "Default",
  119.                     [-638223362] = "Default",
  120.                     [969271085] = "Testall",
  121.                 },
  122.                 ["version"] = 2,
  123.             },
  124.         },
  125.     },
  126. }
After manually deleting the "[969271085] = "Testall"," entry everything works again.

Randactyl 09/02/15 02:10 PM

Thanks! Yeah, I forgot to change those three hard coded strings. Fixing them now. Any chance you could get me these strings too?

["SI_ITEMSAVER_SET_NAME_LABEL"] = "Name:",
["SI_ITEMSAVER_SELECT_FILTERS_LABEL"] = "Filters:",

I'll fix the set error too, thanks!

Balver 09/02/15 03:02 PM

["SI_ITEMSAVER_SET_NAME_LABEL"] = "Name:",
["SI_ITEMSAVER_SELECT_FILTERS_LABEL"] = "Filter:",
Only a minor adjustment needed ^^

Baertram 09/02/15 05:27 PM

I'd translate "research" with "Analyse" (and not "Erforschen"), as "Analyse" is the string used in the standard ESO crafting game menus and research stuff, if I remember right?

Balver 09/03/15 06:37 AM

A good point, I've checked the research tab at the crafting station and it's indeed called "Analysieren". I also took a look at the deconstruction tab and it's called "Verwerten", not "Zerlegen".
This leads to the following changes

Lua Code:
  1. ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_LABEL"] = "Verwertung filtern?",
  2.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_TOOLTIP"] = "Sollen die geschützten Gegenstände beim Verwerten an der Handwerksstation verborgen werden?",
  3.  
  4.         ["SI_ITEMSAVER_FILTERS_RESEARCH_LABEL"] = "Analyse filtern?",
  5.         ["SI_ITEMSAVER_FILTERS_RESEARCH_TOOLTIP"] = "Sollen die geschützten Gegenstände beim Analysieren an der Handwerksstation verborgen werden?",

Marcmad 09/03/15 09:48 PM

1 Attachment(s)
French version :banana: Thanks for your work!


Attachment 626


["fr"] = {
["SI_ITEMSAVER_ADDON_NAME"] = "Item Saver",

["SI_ITEMSAVER_GENERAL_OPTIONS_HEADER"] = "Options Général",

["SI_ITEMSAVER_RELOAD_UI_WARNING"] = "Rechargera l'Interface (Reload UI)",
["SI_ITEMSAVER_APPLY_CHANGES_BUTTON"] = "Appliquer les Changements",
["SI_ITEMSAVER_APPLY_CHANGES_TOOLTIP"] = "Cliquer ici pour enregistrer les modifications",
["SI_ITEMSAVER_MARKER_ANCHOR_LABEL"] = "Position du Marqueur",
["SI_ITEMSAVER_MARKER_ANCHOR_TOOLTIP"] = "Position du Marqueur de l'objet",

["SI_ITEMSAVER_SET_DATA_HEADER"] = "Paramètre",

["SI_ITEMSAVER_MARKER_LABEL"] = "Forme du Marqueur",
["SI_ITEMSAVER_MARKER_TOOLTIP"] = "Texture à utiliser pour l'icone du marqueur",

["SI_ITEMSAVER_TEXTURE_COLOR_LABEL"] = "Couleur du Marqueur",
["SI_ITEMSAVER_TEXTURE_COLOR_TOOLTIP"] = "Couleur utilisé pour l'icone du marqueur",

["SI_ITEMSAVER_FILTERS_STORE_LABEL"] = "Filtrer la Vente?",
["SI_ITEMSAVER_FILTERS_STORE_TOOLTIP"] = "Retirer l'objet de la liste de vente?",

["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_LABEL"] = "Filtrer la Déconstruction?",
["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_TOOLTIP"] = "Retirer l'objet de la liste de déconstruction?",

["SI_ITEMSAVER_FILTERS_RESEARCH_LABEL"] = "Filtrer la Recherche?",
["SI_ITEMSAVER_FILTERS_RESEARCH_TOOLTIP"] = "Retirer l'objet de la liste de Recherche?",

["SI_ITEMSAVER_FILTERS_GUILDSTORE_LABEL"] = "Filtrer les Boutique de Guilde?",
["SI_ITEMSAVER_FILTERS_GUILDSTORE_TOOLTIP"] = "Retirer l'objet de la liste de vente des boutiques de Guilde?",

["SI_ITEMSAVER_FILTERS_MAIL_LABEL"] = "Filtrer le Courrier?",
["SI_ITEMSAVER_FILTERS_MAIL_TOOLTIP"] = "Retirer l'objet de la liste d'envoie?",

["SI_ITEMSAVER_FILTERS_TRADE_LABEL"] = "Filtrer les échanges?",
["SI_ITEMSAVER_FILTERS_TRADE_TOOLTIP"] = "Retirer l'objet de la liste d'échange avec d'autre joueur?",

["SI_ITEMSAVER_DELETE_SET_BUTTON"] = "Effacer Groupe",
["SI_ITEMSAVER_DELETE_SET_TOOLTIP"] = "Efface le groupe et marquera ses objets avec le marquage par défaut",

["SI_ITEMSAVER_CREATE_SAVE_SET"] = "+ Créer Groupe",
["SI_ITEMSAVER_UNSAVE_ITEM"] = "Ne plus Protéger",

["SI_ITEMSAVER_SET_NAME_LABEL"] = "Nom:",
["SI_ITEMSAVER_SELECT_FILTERS_LABEL"] = "Filtres:",

["SI_BINDING_NAME_ITEM_SAVER_TOGGLE"] = "Toggle Item Saved",
}

Ckau 10/06/15 01:25 AM

Lua Code:
  1. ["ru"] = {
  2.         ["SI_ITEMSAVER_ADDON_NAME"] = "Coxpaîèòö ïpeäíeò",
  3.  
  4.         ["SI_ITEMSAVER_GENERAL_OPTIONS_HEADER"] = "Îacòpoéêè",
  5.  
  6.         ["SI_ITEMSAVER_RELOAD_UI_WARNING"] = "Ïpoèçoéäeò ïepeçaâpóçêa UI",
  7.         ["SI_ITEMSAVER_APPLY_CHANGES_BUTTON"] = "Ïpèíeîèòö èçíeîeîèü",
  8.         ["SI_ITEMSAVER_APPLY_CHANGES_TOOLTIP"] = "Êìèîóòö, ïocìe èçíeîeîèé îèæe",
  9.         ["SI_ITEMSAVER_MARKER_ANCHOR_LABEL"] = "Ïoçèœèü íapêepa",
  10.         ["SI_ITEMSAVER_MARKER_ANCHOR_TOOLTIP"] = "Ïoçèœèü coxpaîeîîoâo íapêepa",
  11.  
  12.         ["SI_ITEMSAVER_SET_DATA_HEADER"] = "Îaàop ceòoá",
  13.  
  14.         ["SI_ITEMSAVER_MARKER_LABEL"] = "Òeêcòópa íapêepa",
  15.         ["SI_ITEMSAVER_MARKER_TOOLTIP"] = "Òeêcòópa äìü íapêepa",
  16.  
  17.         ["SI_ITEMSAVER_TEXTURE_COLOR_LABEL"] = "Œáeò òeêcòópÿ",
  18.         ["SI_ITEMSAVER_TEXTURE_COLOR_TOOLTIP"] = "Œáeò äìü òeêcòópÿ íapêepa",
  19.  
  20.         ["SI_ITEMSAVER_FILTERS_STORE_LABEL"] = "Ñèìöòp íaâaçèîa?",
  21.         ["SI_ITEMSAVER_FILTERS_STORE_TOOLTIP"] = "Óàpaòö coxpaîeîîÿe ïpeäíeòÿ èç cïècêa ïpoäaæè?",
  22.  
  23.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_LABEL"] = "Ñèìöòp paçàopa?",
  24.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_TOOLTIP"] = "Óàpaòö coxpaîeîîÿe ïpeäíeòÿ èç cïècêa paçàopa?",
  25.  
  26.         ["SI_ITEMSAVER_FILTERS_RESEARCH_LABEL"] = "Ñèìöòp èccìeäoáaîèü?",
  27.         ["SI_ITEMSAVER_FILTERS_RESEARCH_TOOLTIP"] = "Óàpaòö coxpaîeîîÿe ïpeäíeòÿ èç cïècêa èccìeäoáaîèé?",
  28.  
  29.         ["SI_ITEMSAVER_FILTERS_GUILDSTORE_LABEL"] = "Ñèìöòp âèìä. íaâaçèîa?",
  30.         ["SI_ITEMSAVER_FILTERS_GUILDSTORE_TOOLTIP"] = "Óàpaòö coxpaîeîîÿe ïpeäíeòÿ èç cïècêa ïpoäaæè âèìöäeécêoâo íaâaçèîa?",
  31.  
  32.         ["SI_ITEMSAVER_FILTERS_MAIL_LABEL"] = "Ñèìöòp ïoùòÿ?",
  33.         ["SI_ITEMSAVER_FILTERS_MAIL_TOOLTIP"] = "Óàpaòö coxpaîeîîÿe ïpeäíeòÿ èç cïècêa áìoæeîèé ïoùòÿ?",
  34.  
  35.         ["SI_ITEMSAVER_FILTERS_TRADE_LABEL"] = "Ñèìöòp oàíeîa?",
  36.         ["SI_ITEMSAVER_FILTERS_TRADE_TOOLTIP"] = "Óàpaòö coxpaîeîîÿe ïpeäíeòÿ èç cïècêa oàíeîa?",
  37.  
  38.         ["SI_ITEMSAVER_DELETE_SET_BUTTON"] = "Óäaìèòö ceò",
  39.         ["SI_ITEMSAVER_DELETE_SET_TOOLTIP"] = "Óäaìüeò ceò è íeîüeò ïpeäíeòÿ îa còaîäapòîÿé ceò",
  40.  
  41.         ["SI_ITEMSAVER_CREATE_SAVE_SET"] = "+ Coçäaòö ceò",
  42.         ["SI_ITEMSAVER_UNSAVE_ITEM"] = "Cîüòö íapêep",
  43.  
  44.         ["SI_ITEMSAVER_SET_NAME_LABEL"] = "Îaçáaîèe:",
  45.         ["SI_ITEMSAVER_SELECT_FILTERS_LABEL"] = "Ñèìöòpÿ:",
  46.  
  47.         ["SI_BINDING_NAME_ITEM_SAVER_TOGGLE"] = "Àÿcòpÿé íapêep",
  48.     },

Krombie 11/28/15 08:46 PM

ES translation
 
Lua Code:
  1. ["en"] = {
  2.         ["SI_ITEMSAVER_ADDON_NAME"] = "Item Saver",
  3.      
  4.         ["SI_ITEMSAVER_GENERAL_OPTIONS_HEADER"] = "Opciones Generales",
  5.      
  6.         ["SI_ITEMSAVER_RELOAD_UI_WARNING"] = "Recargara el UI",
  7.         ["SI_ITEMSAVER_APPLY_CHANGES_BUTTON"] = "Aplicar Cambios",
  8.         ["SI_ITEMSAVER_APPLY_CHANGES_TOOLTIP"] = "Haz click aqui cuando hagas un cambio abajo",
  9.         ["SI_ITEMSAVER_MARKER_ANCHOR_LABEL"] = "Posicion del marcador",
  10.         ["SI_ITEMSAVER_MARKER_ANCHOR_TOOLTIP"] = "Posicion del marcador del objeto guardado",
  11.      
  12.         ["SI_ITEMSAVER_SET_DATA_HEADER"] = "Aplicar Data",
  13.      
  14.         ["SI_ITEMSAVER_MARKER_LABEL"] = "Textura del marcador",
  15.         ["SI_ITEMSAVER_MARKER_TOOLTIP"] = "Textura para usar con los marcadores",
  16.      
  17.         ["SI_ITEMSAVER_TEXTURE_COLOR_LABEL"] = "Color de la textura",
  18.         ["SI_ITEMSAVER_TEXTURE_COLOR_TOOLTIP"] = "Color para usar con la Textura",
  19.      
  20.         ["SI_ITEMSAVER_FILTERS_STORE_LABEL"] = "Filtrar Tienda?",
  21.         ["SI_ITEMSAVER_FILTERS_STORE_TOOLTIP"] = "Ocultar los objetos guardados de la lista de ventas de los vendedores?",
  22.      
  23.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_LABEL"] = "Filtros de Deconstruccion?",
  24.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_TOOLTIP"] = "Ocultar los objetos guardados de la lista de Deconstruccion?",
  25.      
  26.         ["SI_ITEMSAVER_FILTERS_RESEARCH_LABEL"] = "Filtros de Investigacion?",
  27.         ["SI_ITEMSAVER_FILTERS_RESEARCH_TOOLTIP"] = "Quitar objetos guardados de la lista de Invetigacion?",
  28.      
  29.         ["SI_ITEMSAVER_FILTERS_GUILDSTORE_LABEL"] = "Filtrar tienda del Gremio?",
  30.         ["SI_ITEMSAVER_FILTERS_GUILDSTORE_TOOLTIP"] = "Ocultar los objetos guardados de la lista de ventas del Gremio",
  31.      
  32.         ["SI_ITEMSAVER_FILTERS_MAIL_LABEL"] = "Filtrar Correo?",
  33.         ["SI_ITEMSAVER_FILTERS_MAIL_TOOLTIP"] = "Ocultar los objetos guardados de la lista de objetos que se pueden asjuntar a un correo?",
  34.      
  35.         ["SI_ITEMSAVER_FILTERS_TRADE_LABEL"] = "Filtrar Comercio?",
  36.         ["SI_ITEMSAVER_FILTERS_TRADE_TOOLTIP"] = "Ocultar los objetos guardados de la lita de comercio?",
  37.      
  38.         ["SI_ITEMSAVER_DELETE_SET_BUTTON"] = "Borrar Set",
  39.         ["SI_ITEMSAVER_DELETE_SET_TOOLTIP"] = "Borra el set y cambia cualquier objeto en el set al set original",
  40.      
  41.         ["SI_ITEMSAVER_CREATE_SAVE_SET"] = "+ Crear Set",
  42.         ["SI_ITEMSAVER_UNSAVE_ITEM"] = "Des-Guardar Objeto",
  43.      
  44.         ["SI_BINDING_NAME_ITEM_SAVER_TOGGLE"] = "Toggle objetos guardados",
  45.     },


All times are GMT -6. The time now is 06:34 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI