View Single Post
01/04/15, 12:06 PM   #1
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,001
FCOItemSaver, FCO Chat Tab Brain & AvancedFilters FCOItemSaver plugin - ES & FR

Hey there,

as ppl started the hard work to translate the game texts to spanish language too I decided to support the spanish speaking players too with my addons.
Unfortunately I don't speak spanish (except some phrases).

Attached you'll find the localization files for the 2 addons and the source code for the 1 plugin for AdvancedFilters (this addon needs to be enhanced so the plugins support spanish language too, but I'd like to be prepared^^).

If anyone is speaking spanish and would like to help me, please go ahead.
In addition I'd like to ask french native speakers to review the french translations too and fix them where necessary. Especially for FCO Chat Tab Brain there are missing some french translations.

Many thanks to you all!

Baertram


Localization texts for AdvancedFilters plugin for FCO ItemSaver:
Lua Code:
  1. local enFCOStrings = {
  2.     ["FCOMarkedAll"]     = "FCO - All",
  3.     ["FCOMarkedNone"]    = "FCO - Non marked",
  4.     ["FCOMarkedFilter1"] = "FCO - Locked",
  5.     ["FCOMarkedFilter2"] = "FCO - Gear sets",
  6.     ["FCOMarkedFilter3"] = "FCO - Research",
  7.     ["FCOMarkedFilter4"] = "FCO - Sell"
  8. }
  9. local deFCOStrings = {
  10.     ["FCOMarkedAll"]     = "FCO - Alle",
  11.     ["FCOMarkedNone"]    = "FCO - Nicht markierte",
  12.     ["FCOMarkedFilter1"] = "FCO - Gesperrt",
  13.     ["FCOMarkedFilter2"] = "FCO - Gear Sets",
  14.     ["FCOMarkedFilter3"] = "FCO - Analyse",
  15.     ["FCOMarkedFilter4"] = "FCO - Verkaufen"
  16. }
  17. local frFCOStrings = {
  18.     ["FCOMarkedAll"]     = "FCO - Toutes",
  19.     ["FCOMarkedNone"]    = "FCO - Non marqué",
  20.     ["FCOMarkedFilter1"] = "FCO - Vendeurs",
  21.     ["FCOMarkedFilter2"] = "FCO - Sets",
  22.     ["FCOMarkedFilter3"] = "FCO - Recherche",
  23.     ["FCOMarkedFilter4"] = "FCO - Boutique"
  24. }
Attached Files
File Type: lua FCOChatTabBrain.lua (5.9 KB, 609 views)
File Type: lua FCOItemSaverLoc.lua (89.0 KB, 570 views)
  Reply With Quote