View Single Post
04/29/14, 02:05 PM   #1
Ak0
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 20
German and French translation needed

Hey there, I'm in need of some strings translated to French. Anyone that would care to help out ?
As you see by the last string, I will credit the person that does the translating in my addon menu

EDIT: German translation done! Points goes to Ace for effort , and thank you so much Tonyleila for looking over to get it proper

French
Code:
["fr"] = {
	Addon 		= "Reticle Tweaks",
	titlePicker = {
		Header 	= "Fixed Title Color",
		Body 	= "The title is this color when you interact with a container (e.g a empty or unopened chest)"
	},
	alsoRecolorTitle = {
		Header 	= "Dynamic Title Color",
		Body 	= "Enabling this will recolor the title the same as the interactable and disable the Fixed Title Color."
	},
	interactablePicker = {
		Header 	= "Interactable Color",
		Body 	= "The text is this color when you interact with something that is interactable (e.g a unopened chest)"
	},
	notInteractablePicker = {
		Header 	= "Not Interactable Color",
		Body 	= "The text is this color when you interact with something that is not interactable (e.g a empty chest)"
	},
	resetColors = {
		Header 	= "Reset Colors",
		Body 	= "Resets the colors back to default."
	},
	Warning 	= "This will reload the UI.",
	Credits 	= "Translated by"
}

Last edited by Ak0 : 04/30/14 at 01:25 AM.
  Reply With Quote