var voranet_locales = {
        main:{
            error: "Error",
            del: "Delete",
            ok: "Accept",
            cancel: "Cancel",
            alert: "Alert"
        },
        link_window:{
            invalid_mail: "E-mail address not valid",
            send_mail: "Send E-mail to ",
            follow_link: "Follow link "
        },
        tree:{
            select_goal: "Select goal"
        },
        table:{
            invalid_values: "Invalid values",
            default_text: "Insert your text..."
        },
		galeria:{
			aniadida: "Gallery correctly added"
		},
		image:{
			added: "Image correctly added."
		},
		document:{
			added: "Document correctly added."
		},
		video:{
			added: "Video correctly added."
		},
		flash:{
			added: "Flash correctly added."
		},
        gmaps:{
            new_mark: "New marker",
            mark_text: "Description",
            confirm_delete: "Please, confirme delete",
            mark: "Marker",
            added: "Map correctly added"
        },
        nicedit:{
            bold: "Bold",
            italic: "Italic",
            underline: "underline",
            left: "Left Align",
            center: "Center",
            right: "Right Align",
            justify: "Justify",
            ol: "Ordered List",
            ul: "Unordered List",
            subscript: "Subscript",
            superscript: "Superscript",
            strikethrough: "Strikethrough",
            indent: "Indent",
            outdent: "Outdent",
            hr: "Horizonal separator",
            image: "Insert images",
            video: "Insert videos",
            flash: "Insert flash",
            document: "Insert documents",
            gallery: "Insert gallerys",
            gmap: "Insert maps",
            style: "Style",
            table: "Insert tables",
            link: "Insert Link",
            unlink: "Delete link"
        }		
};
