Thread Tools Display Modes
Prev Previous Post   Next Post Next
11/16/21, 10:23 AM   #1
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,960
AddonSelector - FR, RU, JP, ES, PT, BR needed

Needed languages: FR, RU, JP
Needed custom languages: ES, PT, BR, maybe others. You name it Thank you

Hello guys,

I'm in need for translations to the following languages.
I'm posting the complete strings here, where some were already translated in the past (please download the addon and check the file "AddonSelector.lua". The translation table startes at the line 49 (currently it's 49 but might change, so search for "local langArray = {" and you'll find the starting line that way!).

If your language was already supported you'll find a subtable entry e.g. ["de"] = { or ["pt"] = {.
Check the contents of this subtable please and translate the missing texts (they will be English in that table if a translation is missing).
At best re-translate existing ones in your language as well, o make sure everything is up2date.
PLEASE check your translation texts ingaem if they match the length of the visible UI controls! Thanks.

Here are the English texts you need to use a as a base for your translations:

Important: You ONLY need to translate the text AFTER the
Code:
=
e.g. "Pack Name:", "Select pack", "ADDON SELECTOR: Pack name missing.", ...

Code:
["en"] = {
		["packName"]			= "Pack name:",
		["selectPack"]			= "Select pack",
    	["ERRORpackMissing"] 	= "ADDON SELECTOR: Pack name missing.",
        ["autoReloadUIHint"]	= "Auto-Reload UI on pack selection.",
        ["autoReloadUIHintTooltip"] = "Auto-Reload UI: When ON this will prevent editing and deleting addon packs. You will need to turn it off to edit or delete packs!",
        ["saveButton"]			= "Save",
        ["savePackTitle"]        = "Overwrite pack?",
        ["savePackBody"]        = "Overwrite existing pack %s?",
        ["deleteButton"]		= "Delete",
        ["deletePackTitle"]     = "Delete: ",
        ["deletePackAlert"]     = "ADDON SELECTOR: You must select a pack to delete.",
        ["deletePackError"]     = "ADDON SELECTOR: Pack delete error\n%s.",
        ["deletePackBody"]      = "Really delete?\n%s",
        ["DeselectAllAddons"]   = "Deselect all",
        ["SelectAllAddons"]     = "Select all",
        ["SelectAllAddonsSaved"] = "Re-select saved",
        ["AddonSearch"]          = "Search:",
        ["selectedPackName"]     = "Selected (%s): ",
        ["LibDialogMissing"]     = "Library \'LibDialog\' is missing! This addon will not work without it!",
        ["ReloadUI"]            = GetString(SI_ADDON_MANAGER_RELOAD) or "Reload UI",
        ["ShowActivePack"]      = "Show active pack",
        ["ShowSubMenuAtGlobalPacks"] = "Show submenu at global packs",
        ["ShowSettings"]        = "Show \'"..ADDON_NAME.."\' settings",
        ["ShowGlobalPacks"]     = "Show global saved packs",
        ["GlobalPackSettings"] = "Global pack settings",
        ["CharacterNameSettings"] = "Character name settings",
        ["SaveGroupedByCharacterName"] = "Save packs by character name",
        ["ShowGroupedByCharacterName"] = "Show packs of character names",
        ["packCharName"]        = "Character of pack",
        ["packGlobal"]          = "Global",
        ["searchExcludeFilename"] = "Exclude filename",
        ["searchSaveHistory"] = "Save history of search terms",
        ["searchClearHistory"] = "Clear history",
    },
Thank you very very much!
  Reply With Quote
 

ESOUI » Developer Discussions » Translation Help » AddonSelector - FR, RU, JP, ES, PT, BR needed

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off