View Single Post
05/26/17, 10:02 AM   #1
Kyoma
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 125
By The Ancestors - Translations needed (all non-english)

Hello, looking for some translations for this small and simple addon.

Post here or PM me the following text. Only translate what is in quotation marks.
Code:
-- tooltips
L.Tooltip_Known				= "Collected"
L.Tooltip_SetWaypoint			= "Set waypoint to ancestral tomb"
-- appearance
L.Appearance_PinSize			= "Pin size"
L.Appearance_PinSize_Desc		= "Set the size of the map pins."
L.Appearance_PinLayer			= "Pin layer"
L.Appearance_PinLayer_Desc		= "Set the layer of the map pins when they are at same coordinates than others"
-- compass
L.Compass_Unknown			= "Show tombs on the compass."
L.Compass_Unknown_Desc			= "Show/hide icons for uncollected tombs on the compass."
L.Compass_Dist				= "Max pin distance"
L.Compass_Dist_Desc			= "The maximum distance for pins to appear on the compass."
-- filters
L.Filters_Unknown			= "Show unknown ancestral tombs"
L.Filters_Unknown_Desc			= "Show/hide icons for unknown ancestral tombs on the map."
L.Filters_Collected			= "Show collected ancestral tombs"
L.Filters_Collected_Desc		= "Show/hide icons for already collected ancestral tombs on the map."
-- worldmap filters
L.MapFilters_Unknown			= "Unknown Ancestral Tombs"
L.MapFilters_Collected			= "Collected Ancestral Tombs"
  Reply With Quote