/**
* JS Language File: English
*/

var message_pop_up_lang =
{
	// DEFAULT
	'error'		   : 'Ocorreu um Erro',
	'no_permission'	   : 'Você não tem permissão para efetuar essa ação',
	'cannot_cont'	   : 'Cannot continue with this request',
	'settings_updated' : 'Parametros Atualizados',
	
	// Custom errors:
	'pp_date_error'     : 'Date must be a legal valid date',
	'pp_comment_error'  : 'Voce não pode postar EM BRANCO',
	'pp_friend_exist'   : 'That member does not appear to exist',
	'pp_friend_already' : 'You already have that member as your friend',
	'pp_friend_removed' : 'Amigo(s) Removido(s)',
	'pp_icq_error'      : 'Your ICQ identity must be numeric',
	
	// Friend added:
	'pp_friend_added'     : 'Amigos Adicionados na sua lista',
	'pp_friend_added_mod' : 'Seu Amigo Deve Aprovar sua Requisição',
	'pp_friend_approved'  : 'Requisição de Amigo Aprovada',
	
	// Comments update
	'pp_comments_updated'  : 'Comments updated',
	'pp_comment_added_mod' : "Comment must be approved before it's shown",
	
	// POLL MODULE
	'already_voted' : 'Você Já Votou',
	
	// ARTICLES MODULE
	'rating_updated' : 'Your rating has been updated',
	'rating_added'   : 'Your rating has been added',
	'rating_already' : 'You have rated this article already'
};

/**
* Global stuff
*/

var ipb_global_lang =
{
	// 2.3.2
	'action_cancelled'	   : 'OK, ação cancelada !',
	// ERROR
	'post_upload_not_empty'   : 'You have an item to be uploaded. Click the UPLOAD button to upload it or click OK to continue without uploading',
	// EDITORS
	'editor_enter_url'	  : 'Please enter the full URL',
	'editor_enter_title'      : 'Please enter the title for this item',
	'editor_enter_email'      : 'Please enter the email address',
	'editor_enter_image'      : 'Please enter the URL for this image',
	'editor_enter_list'       : 'Enter a list item',
	// GENERAL
	'general_error'           : 'Error',
	'general_ok'              : 'OK',
	'image_resized'           : '<center>Imagem Reduzida: <%1>% to tamanho original [ <%2> x <%3> ]<br>CLIQUE AQUI PARA VER EM TAMANHO REAL</center>',
	'image_attach_percent'    : 'Reduced <%1>%',
	'image_attach_no_percent' : 'Imagem Reduzida',
	'image_attach_dims'       : '<%1> x <%2>',
	'image_attach_size'       : ' (<%1>)',
	'click_to_view'           : 'Clique para ver Imagem em Tamanho Real',
	'view_full_size'          : 'View full size image',
	'visit_my_website'	  : 'Visite Meu WebSite'
};