Index: trunk/xpressme_integration_kit/language/pt-br_utf8/admin.php
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/admin.php	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/admin.php	(revision 710)
@@ -0,0 +1,44 @@
+<?php /* Brazilian Portuguese Translation by Marcelo Yuji Himoro <http://yuji.ws> */
+if( ! defined( 'XP2_ADMIN_LANG_INCLUDED' ) ) {
+	define( 'XP2_ADMIN_LANG_INCLUDED' , 1 ) ;
+	
+// altsys
+	define('_MD_A_MYMENU_MYTPLSADMIN','Templates');
+	define('_MD_A_MYMENU_MYBLOCKSADMIN','Blocos/permissões');
+	define('_MD_A_MYMENU_MYLANGADMIN','Idiomas');
+	define('_MD_A_MYMENU_MYPREFERENCES','Preferências');
+
+	define("_AM_XP2_SYSTEM_INFO","Informações de sistema");
+	define("_AM_XP2_XOOPS_CONFIG_INFO","Valores do XOOPS obtidos pelo XPressME");
+	define("_AM_XP2_PLUGIN","Plug-ins ativos no WordPress");
+	define("_AM_XP2_BLOCK_STATS","Estado dos blocos");
+	define("_AM_XP2_STATS","Estatísticas");
+	define("_AM_XP2_CATEGORIES","N° de categorias");
+	define("_AM_XP2_ARTICLES","N° de posts");
+	define("_AM_XP2_AUTHORS","N° de autores");
+	define("_AM_XP2_SYS_REPORT","Exibir em forma de relatório");
+	define("_AM_XP2_SYS_NORMAL","Exibir em formato normal");
+	define("_AM_XP2_BLOCK_OPTIONS","Bloqueie Opções");
+	define("_AM_XP2_GROUP_ROLE","Se agrupe Papel");
+
+// Block Check	
+	define("_AM_XP2_BLOCK_OK","Blocos funcionando corretamente.");
+	define("_AM_XP2_BLOCK_NG","Há blocos com problemas.");
+	define("_AM_XP2_BLOCK_REPAIR_HOWTO","Siga os procedimentos abaixo para consertar os blocos.");
+	define("_AM_XP2_BLOCK_REPAIR_STEP1","1° passo");
+	define("_AM_XP2_BLOCK_REMOVE","Excluir blocos");
+	define("_AM_XP2_BLOCK_REMOVE_NOTE","ATENÇÃO: os blocos serão <b>excluídos</b> do banco de dados.");
+	define("_AM_XP2_BLOCK_REPAIR_STEP2","2° passo");
+	define("_AM_XP2_BLOCK_UPDATE","Atualize o módulo para que eles sejam reconstruídos.");
+	define("_AM_XP2_TO_MODELE_UPDATE","Atualizar módulo");
+	define("_AM_XP2_BLOCK_REPAIR_STEP3","3° passo");
+	define("_AM_XP2_BLOCK_ADMIN_SETTING","Reconfigure a ordem e as permissões de acesso dos blocos.");
+	define("_AM_XP2_BLOCK_TO_SETTING","Ir para as configurações dos blocos");
+	define("_AM_XP2_USER_META_KEY","Meta-dados do usuário");
+	define("_AM_XP2_USER_META_NONE","Não há meta-chave para este nível de usuário.");
+	define("_AM_XP2_USER_META_ERR","Há %d meta-chaves com o prefixo %s.");
+	define("_AM_XP2_USER_META_OK","Meta-dados do usuário funcionando corretamente.");	
+	define("_AM_XP2_NG_BLOCK_REMOVE","Excluir bloco anormal mesa");
+	define("_AM_XP2_BLOCK_OR","OU");
+}
+?>
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/blocks.php
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/blocks.php	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/blocks.php	(revision 710)
@@ -0,0 +1,152 @@
+<?php /* Brazilian Portuguese Translation by Marcelo Yuji Himoro <http://yuji.ws> */
+if( ! defined( 'XP2_BLOCK_LANG_INCLUDED' ) ) {
+	define( 'XP2_BLOCK_LANG_INCLUDED' , 1 ) ;
+// general	
+	define("_MB_XP2_COUNT",'N° de leituras');
+	define("_MB_XP2_COUNT_ZERO_ALL",'N° de leituras (0 = exibir tudo)');
+	define("_MB_XP2_LENGTH","Tamanho");
+	define("_MB_XP2_ALL","Tudo");
+	define("_MB_XP2_BLOCK_CACHE_ERR","O cache ainda não existe.<br />Acesse o módulo %s primeiro.");
+	define("_MB_XP2_SHOW_NUM_OF_POST","N° de posts a exibir");
+	define("_MB_XP2_SHOW_DROP_DOWN","Exibir lista selecionável");
+	define("_MB_XP2_HIDE_EMPTY","Excluir da lista categorias vazias");
+	define("_MB_XP2_TITLE","Título");
+	define("_MB_XP2_PUBLISH_DATE","Data de publicação");
+	define("_MB_XP2_SORT_ORDER","Ordem de exibição");
+	define("_MB_XP2_SORT_ASC","Crescente");
+	define("_MB_XP2_SORT_DESC","Decrescente");
+	define("_MB_XP2_SHOW_DATE_SELECT","Exibir data");
+	define("_MB_XP2_SHOW_DATE_NONE","Não exibir");
+	define("_MB_XP2_SHOW_POST_DATE","Exibir data de publicação");
+	define("_MB_XP2_SHOW_MODIFY_DATE","Exibir data de atualização");
+	define("_MB_XP2_SHOW_DATE","Exibir data");
+	define("_MB_XP2_DATE_FORMAT","Formato da data (deixe em branco para utilizar configurações do WordPress)");
+	define("_MB_XP2_TIME_FORMAT","Formato da hora (deixe em branco para utilizar configurações do WordPress)");
+	define("_MB_XP2_FLAT","Plano");
+	define("_MB_XP2_LIST","Lista");
+	define("_MB_XP2_FILE_NAME","Nome do arquivo");
+	define("_MB_XP2_THISTEMPLATE","Modelo");
+	define("_MB_XP2_NO_JSCRIPT","Javascript deveria ser habilite por um browser.");	
+	
+// recent comment block	
+	define("_MB_XP2_COMM_DISP_AUTH","Exibir autor do comentário");
+	define("_MB_XP2_COMM_DISP_TYPE","Exibir tipo de comentário");
+	define("_MB_XP2_COM_TYPE","Selecione o tipo de comentário a ser exibido");
+	define("_MB_XP2_COMMENT","Comentário");
+	define("_MB_XP2_TRUCKBACK","Trackback");
+	define("_MB_XP2_PINGBACK","Pingback");
+	
+// recent posts content
+	define("_MB_XP2_P_EXCERPT","Exibir post pelo excerto.");
+	define("_MB_XP2_P_EXCERPT_SIZE","N° máx. de caracteres do post");
+	define("_MB_XP2_CATS_SELECT","Selecionar a(s) categoria(s)");
+	define("_MB_XP2_TAGS_SELECT","Selecionar a(s) tag(s) (separadas por ,)");
+	define("_MB_XP2_DAY_SELECT","Select Post Date");
+	define("_MB_XP2_NONE","None");
+	define("_MB_XP2_TODAY","Hoje");
+	define("_MB_XP2_LATEST","Latest");
+	define("_MB_XP2_DAY_BETWEEN","Entre");
+	define("_MB_XP2_DAYS_AND","e");
+	define("_MB_XP2_DAYS_AGO","dias atrás");
+	define("_MB_XP2_CATS_DIRECT_SELECT","Contribuição direta de ID(Vírgula separou lista de categorie ID)");
+	
+// recent posts list	
+	define("_MB_XP2_REDNEW_DAYS","N° de dias para exibir sinal vermelho de \"NOVO\"");
+	define("_MB_XP2_GREENNEW_DAYS","N° de dias para exibir sinal verde de \"NOVO\"");	
+
+// calender		
+	define("_MB_XP2_SUN_COLOR","Cor do domingo");
+	define("_MB_XP2_SAT_COLOR","Cor do sábado");
+	
+// popular		
+	define("_MB_XP2_MONTH_RANGE","Exibir posts de um mês específico (0 = mostrar tudo)");
+	
+// archives
+	define("_MB_XP2_ARC_TYPE","Tipos de arquivo");
+	define("_MB_XP2_ARC_YEAR","Arquivo por ano");
+	define("_MB_XP2_ARC_MONTH","Arquivo por mês");
+	define("_MB_XP2_ARC_WEEK","Arquivo por semana");
+	define("_MB_XP2_ARC_DAY","Arquivo por dia");
+	define("_MB_XP2_ARC_POST","Arquivo por post");
+
+// authors	
+	define("_MB_XP2_EXCLUEDEADMIN","Excluir administrador da lista");
+	define("_MB_XP2_SHOW_FULLNAME","Exibir nome completo do autor");
+
+// page 	
+	define("_MB_XP2_PAGE_ORDERBY","Ordenar páginas por");
+	define("_MB_XP2_PAGE_TITLE","Título");
+	define("_MB_XP2_PAGE_MENU_ORDER","Páginas");
+	define("_MB_XP2_PAGE_POST_DATE","Data de criação");
+	define("_MB_XP2_PAGE_POST_MODIFY","Data de atualização");
+	define("_MB_XP2_PAGE_ID","ID da página");
+	define("_MB_XP2_PAGE_AUTHOR","ID do autor");
+	define("_MB_XP2_PAGE_SLUG","Slug da página");
+	define("_MB_XP2_PAGE_EXCLUDE","Excluir páginas por ID (separados por ,)");
+	define("_MB_XP2_PAGE_EXCLUDE_TREE","Excluir páginas por ID e todas as suas sub-páginas (separados por ,)");
+	define("_MB_XP2_PAGE_INCLUDE","Exibir apenas as páginas indicadas por ID (separados por ,)");
+	define("_MB_XP2_PAGE_DEPTH","Nível máx. de sub-páginas a serem exibidas na lista (0 = todos os níveis)");
+	define("_MB_XP2_PAGE_CHILD_OF","Nível máx. de sub-páginas a serem exibidas para páginas indicadas por ID (0 = todos os níveis)");
+	define("_MB_XP2_PAGE_HIERARCHICAL","Identar quando mostrar sub-páginas.");
+	define("_MB_XP2_PAGE_META_KEY","Exibir apenas páginas contendo a seguinte chave de campo personalizado");
+	define("_MB_XP2_PAGE_META_VALUE","Exibir apenas páginas contendo o seguinte valor de campo personalizad");
+	
+// Search
+	define("_MB_XP2_SEARCH_LENGTH","Tamanho da caixa de pesquisa");
+	
+// tag cloud
+	define("_MB_XP2_CLOUD_SMALLEST",'Tamanho mínimo da fonte utilizada para exibir as tags');
+	define("_MB_XP2_CLOUD_LARGEST",'Tamanho máximo da fonte utilizada para exibir as tag');
+	define("_MB_XP2_CLOUD_UNIT","Unidades: pt, px, em, %, etc.");
+	define("_MB_XP2_CLOUD_NUMBER","N° máx. de tags a serem exibidas na nuvem. (0 = mostrar tudo)");
+	define("_MB_XP2_CLOUD_FORMAT","Formato de exibição da nuvem");
+	define("_MB_XP2_CLOUD_ORDERBY","Ordenar tags por");
+	define("_MB_XP2_CLOUD_ORDER","Ordem de exibição (randômico apenas para WordPress 2.5 ou superior)");
+	define("_MB_XP2_CLOUD_EXCLUDE","Excluir tags pelo term_id (separado por ,)");
+	define("_MB_XP2_CLOUD_INCLUDE","Exibir apenas as tags indicadas por term_id (separados por ,; deixe em branco para todas)");
+	define("_MB_XP2_RAND","randômico");
+	define("_MB_XP2_TAG_NAME","nome");
+	define("_MB_XP2_TAG_COUNT","n° de posts");
+	
+// Categorie
+	define("_MB_XP2_CAT_ALL_STR","Texto do link para todas as categorias (deixe em branco para não exibir)");
+	define("_MB_XP2_CAT_ORDERBY","Ordenar categorias por");
+	define("_MB_XP2_CAT_NAME","nome");
+	define("_MB_XP2_CAT_COUNT","n° de posts");
+	define("_MB_XP2_CAT_ID","ID");
+	define("_MB_XP2_SHOW_LAST_UPDATE","Exibir para cada categoria data de último post atuaizado");
+	define("_MB_XP2_CAT_HIDE_EMPTY","Ocultar categorias vazias");
+	define("_MB_XP2_DESC_FOR_TITLE","Exibir descrição da categoria no título");
+	define("_MB_XP2_CAT_EXCLUDE","Excluir categorias por ID (seaparadas por ,)");
+	define("_MB_XP2_CAT_INCLUDE","Exibir apenas as categorias indicdas por ID (separadas por ,)");
+	define("_MB_XP2_CAT_HIERARCHICAL","Identar quando exibir sub-categorias.");
+	define("_MB_XP2_CAT_DEPTH","Nível max. de sub-categorias a seerem exibidas na lista (0 = todos os níveis）");
+	
+// meta 
+	define("_MB_XP2_META_WP_LINK","Exibir link para o site do WordPress");
+	define("_MB_XP2_META_XOOPS_LINK","Exibir link para o site do XOOPS");
+	define("_MB_XP2_META_POST_RSS","Exibir RSS dos posts");
+	define("_MB_XP2_META_COMMENT_RSS","Exibir RSS dos comentários");
+	define("_MB_XP2_META_POST_NEW","Exibir \"Novo post\"");
+	define("_MB_XP2_META_ADMIN","Exibir \"Administração do site\"");
+	define("_MB_XP2_META_README","Exibir leia-me");
+	define("_MB_XP2_META_CH_STYLE","Exibir seleção de modo de exibição");
+
+// widget 
+	define("_MB_XP2_SELECT_WIDGET","Selecione os widgets a serem exibidos");
+	define("_MB_XP2_NO_WIDGET","Nenhum widget selecionado no WordPress.");
+	define("_MB_XP2_WIDGET_TITLE_SHOW","Caso apenas um widget seja selecionado, exibir título do widget");
+	
+	
+// custom 
+	define("_MB_XP2_ENHACED_FILE","Nome do rquivo a ser exibido no bloco personalizado.");
+	define("_MB_XP2_MAKE_ENHACED_FILE","Crie o arquivo no diretório de blocos dentro do diretório do tema.");
+
+// blog_list
+	define("_MB_XP2_BLOG_ORDERBY","Ordenar blogs por");
+	define("_MB_XP2_BLOG_NAME","nome");
+	define("_MB_XP2_BLOG_COUNT","n° de posts");
+	define("_MB_XP2_BLOG_ID","ID");
+
+}
+?>
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/index.html
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/index.html	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/index.html	(revision 710)
@@ -0,0 +1,1 @@
+ <script>history.go(-1);</script>
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/author_newcomment.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/author_newcomment.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/author_newcomment.tpl	(revision 710)
@@ -0,0 +1,6 @@
+Olá, {X_UNAME}.
+
+Um novo comentário foi enviado no post {XPRESS_POST_TITLE} de {XPRESS_AUTH_NAME}.
+
+Clique no link abaixo para ver o comentário:
+{XPRESS_POST_URL}
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/author_newpost.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/author_newpost.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/author_newpost.tpl	(revision 710)
@@ -0,0 +1,6 @@
+Olá, {X_UNAME}.
+
+Um novo post ({XPRESS_POST_TITLE}) foi publicado por {XPRESS_AUTH_NAME}.
+
+Clique no link abaixo para ver o post:
+{XPRESS_POST_URL}
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/category_newcomment.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/category_newcomment.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/category_newcomment.tpl	(revision 710)
@@ -0,0 +1,6 @@
+Olá, {X_UNAME}.
+
+Um novo comentário foi enviado no post {XPRESS_POST_TITLE}, categoria {XPRESS_CAT_TITLE}.
+
+Clique no link abaixo para ver o post:
+{XPRESS_POST_URL}
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/category_newpost.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/category_newpost.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/category_newpost.tpl	(revision 710)
@@ -0,0 +1,6 @@
+Olá, {X_UNAME}.
+
+Um novo post "{XPRESS_POST_TITLE}" foi publicado na categoria {XPRESS_CAT_TITLE}.
+
+Clique no link abaixo para ver o post:
+{XPRESS_POST_URL}
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_newcomment.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_newcomment.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_newcomment.tpl	(revision 710)
@@ -0,0 +1,6 @@
+Olá, {X_UNAME}.
+
+Um novo comentário foi enviado no post {XPRESS_POST_TITLE} em {X_MODULE}.
+
+Clique no link abaixo para ver o post:
+{XPRESS_POST_URL}
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_newpost.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_newpost.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_newpost.tpl	(revision 710)
@@ -0,0 +1,6 @@
+Olá, {X_UNAME}.
+
+Um novo post foi publicado em {X_MODULE}.
+
+Clique no link abaixo para ver o post:
+{XPRESS_POST_URL}
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_waiting.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_waiting.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/global_waiting.tpl	(revision 710)
@@ -0,0 +1,3 @@
+Olá, {X_UNAME}.
+
+Há itens aguardando moderação no módulo {X_MODULE}.
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/index.html
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/index.html	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/index.html	(revision 710)
@@ -0,0 +1,1 @@
+ <script>history.go(-1);</script>
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/post_editpost.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/post_editpost.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/post_editpost.tpl	(revision 710)
@@ -0,0 +1,6 @@
+Olá, {X_UNAME}.
+
+O post "{POST_TITLE}" em {X_SITENAME} foi atualizado.
+
+Clique no link abaixo para ver o post:
+{POST_URL}
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/post_newcomment.tpl
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/post_newcomment.tpl	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/mail_template/post_newcomment.tpl	(revision 710)
@@ -0,0 +1,6 @@
+Olá, {X_UNAME}.
+
+Um novo comentário foi publicado no post [{XPRESS_POST_TITLE}].
+
+Clique no link abaixo para ver o post:
+{XPRESS_POST_URL}
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/main.php
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/main.php	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/main.php	(revision 710)
@@ -0,0 +1,6 @@
+<?php
+if( ! defined( 'XP2_MAIN_LANG_INCLUDED' ) ) {
+	define( 'XP2_MAIN_LANG_INCLUDED' , 1 ) ;
+
+}
+?>
Index: trunk/xpressme_integration_kit/language/pt-br_utf8/modinfo.php
===================================================================
--- trunk/xpressme_integration_kit/language/pt-br_utf8/modinfo.php	(revision 710)
+++ trunk/xpressme_integration_kit/language/pt-br_utf8/modinfo.php	(revision 710)
@@ -0,0 +1,104 @@
+<?php /* Brazilian Portuguese Translation by Marcelo Yuji Himoro <http://yuji.ws> */
+if( ! defined( 'XP2_MODINFO_LANG_INCLUDED' ) ) {
+	define( 'XP2_MODINFO_LANG_INCLUDED' , 1 ) ;
+
+	// The name of this module admin menu
+	define("_MI_XP2_MENU_SYS_INFO","Informações de sistema");
+	define("_MI_XP2_MENU_BLOCK_ADMIN","Blocos/permissões");
+	define("_MI_XP2_MENU_BLOCK_CHECK","Checar blocos");
+	define("_MI_XP2_MENU_WP_ADMIN","Administração do WordPress");
+	define("_MI_XP2_MOD_ADMIN","Administração do módulo");
+
+	// The name of this module
+	define("_MI_XP2_NAME","Blog");
+
+	// A brief description of this module
+	define("_MI_XP2_DESC","Port do WordPressME para o XOOPS.");
+
+	// Sub menu titles
+	define("_MI_XP2_MENU_POST_NEW","Novo post");
+	define("_MI_XP2_MENU_EDIT","Editar post");
+	define("_MI_XP2_MENU_ADMIN","Administração do WordPress");
+	define("_MI_XP2_MENU_XPRESS","Configurações do XPressME");
+	define("_MI_XP2_MENU_TO_MODULE","Ir para o módulo");
+	define("_MI_XP2_TO_UPDATE","atualização");
+
+	// Module Config
+	define("_MI_LIBXML_PATCH","Force um remendo para o bicho de libxml2 em um bloco");
+	define("_MI_LIBXML_PATCH_DESC","libxml2 Ver 2.70-2.72 têm o bicho que' < ' e' > ' é afastado. 
+XPressME adquire uma versão de libxml2 automaticamente, e é adaptado um remendo se for necessário. 
+Quando XPressME não puder adquirir uma versão de libxml2, o senhor pode deixar um remendo isto ajustar violentamente com esta opção.");
+	
+	define("_MI_MEMORY_LIMIT","Tamanho de memória (MB) pelo menos necessário para módulo");
+	define("_MI_MEMORY_LIMIT_DESC","php.iniのmemory_limit値がこの値より小さいとき、可能であればini_set('memory_limit', Value);を実行しmemory_limitを再設定する");
+
+	// Block Name
+	define("_MI_XP2_BLOCK_COMMENTS","Comentários recentes");
+	define("_MI_XP2_BLOCK_CONTENT","Posts recentes com conteúdo");
+	define("_MI_XP2_BLOCK_POSTS","Posts recentes");
+	define("_MI_XP2_BLOCK_CALENDER","Calendário");
+	define("_MI_XP2_BLOCK_POPULAR","Posts mais lidos");
+	define("_MI_XP2_BLOCK_ARCHIVE","Arquivo");
+	define("_MI_XP2_BLOCK_AUTHORS","Autores");
+	define("_MI_XP2_BLOCK_PAGE","Páginas");
+	define("_MI_XP2_BLOCK_SEARCH","Pesquisa");
+	define("_MI_XP2_BLOCK_TAG","Nuvem de tags");
+	define("_MI_XP2_BLOCK_CATEGORY","Categorias");
+	define("_MI_XP2_BLOCK_META","Meta");
+	define("_MI_XP2_BLOCK_SIDEBAR","Barra lateral");
+	define("_MI_XP2_BLOCK_WIDGET","Widgets");
+	define("_MI_XP2_BLOCK_ENHANCED","Bloco avançado");
+	define("_MI_XP2_BLOCK_BLOG_LIST","Blogs Lista");
+	define("_MI_XP2_BLOCK_GLOBAL_POSTS","Posts recentes(Todo o blog)");
+	define("_MI_XP2_BLOCK_GLOBAL_COMM","Comentários recentes(Todo o blog)");
+	define("_MI_XP2_BLOCK_GLOBAL_POPU","Posts mais lidos(Todo o blog)");
+
+	// Notify Categories
+	define('_MI_XP2_NOTCAT_GLOBAL', 'TUDO');
+	define('_MI_XP2_NOTCAT_GLOBALDSC', 'Opções de aviso para o blog inteiro.');
+	define('_MI_XP2_NOTCAT_CAT', 'Categoria selecionada');
+	define('_MI_XP2_NOTCAT_CATDSC', 'Opções de aviso para a categoria selecionada.');
+	define('_MI_XP2_NOTCAT_AUTHOR', 'Autor selecionado'); 
+	define('_MI_XP2_NOTCAT_AUTHORDSC', 'Opções de aviso para o autor selecionado.');
+	define('_MI_XP2_NOTCAT_POST', 'Post atual'); 
+	define('_MI_XP2_NOTCAT_POSTDSC', 'Opções de aviso para o post atual.');
+
+	// Each Notifications
+	define('_MI_XP2_NOTIFY_GLOBAL_WAITING', 'Aguardando moderação');
+	define('_MI_XP2_NOTIFY_GLOBAL_WAITINGCAP', 'Avisos sobre posts e edições que necessitam moderação (para administradores).');
+	define('_MI_XP2_NOTIFY_GLOBAL_WAITINGSBJ', '[{X_SITENAME}] {X_MODULE}: aguardando moderação');
+
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWPOST', 'Novo post');
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTCAP', 'Aviso sobre novo post publicados no blog.');
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTSBJ', '[Post em {XPRESS_BLOG_NAME}]: "{XPRESS_POST_TITLE}"');
+
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENT', 'Novo comentário');
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTCAP', 'Aviso sobre novo comentário postado no blog.');
+	define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: "{XPRESS_POST_TITLE}"');
+
+	define('_MI_XP2_NOTIFY_CAT_NEWPOST', 'Novo post em categoria');
+	define('_MI_XP2_NOTIFY_CAT_NEWPOSTCAP', 'Aviso sobre novo post publicados nesta categoria.');
+	define('_MI_XP2_NOTIFY_CAT_NEWPOSTSBJ', '[Post em {XPRESS_BLOG_NAME}]: "{XPRESS_POST_TITLE}" (CATEGORIA="{XPRESS_CAT_TITLE}")');
+
+	define('_MI_XP2_NOTIFY_CAT_NEWCOMMENT', 'Novo comentário em categoria');
+	define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTCAP', 'Aviso sobre novo comentário nesta categoria.');
+	define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTSBJ', '[Comentário em {XPRESS_BLOG_NAME}]: "{XPRESS_POST_TITLE}" (CATEGORIA="{XPRESS_CAT_TITLE}")');
+
+	define('_MI_XP2_NOTIFY_AUT_NEWPOST', 'Novo post de autor');
+	define('_MI_XP2_NOTIFY_AUT_NEWPOSTCAP', 'Aviso sobre novo post deste autor.');
+	define('_MI_XP2_NOTIFY_AUT_NEWPOSTSBJ', '[Post em {XPRESS_BLOG_NAME}]: "{XPRESS_POST_TITLE}" (AUTOR="{XPRESS_AUTH_NAME}")');
+
+	define('_MI_XP2_NOTIFY_AUT_NEWCOMMENT', 'Novo comentário para autor');
+	define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTCAP', 'Aviso sobre novo comentário em post deste autor.');
+	define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTSBJ', '[Comentário em {XPRESS_BLOG_NAME}]: "{XPRESS_POST_TITLE}" (AUTOR="{XPRESS_AUTH_NAME}")');
+
+	define('_MI_XP2_NOTIFY_POST_EDITPOST', 'Atualização de post');
+	define('_MI_XP2_NOTIFY_POST_EDITPOSTCAP', 'Aviso sobre atualização no post atual.');
+	define('_MI_XP2_NOTIFY_POST_EDITPOSTSBJ', '[Post em {XPRESS_BLOG_NAME}]: Atualização de "{XPRESS_POST_TITLE}" (ACOMPANHANDO)');
+
+	define('_MI_XP2_NOTIFY_POST_NEWCOMMENT', 'Comentário em post');
+	define('_MI_XP2_NOTIFY_POST_NEWCOMMENTCAP', 'Aviso sobre comentário no post atual.');
+	define('_MI_XP2_NOTIFY_POST_NEWCOMMENTSBJ', '[Comentário em {XPRESS_BLOG_NAME}]: "{XPRESS_POST_TITLE}" (ACOMPANHANDO)');
+
+}
+?>
Index: trunk/xpressme_integration_kit/wp-content/plugins/xpressme/language/xpressme-pt_BR.po
===================================================================
--- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/language/xpressme-pt_BR.po	(revision 710)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/language/xpressme-pt_BR.po	(revision 710)
@@ -0,0 +1,774 @@
+# Copyright (c) 2005-2008 XPressME
+# This file is distributed under the same license as the XPressME package.
+# toemon <info@toemon.com>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: XPressME Plugin\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-08-23 09:53+0900\n"
+"PO-Revision-Date: 2010-08-23 10:02+0900\n"
+"Last-Translator: toemon <info@toemon.com>\n"
+"Language-Team: Marcelo Yuji Himoro <yuji@yuji.ws>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Portuguese\n"
+"X-Poedit-Country: BRAZIL\n"
+"X-Poedit-KeywordsList: __;_e;_c\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-Basepath: C:\\XPressME_Project\\XPressME_SVN_Trunk\\xpressme_integration_kit\\wp-content\\plugins\\xpressme\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#: xpressme.php:59
+msgid "Display Settings"
+msgstr "Configurações de exibição"
+
+#: xpressme.php:60
+msgid "Integration Settings"
+msgstr "Configurações de integração"
+
+#: xpressme.php:61
+msgid "Other Settings"
+msgstr "Outras configurações"
+
+#: xpressme.php:64
+msgid "Upgrade"
+msgstr "Atualizar"
+
+#: xpressme.php:65
+msgid "to Modules Admin"
+msgstr "Ir para a administração do Modules"
+
+#: xpressme.php:196
+msgid "XPressME Display Setting"
+msgstr "Configurações de exibição do XPressME"
+
+#: xpressme.php:202
+msgid "Thema Sidebar Display"
+msgstr "Exibir barra lateral no tema?"
+
+#: xpressme.php:203
+#: xpressme.php:296
+#: xpressme.php:302
+#: xpressme.php:307
+#: xpressme.php:313
+#: xpressme_class.php:470
+#: xpressme_class.php:488
+#: xpressme_class.php:675
+#: xpressme_class.php:686
+#: xpressme_class.php:710
+msgid "YES"
+msgstr "Sim"
+
+#: xpressme.php:204
+#: xpressme.php:297
+#: xpressme.php:303
+#: xpressme.php:308
+#: xpressme.php:314
+#: xpressme_class.php:471
+#: xpressme_class.php:489
+#: xpressme_class.php:676
+#: xpressme_class.php:687
+#: xpressme_class.php:711
+msgid "NO"
+msgstr "Não"
+
+#: xpressme.php:213
+#: xpressme.php:265
+#: xpressme.php:324
+msgid "Update Config"
+msgstr "Atualizar"
+
+#: xpressme.php:214
+#: xpressme.php:266
+#: xpressme.php:325
+msgid "Preset Config"
+msgstr "Padrão"
+
+#: xpressme.php:247
+msgid "XPressME Integration Setting"
+msgstr "Configurações de integração do XPressME"
+
+#: xpressme.php:251
+msgid "Media Upload Base Path"
+msgstr "Caminho base para uploads"
+
+#: xpressme.php:254
+msgid "Use XOOPS UPLOAD PATH"
+msgstr "Utilizar o diretório do XOOPS"
+
+#: xpressme.php:255
+msgid "USE WordPress BASE_PATH"
+msgstr "Utilizar o diretório do WordPress"
+
+#: xpressme.php:290
+msgid "XPressME Other Setting"
+msgstr "Outras configurações do XPressME"
+
+#: xpressme.php:295
+msgid "The change tracking of the post is preserved"
+msgstr "Ativar revisões dos posts?"
+
+#: xpressme.php:301
+msgid "Select Multi user mode"
+msgstr "Ativar modo multi-usuário?"
+
+#: xpressme.php:306
+msgid "Is the posts author views counted?"
+msgstr "Contar leituras do autor?"
+
+#: xpressme.php:312
+msgid "Is SQL debugging window displayed?"
+msgstr "Exibir janela de debug do SQL?"
+
+#: xpressme.php:317
+msgid "Select warning display of block file version check"
+msgstr "Exibição de advertência seleta de bloco cheque de versão de arquivo"
+
+#: xpressme.php:318
+msgid "Do display"
+msgstr "Exiba"
+
+#: xpressme.php:319
+msgid "Do not display"
+msgstr "Não exiba"
+
+#: xpressme_class.php:64
+#: xpressme_class.php:418
+msgid "Older Post"
+msgstr "Ir para o post anterior"
+
+#: xpressme_class.php:65
+#: xpressme_class.php:421
+msgid "Newer Post"
+msgstr "Ir para o post seguinte"
+
+#: xpressme_class.php:67
+#: xpressme_class.php:424
+msgid "Older Entries"
+msgstr "Ir para a página anterior"
+
+#: xpressme_class.php:68
+#: xpressme_class.php:427
+msgid "Newer Entries"
+msgstr "Ir para a página seguinte"
+
+#: xpressme_class.php:82
+#: xpressme_class.php:83
+#: xpressme_class.php:430
+msgid "Read the rest of this entry &raquo;"
+msgstr "Continuar lendo este post &raquo;"
+
+#: xpressme_class.php:530
+msgid "Single Post Navi Setting"
+msgstr "Post individual"
+
+#: xpressme_class.php:535
+#: xpressme_class.php:610
+msgid "Adjustment of Navi link display position"
+msgstr "Posicionamento de links"
+
+#: xpressme_class.php:538
+msgid "'Old Post Link' is displayed in the left, and 'Newer Post Link' is displayed in the right"
+msgstr "Exibir link para o post anterior à esquerda, e para o seguinte à direita"
+
+#: xpressme_class.php:539
+msgid "'Newer Post Link' is displayed in the left, and 'Old Post Link' is displayed in the right"
+msgstr "Exibir link para o post seguinte à esquerda, e para o anterior à direita"
+
+#: xpressme_class.php:545
+msgid "Select Display name of PostNavi Link"
+msgstr "Selecione o texto do link a ser exibido"
+
+#: xpressme_class.php:548
+msgid "Title of post"
+msgstr "Título do post"
+
+#: xpressme_class.php:549
+msgid "Title of Navi"
+msgstr "Personalizado"
+
+#: xpressme_class.php:555
+msgid "Display Navi Title of Old Post Link"
+msgstr "Texto do link para o post anterior"
+
+#: xpressme_class.php:562
+msgid "Display Navi Title of Newer Post Link"
+msgstr "Texto do link para o post seguinte"
+
+#: xpressme_class.php:569
+#: xpressme_class.php:634
+msgid "Left arrow image src"
+msgstr "Esquerda seta imagem SRC"
+
+#: xpressme_class.php:574
+#: xpressme_class.php:589
+#: xpressme_class.php:639
+#: xpressme_class.php:652
+msgid "Not Found"
+msgstr "não achado"
+
+#: xpressme_class.php:584
+#: xpressme_class.php:647
+msgid "Right arrow image src"
+msgstr "Direito seta imagem SRC"
+
+#: xpressme_class.php:605
+msgid "Posts List Page Navi Setting"
+msgstr "Lista de posts"
+
+#: xpressme_class.php:613
+msgid "'Old Page Link' is displayed in the left, and 'Newer Page Link' is displayed in the right"
+msgstr "Exibir link para o página anterior à esquerda, e para o seguinte à direita"
+
+#: xpressme_class.php:614
+msgid "'Newer Page Link' is displayed in the left, and 'Old Page Link' is displayed in the right"
+msgstr "Exibir link para o página seguinte à esquerda, e para o anterior à direita"
+
+#: xpressme_class.php:620
+msgid "Display Navi Title of Old Page Link"
+msgstr "Texto do link para o página anterior"
+
+#: xpressme_class.php:627
+msgid "Display Navi Title of Newer Page Link"
+msgstr "Texto do link para o página seguinte anterior"
+
+#: xpressme_class.php:666
+msgid "Dashboard feed Display Setting"
+msgstr "Painel feed Exibição Colocação"
+
+#: xpressme_class.php:672
+msgid "Display XPressMe Integration Kit Blog"
+msgstr "Exibição XPressME Integration Kit Blog"
+
+#: xpressme_class.php:683
+msgid "Display XPressMe Integration Kit Forum"
+msgstr "Exibição XPressME Integration Kit Folum"
+
+#: xpressme_class.php:701
+msgid "Role Setting at Login"
+msgstr "Permissões"
+
+#: xpressme_class.php:707
+msgid "XOOPS administrators role is set as all blog administrators."
+msgstr "XOOPS administradores papel é fixo como todos os administradores de blog."
+
+#: xpressme_class.php:716
+msgid "XOOPS Groupe"
+msgstr "Grupo do XOOPS"
+
+#: xpressme_class.php:716
+msgid "WordPress Role"
+msgstr "Permissão do WordPress"
+
+#: xpressme_class.php:716
+msgid "Role is set at each login"
+msgstr "Atualizar permissões ao fazer login"
+
+#: xpressme_class.php:721
+msgid "module cannot be read"
+msgstr "módulo não pode ser lido"
+
+#: xpressme_class.php:762
+#: xpressme_class.php:766
+#: xpressme_class.php:769
+msgid "Default Role of WordPress"
+msgstr "Permissão padrão do WordPress"
+
+#: xpressme_class.php:763
+#: xpressme_class.php:767
+#: xpressme_class.php:770
+msgid "Group User Doesn't Register"
+msgstr "Não cadastrar usuários"
+
+#: xpressme_class.php:783
+msgid "Only the Admin can set Group Role Setting"
+msgstr "Only the Admin can set Group Role Setting"
+
+#: xpressme_class.php:805
+msgid "WordPress MultiBlog cannot integrate the comments."
+msgstr "Não é possível integrar comentários no WordPress MultiBlog."
+
+#: xpressme_class.php:807
+msgid "Do Not Comment Integration."
+msgstr "Não integrar comentários"
+
+#: xpressme_class.php:842
+msgid "Create New Forum"
+msgstr "Crie Foro Novo"
+
+#: xpressme_class.php:854
+msgid "Comment integration with D3Forum"
+msgstr "Integração de comentários com o D3Forum"
+
+#: xpressme_class.php:856
+msgid "Select the forum of D3Forum that does the comment integration from the following lists."
+msgstr "Selecione o fórum do D3Forum com o qual os comentários serão integrados:"
+
+#: xpressme_class.php:861
+msgid "Select the Type of display of D3Forum comment."
+msgstr "Selecione o tipo de exibição dos comentários do D3Forum:"
+
+#: xpressme_class.php:863
+#: xpressme_class.php:866
+msgid "Flat"
+msgstr "Plano"
+
+#: xpressme_class.php:864
+#: xpressme_class.php:867
+msgid "Threaded"
+msgstr "Aninhado"
+
+#: xpressme_class.php:870
+msgid "Select the order of display of D3Forum comment."
+msgstr "Selecione a ordem de exibição dos comentários do D3Forum:"
+
+#: xpressme_class.php:872
+#: xpressme_class.php:875
+msgid "DESC"
+msgstr "Crescente"
+
+#: xpressme_class.php:873
+#: xpressme_class.php:876
+msgid "ASC"
+msgstr "Decrescente"
+
+#: xpressme_class.php:879
+msgid "Number of displays of D3Forum comments."
+msgstr "Número de comentários do D3Fórum a serem exibidos:"
+
+#: xpressme_class.php:882
+msgid "The import and the export between Wordpress Comments and the D3Forum Posts can be done. "
+msgstr "Importar/exportar comentários entre o WordPress e o D3Forum"
+
+#: xpressme_class.php:883
+msgid "Export to D3Forum"
+msgstr "Exportar para o D3Forum"
+
+#: xpressme_class.php:884
+msgid "Import from D3Forum"
+msgstr "Importar para o D3Forum"
+
+#: xpressme_class.php:897
+msgid "Contents Excerpt Setting"
+msgstr "Excerto"
+
+#: xpressme_class.php:902
+msgid "Is the excerpt display done with the archive of contents?"
+msgstr "Exibir excertos nos arquivos?"
+
+#: xpressme_class.php:909
+msgid "When ASCII character more than the set ratio is included, it is judged ASCII contents. "
+msgstr "Quando um excerto contiver mais caracteres ASCII do que o valor definido, ele será tratado como ASCII."
+
+#: xpressme_class.php:916
+msgid "Excerpt length of word for ASCII contents"
+msgstr "N° de caracteres para excerto de conteúdo ASCII"
+
+#: xpressme_class.php:923
+msgid "Excerpt length of character for multibyte contents"
+msgstr "N° de caracteres para excerto de conteúdo multi-byte"
+
+#: xpressme_class.php:930
+msgid "This text is displayed in the link that reads contents not excerpted.(Is not displayed for the blank.)"
+msgstr "Texto do link para o texto completo do post (deixe em branco para não exibir)"
+
+#: xpressme_class.php:937
+msgid "This text is displayed in the link that more tag (&lt;!--more--&gt;). "
+msgstr "Texto do link para posts com a tag &lt;!--more--&gt;:"
+
+#: xpressme_class.php:949
+msgid "Display Mode Setting"
+msgstr "Modo de exibição"
+
+#: xpressme_class.php:952
+msgid "Select the XPressME Display Mode."
+msgstr "Selecione o modo de exibição do XPressME"
+
+#: xpressme_class.php:957
+msgid "Xoops Mode"
+msgstr "XOOPS"
+
+#: xpressme_class.php:961
+msgid "WordPress Mode"
+msgstr "WordPress"
+
+#: xpressme_class.php:965
+msgid "User select"
+msgstr "Selecionar usuário"
+
+#: xpressme_class.php:970
+msgid "Select the theme used in the XOOPS Mode."
+msgstr "Selecione o tema usado no Modo de XOOPS."
+
+#: xpressme_class.php:975
+msgid "Use WordPress Selected Themes"
+msgstr "Uso WordPress Selected Temas"
+
+#: xpressme_class.php:993
+msgid "Header Meta Option"
+msgstr "Meta Header"
+
+#: xpressme_class.php:998
+msgid "Select the Header keyword."
+msgstr "Selecione as palavras-chave a serem utilizadas:"
+
+#: xpressme_class.php:1003
+msgid "Xoops KeyWord"
+msgstr "XOOPS"
+
+#: xpressme_class.php:1006
+msgid "WordPress KeyWord"
+msgstr "WordPress"
+
+#: xpressme_class.php:1009
+msgid "WordPress & Xoops KeyWord"
+msgstr "WordPress e XOOPS"
+
+#: xpressme_class.php:1015
+msgid "Select the Header Description."
+msgstr "Selecione a descrição a ser utilizada:"
+
+#: xpressme_class.php:1020
+msgid "Xoops Description"
+msgstr "XOOPS"
+
+#: xpressme_class.php:1023
+msgid "WordPress Description"
+msgstr "WordPress"
+
+#: xpressme_class.php:1026
+msgid "WordPress & Xoops Description"
+msgstr "WordPress e XOOPS"
+
+#: xpressme_class.php:1032
+msgid "Select the Header Robots Index."
+msgstr "Selecione o robô de indexação a ser utilizado no cabeçalho:"
+
+#: xpressme_class.php:1037
+msgid "Xoops Robots Index"
+msgstr "XOOPS"
+
+#: xpressme_class.php:1040
+msgid "WordPress Robots Index"
+msgstr "WordPress"
+
+#: xpressme_class.php:1086
+#, php-format
+msgid "Unable to create directory %s. Is its parent directory writable by the server?"
+msgstr "Não foi possível criar o diretório %s. Verifique as permissões de escrita do servidor."
+
+#: xpressme_widget_class.php:17
+msgid "XPressME User Menu Widget"
+msgstr "XPressME User Menu Widget"
+
+#: xpressme_widget_class.php:19
+msgid "XPressME MENU"
+msgstr "XPressME MENU"
+
+#: xpressme_widget_class.php:143
+#: xpressme_widget_class.php:195
+#: xpressme_widget_class.php:200
+#: xpressme_widget_class.php:205
+msgid "Link"
+msgstr "Ligação"
+
+#: xpressme_widget_class.php:144
+#: xpressme_widget_class.php:160
+msgid "Site Home"
+msgstr "Site Home"
+
+#: xpressme_widget_class.php:145
+#: xpressme_widget_class.php:165
+msgid "Add New"
+msgstr "Some Novo"
+
+#: xpressme_widget_class.php:146
+#: xpressme_widget_class.php:170
+msgid "User Profile"
+msgstr "Perfil de usuário"
+
+#: xpressme_widget_class.php:147
+#: xpressme_widget_class.php:176
+msgid "WordPress Admin"
+msgstr "WordPress Admin"
+
+#: xpressme_widget_class.php:148
+#: xpressme_widget_class.php:181
+msgid "Module Admin"
+msgstr "Module Admin"
+
+#: xpressme_widget_class.php:149
+#: xpressme_widget_class.php:186
+msgid "XPressME Setting"
+msgstr "Colocação de XPressME"
+
+#: xpressme_widget_class.php:150
+msgid "Display Mode Select"
+msgstr "Exiba Modo Selecione"
+
+#: xpressme_widget_class.php:152
+#: xpressme_widget_class.php:171
+msgid "Auto Setting"
+msgstr "Colocação de auto"
+
+#: xpressme_widget_class.php:157
+msgid "User Menu"
+msgstr "User Menu"
+
+#: xpressme_widget_class.php:245
+msgid "Title:"
+msgstr "Title:"
+
+#: include/custom_functions.php:113
+#, php-format
+msgid "Permanent Link to %s"
+msgstr "Link permanente para %s"
+
+#: include/custom_functions.php:498
+#: include/custom_functions.php:531
+#, php-format
+msgid "views :%d"
+msgstr "Leituras: %d"
+
+#: include/custom_functions.php:695
+msgid "Main"
+msgstr "Principal"
+
+#: include/custom_functions.php:698
+#, php-format
+msgid "Archive for the &#8216;%s&#8217; Category"
+msgstr "Arquivo da categoria &#8216;%s&#8217;"
+
+#: include/custom_functions.php:701
+#, php-format
+msgid "Posts Tagged &#8216;%s&#8217;"
+msgstr "Posts com a tag &#8216;%s&#8217; "
+
+#: include/custom_functions.php:704
+#, php-format
+msgid "Archive for %s|Daily archive page"
+msgstr "Arquivo de %s|Arquivo por dia"
+
+#: include/custom_functions.php:704
+msgid "F jS, Y"
+msgstr "j \\d\\e F \\d\\e Y"
+
+#: include/custom_functions.php:706
+#, php-format
+msgid "Archive for %s|Monthly archive page"
+msgstr "Arquivo de %s|Arquivo por mês"
+
+#: include/custom_functions.php:706
+msgid "F, Y"
+msgstr "F \\d\\e Y"
+
+#: include/custom_functions.php:708
+#, php-format
+msgid "Archive for %s|Yearly archive page"
+msgstr "Arquivo de %s|Arquivo por ano"
+
+#: include/custom_functions.php:708
+msgid "Y"
+msgstr "Y"
+
+#: include/custom_functions.php:711
+#, php-format
+msgid "Archive for the &#8216;%s&#8217; Author"
+msgstr "Arquivo do autor &#8216;%s&#8217;"
+
+#: include/custom_functions.php:714
+#, php-format
+msgid "Search Results of word &#8216;%s&#8217;"
+msgstr "Resultados da pesquisa por &#8216;%s&#8217;"
+
+#: include/custom_functions.php:720
+#: include/custom_functions.php:722
+#, php-format
+msgid "Article of %s"
+msgstr "Posts de %s"
+
+#: include/custom_functions.php:744
+#, php-format
+msgid "From %1$s on site %2$s"
+msgstr "De %2$s em %1$s"
+
+#: include/custom_functions.php:765
+msgid "No Trackback/Pingback"
+msgstr "Nenhum trackback/pingback"
+
+#: include/custom_functions.php:766
+msgid "One Trackback/Pingback"
+msgstr "1 trackback/pingback"
+
+#: include/custom_functions.php:767
+msgid "% TrackBack/Pingback"
+msgstr "% trackbacks/pingbacks"
+
+#: include/custom_functions.php:945
+msgid "Tags:"
+msgstr ""
+
+#: include/custom_functions.php:988
+msgid "Comments (0)"
+msgstr ""
+
+#: include/custom_functions.php:988
+msgid "Comments (1)"
+msgstr ""
+
+#: include/custom_functions.php:988
+msgid "Comments (%)"
+msgstr ""
+
+#: include/custom_functions.php:992
+#, fuzzy, php-format
+msgid "Views :%d"
+msgstr "Leituras: %d"
+
+#: include/custom_functions.php:1070
+msgid "Create New Blog"
+msgstr "Crie Blog Novo"
+
+#: include/custom_functions.php:1096
+msgid "Your Primary Blog"
+msgstr "Seu Blog Primário"
+
+#: include/dashboard_feed.php:19
+msgid "XPressME Integration Kit Blog"
+msgstr "XPressME Integration Kit Blog"
+
+#: include/dashboard_feed.php:32
+msgid "XPressME Integration Kit Folum"
+msgstr "XPressME Integration Kit Folum"
+
+#: include/dashboard_feed.php:92
+msgid "Unknown Feed"
+msgstr "Feed desconhecido"
+
+#: include/functions_for_wp_old.php:21
+msgid "<strong>ERROR</strong>: The password field is empty."
+msgstr "<strong>ERRO</strong>: campo de senha não preenchido."
+
+#: include/functions_for_wp_old.php:29
+msgid "<strong>ERROR</strong>: Invalid username."
+msgstr "<strong>ERRO</strong>: nome de usuário inválido."
+
+#: include/functions_for_wp_old.php:37
+msgid "<strong>ERROR</strong>: Incorrect password."
+msgstr "<strong>ERRO</strong>: senha inválida."
+
+#: include/pluggable-override.php:265
+#, php-format
+msgid "If the page does not automatically reload, please click <a href='%s'>here</a>"
+msgstr "Se a página não atualizar automaticamente, clique <a href='%s'>aqui</a>."
+
+#: include/xpress_common_functions.php:8
+msgid "After Blog address (URL) is set, it is necessary to set the permalink again."
+msgstr "Depois que endereço de Blog (URL) for fixo, é necessário fixar o permalink novamente."
+
+#: include/xpress_common_functions.php:9
+msgid "Can not access WordPress address (URL)."
+msgstr "Não pode acessar endereço de WordPress (URL)."
+
+#: include/xpress_common_functions.php:10
+msgid "WordPress Blog address (URL) is different from access URL."
+msgstr "WordPress Blog endereço (URL) é diferente de URL de acesso."
+
+#: include/xpress_common_functions.php:210
+msgid "Themes"
+msgstr "Temas"
+
+#: include/xpress_common_functions.php:225
+msgid "Switch to XOOPS mode"
+msgstr "Mudar para o XOOPS"
+
+#: include/xpress_common_functions.php:229
+#: include/xpress_common_functions.php:232
+msgid "Switch to WordPress mode"
+msgstr "Mudar para o WordPress"
+
+#: include/xpress_common_functions.php:390
+#, php-format
+msgid "Block file %1$s is an old version %2$s.<br />used block file %3$s of new version %4$s."
+msgstr "Bloco arquivo %1$s são uma versão velha %2$s.<br />bloco usado arquivo %3$s de versão nova %4$s."
+
+#: include/xpress_upgrade.php:13
+msgid "XPressME Upgrade"
+msgstr "XPressME Atualizar"
+
+#: include/xpress_upgrade.php:27
+#, php-format
+msgid "You are using a XPressME Integration Kit development version (%1$s). Cool! Please <a href=\"%2$s\">stay updated</a>."
+msgstr "Você está usando uma versão para XPressME Integration Kit desenvolvedores (%1$s). Legal! Por favor, <a href=\"%2$s\">mantenha-se atualizado</a>."
+
+#: include/xpress_upgrade.php:31
+msgid "There is a new version of XPressME Integration Kit available for upgrade"
+msgstr "Há uma versão nova do XPressME Integration Kit disponível para atualização"
+
+#: include/xpress_upgrade.php:33
+#, php-format
+msgid "You can upgrade to version %s download the package and install it manually:"
+msgstr "Você pode atualizar para a versão %s  fazer o download e instalar manualmente:"
+
+#: include/xpress_upgrade.php:36
+#: include/xpress_upgrade.php:60
+#, php-format
+msgid "Download %s"
+msgstr "Download %s"
+
+#: include/xpress_upgrade.php:41
+#: include/xpress_upgrade.php:68
+#, php-format
+msgid "You can download the differential file from version %s to %s and upgrade it manually:"
+msgstr "You can download the differential file from version %s to %s and upgrade it manually:"
+
+#: include/xpress_upgrade.php:44
+#: include/xpress_upgrade.php:71
+#, php-format
+msgid "Download differential file for %s"
+msgstr "Download differential file for %s"
+
+#: include/xpress_upgrade.php:48
+msgid "You have the latest version of XPressME Integration Kit. You do not need to upgrade"
+msgstr "Sua versão do XPressME Integration Kit é a mais recente. Não é necessário atualizá-la."
+
+#: include/xpress_upgrade.php:57
+#, php-format
+msgid "You can use the development version %s download the package and install it manually:"
+msgstr "You can use the development version %s download the package and install it manually:"
+
+#: include/xpress_upgrade.php:78
+#, php-format
+msgid "There is no response from <a href=\"%s\">version check API</a> now. sorry, please confirm it after."
+msgstr "Não há nenhuma resposta de <a href=\"%s\">cheque de versão API</a> agora. arrependido, por favor confirme depois de."
+
+#: include/xpress_upgrade.php:235
+#, php-format
+msgid "XPressME Integration Kit Version %1$s is available! <a href=\"%2$s\">Please update now</a>."
+msgstr "O XPressME Integration Kit %1$s está disponível! <a href=\"%2$s\">Por favor, atualize agora</a>."
+
+#: include/xpress_upgrade.php:237
+#, php-format
+msgid "XPressME Integration Kit Version %1$s is available! Please notify the site administrator."
+msgstr "O XPressME Integration Kit Versão %1$s está disponível! Por favor, avise o administrador do site."
+
+#~ msgid "Title"
+#~ msgstr "Title"
+#~ msgid "URL"
+#~ msgstr "URL"
+#~ msgid "more"
+#~ msgstr "続きを読む"
+#~ msgid "More Link Text (Is not displayed for the blank.)"
+#~ msgstr "Moreリンクテキスト（ブランクの場合リンクを表示しません。）"
+#~ msgid "Calendar"
+#~ msgstr "カレンダー"
+#~ msgid "%1$s %2$s|Used as a calendar caption"
+#~ msgstr "%2$s 年 %1$s|カレンダーのキャプションに使われます"
+#~ msgid "View posts for %1$s %2$s"
+#~ msgstr "%2$s年%1$sの投稿を表示"
+#~ msgid "XPressME Configuration Page"
+#~ msgstr "XPressMEの設定ページ"
+
Index: trunk/xpressme_integration_kit/wp-content/themes/xpress_default/languages/lang.pot
===================================================================
--- trunk/xpressme_integration_kit/wp-content/themes/xpress_default/languages/lang.pot	(revision 710)
+++ trunk/xpressme_integration_kit/wp-content/themes/xpress_default/languages/lang.pot	(revision 710)
@@ -0,0 +1,817 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR XPressME
+# This file is distributed under the same license as the XPressME package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: XPress_Default_themes\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-02-21 09:49+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: 404.php:22
+msgid "Error 404 - Not Found"
+msgstr ""
+
+#: archives.php:20
+msgid "Archives by Month:"
+msgstr ""
+
+#: archives.php:25
+msgid "Archives by Subject:"
+msgstr ""
+
+#: comments-popup.php:9
+#, php-format
+msgid "%1$s - Comments on %2$s"
+msgstr ""
+
+#: comments-popup.php:22
+msgid "Comments"
+msgstr ""
+
+#: comments-popup.php:24
+msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post."
+msgstr ""
+
+#: comments-popup.php:27
+#, php-format
+msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
+msgstr ""
+
+#: comments-popup.php:45
+msgid "Comment"
+msgstr ""
+
+#: comments-popup.php:45
+msgid "Trackback"
+msgstr ""
+
+#: comments-popup.php:45
+msgid "Pingback"
+msgstr ""
+
+#: comments-popup.php:45
+#, php-format
+msgid "by %1$s &#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>"
+msgstr ""
+
+#: comments-popup.php:51
+msgid "No comments yet."
+msgstr ""
+
+#: comments-popup.php:55
+msgid "Leave a comment"
+msgstr ""
+
+#: comments-popup.php:56
+#, php-format
+msgid "Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%s</code>"
+msgstr ""
+
+#: comments-popup.php:60
+#, php-format
+msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out &raquo;</a>"
+msgstr ""
+
+#: comments-popup.php:64
+#: comments.php:91
+msgid "Name"
+msgstr ""
+
+#: comments-popup.php:71
+msgid "E-mail"
+msgstr ""
+
+#: comments-popup.php:76
+msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>"
+msgstr ""
+
+#: comments-popup.php:81
+msgid "Your Comment"
+msgstr ""
+
+#: comments-popup.php:87
+msgid "Say It!"
+msgstr ""
+
+#: comments-popup.php:92
+msgid "Sorry, the comment form is closed at this time."
+msgstr ""
+
+#: comments-popup.php:97
+msgid "Close this window."
+msgstr ""
+
+#: comments-popup.php:105
+#, php-format
+msgid "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"
+msgstr ""
+
+#: comments.php:6
+msgid "This post is password protected. Enter the password to view comments."
+msgstr ""
+
+#: comments.php:17
+#: comments.php:38
+msgid "No Responses"
+msgstr ""
+
+#: comments.php:17
+#: comments.php:38
+msgid "One Response"
+msgstr ""
+
+#: comments.php:17
+#: comments.php:38
+msgid "% Responses"
+msgstr ""
+
+#: comments.php:17
+#: comments.php:38
+#, php-format
+msgid "to &#8220;%s&#8221;"
+msgstr ""
+
+#: comments.php:33
+#: comments.php:63
+msgid "Comments are closed."
+msgstr ""
+
+#: comments.php:43
+#, php-format
+msgid "<cite>%s</cite> Says:"
+msgstr ""
+
+#: comments.php:45
+msgid "Your comment is awaiting moderation."
+msgstr ""
+
+#: comments.php:48
+#, php-format
+msgid "%1$s at %2$s"
+msgstr ""
+
+#: comments.php:48
+msgid "Comment Edit"
+msgstr ""
+
+#: comments.php:70
+msgid "Leave a Reply"
+msgstr ""
+
+#: comments.php:70
+#, php-format
+msgid "Leave a Reply for %s"
+msgstr ""
+
+#: comments.php:79
+#, php-format
+msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
+msgstr ""
+
+#: comments.php:85
+#: comments.php:87
+#, php-format
+msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
+msgstr ""
+
+#: comments.php:85
+#: comments.php:87
+msgid "Log out of this account"
+msgstr ""
+
+#: comments.php:85
+#: comments.php:87
+msgid "Log out &raquo;"
+msgstr ""
+
+#: comments.php:91
+#: comments.php:94
+msgid "(required)"
+msgstr ""
+
+#: comments.php:94
+msgid "Mail (will not be published)"
+msgstr ""
+
+#: comments.php:97
+msgid "Website"
+msgstr ""
+
+#: comments.php:102
+#, php-format
+msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
+msgstr ""
+
+#: comments.php:106
+msgid "Submit Comment"
+msgstr ""
+
+#: footer.php:10
+#, php-format
+msgid "%1$s and %2$s."
+msgstr ""
+
+#: footer.php:10
+msgid "Entries (RSS)"
+msgstr ""
+
+#: footer.php:10
+msgid "Comments (RSS)"
+msgstr ""
+
+#: footer.php:12
+#, php-format
+msgid "%.3f sec."
+msgstr ""
+
+#: functions.php:25
+msgid "Primary Navigation"
+msgstr ""
+
+#: functions.php:196
+msgid "Header & Footer"
+msgstr ""
+
+#: functions.php:210
+msgid "Close Color Picker"
+msgstr ""
+
+#: functions.php:415
+msgid "Header Options saved."
+msgstr ""
+
+#: functions.php:416
+msgid "Footer Options saved."
+msgstr ""
+
+#: functions.php:420
+msgid "Header Image and Color"
+msgstr ""
+
+#: functions.php:433
+#: functions.php:440
+msgid "Save"
+msgstr ""
+
+#: functions.php:434
+msgid "Font Color:"
+msgstr ""
+
+#: functions.php:434
+#, php-format
+msgid "Any CSS color (%s or %s or %s)"
+msgstr ""
+
+#: functions.php:435
+msgid "Upper Color:"
+msgstr ""
+
+#: functions.php:435
+#: functions.php:436
+#, php-format
+msgid "HEX only (%s or %s)"
+msgstr ""
+
+#: functions.php:436
+msgid "Lower Color:"
+msgstr ""
+
+#: functions.php:438
+msgid "Toggle Text"
+msgstr ""
+
+#: functions.php:439
+msgid "Use Defaults"
+msgstr ""
+
+#: functions.php:448
+msgid "Font Color"
+msgstr ""
+
+#: functions.php:449
+msgid "Upper Color"
+msgstr ""
+
+#: functions.php:450
+msgid "Lower Color"
+msgstr ""
+
+#: functions.php:451
+msgid "Revert"
+msgstr ""
+
+#: functions.php:452
+msgid "Advanced"
+msgstr ""
+
+#: functions.php:459
+msgid "Update Header &raquo;"
+msgstr ""
+
+#: functions.php:465
+msgid "Font Color (CSS):"
+msgstr ""
+
+#: functions.php:466
+msgid "Upper Color (HEX):"
+msgstr ""
+
+#: functions.php:467
+msgid "Lower Color (HEX):"
+msgstr ""
+
+#: functions.php:468
+msgid "Select Default Colors"
+msgstr ""
+
+#: functions.php:469
+msgid "Toggle Text Display"
+msgstr ""
+
+#: functions.php:475
+msgid "Footer"
+msgstr ""
+
+#: functions.php:481
+msgid "Set number of the sidebar to display in the footer."
+msgstr ""
+
+#: functions.php:486
+msgid "none"
+msgstr ""
+
+#: functions.php:496
+msgid "Update Footer &raquo;"
+msgstr ""
+
+#: functions.php:512
+msgid "First Footer Widget Area"
+msgstr ""
+
+#: functions.php:513
+msgid "The first footer widget area"
+msgstr ""
+
+#: functions.php:516
+msgid "Second Footer Widget Area"
+msgstr ""
+
+#: functions.php:517
+msgid "The second footer widget area"
+msgstr ""
+
+#: functions.php:520
+msgid "Third Footer Widget Area"
+msgstr ""
+
+#: functions.php:521
+msgid "The third footer widget area"
+msgstr ""
+
+#: functions.php:524
+msgid "Fourth Footer Widget Area"
+msgstr ""
+
+#: functions.php:525
+msgid "The fourth footer widget area"
+msgstr ""
+
+#: functions.php:528
+msgid "Fifth Footer Widget Area"
+msgstr ""
+
+#: functions.php:529
+msgid "The fifth footer widget area"
+msgstr ""
+
+#: header.php:9
+msgid "&raquo; Blog Archive"
+msgstr ""
+
+#: header.php:14
+#, php-format
+msgid "%s RSS Feed"
+msgstr ""
+
+#: header.php:15
+#, php-format
+msgid "%s Atom Feed"
+msgstr ""
+
+#: header.php:58
+msgid "Main Page"
+msgstr ""
+
+#: header.php:61
+msgid "Blogs Home"
+msgstr ""
+
+#: header.php:62
+msgid "Post New"
+msgstr ""
+
+#: image.php:13
+msgid "Read the rest of this entry &raquo;"
+msgstr ""
+
+#: image.php:15
+#: page.php:22
+msgid "Pages:"
+msgstr ""
+
+#: image.php:25
+#, php-format
+msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."
+msgstr ""
+
+#: image.php:25
+#: sidebar.php:24
+msgid "l, F jS, Y"
+msgstr ""
+
+#: image.php:27
+#, php-format
+msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."
+msgstr ""
+
+#: image.php:31
+#, php-format
+msgid "You can <a href=\"#respond\">leave a response</a>, or <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr ""
+
+#: image.php:35
+#, php-format
+msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr ""
+
+#: image.php:39
+msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
+msgstr ""
+
+#: image.php:43
+msgid "Both comments and pings are currently closed."
+msgstr ""
+
+#: image.php:45
+#: page.php:27
+msgid "Edit this entry."
+msgstr ""
+
+#: image.php:58
+msgid "Sorry, no posts matched your criteria."
+msgstr ""
+
+#: index.php:29
+#: index.php:31
+#: multi_blog_index.php:33
+#: multi_blog_index.php:35
+#, php-format
+msgid "Permanent Link to %s"
+msgstr ""
+
+#: index.php:44
+#: multi_blog_index.php:48
+#, php-format
+msgid "Views :%d"
+msgstr ""
+
+#: index.php:47
+#: multi_blog_index.php:51
+#, php-format
+msgid "Posted in %s"
+msgstr ""
+
+#: index.php:49
+#: multi_blog_index.php:53
+msgid "Edit"
+msgstr ""
+
+#: index.php:50
+#: multi_blog_index.php:54
+msgid "No Comments &#187;"
+msgstr ""
+
+#: index.php:50
+#: multi_blog_index.php:54
+msgid "1 Comment &#187;"
+msgstr ""
+
+#: index.php:50
+#: multi_blog_index.php:54
+msgid "% Comments &#187;"
+msgstr ""
+
+#: index.php:50
+#: multi_blog_index.php:54
+msgid "Comments Closed"
+msgstr ""
+
+#: index.php:68
+#: multi_blog_index.php:72
+msgid "Not Found"
+msgstr ""
+
+#: index.php:69
+#: multi_blog_index.php:73
+msgid "Sorry, but you are looking for something that isn&#8217;t here."
+msgstr ""
+
+#: links.php:18
+msgid "Links:"
+msgstr ""
+
+#: multi_blog_front.php:9
+msgid "Site News"
+msgstr ""
+
+#: multi_blog_front.php:18
+msgid "Blogs List"
+msgstr ""
+
+#: multi_blog_front.php:27
+msgid "post count"
+msgstr ""
+
+#: multi_blog_front.php:34
+msgid "New Entries"
+msgstr ""
+
+#: multi_blog_front.php:39
+#, fuzzy, php-format
+msgid "%1$s wrote %2$s in %3$s."
+msgstr ""
+
+#: multi_blog_front.php:46
+msgid "Updated Blogs"
+msgstr ""
+
+#: multi_blog_front.php:67
+#, php-format
+msgid "Howdy %s"
+msgstr ""
+
+#: multi_blog_front.php:73
+msgid "Your Blogs list"
+msgstr ""
+
+#: multi_blog_front.php:84
+msgid "Create a new blog"
+msgstr ""
+
+#: page.php:20
+msgid "Read the rest of this page &raquo;"
+msgstr ""
+
+#: searchform.php:2
+msgid "Search for:"
+msgstr ""
+
+#: searchform.php:8
+msgid "Search"
+msgstr ""
+
+#: sidebar.php:10
+msgid "Author"
+msgstr ""
+
+#: sidebar.php:21
+#, php-format
+msgid "You are currently browsing the archives for the %s category."
+msgstr ""
+
+#: sidebar.php:24
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the day %3$s."
+msgstr ""
+
+#: sidebar.php:27
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s."
+msgstr ""
+
+#: sidebar.php:27
+msgid "F, Y"
+msgstr ""
+
+#: sidebar.php:30
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the year %3$s."
+msgstr ""
+
+#: sidebar.php:33
+#, php-format
+msgid "You have searched the <a href=\"%1$s/\">%2$s</a> blog archives for <strong>&#8216;%3$s&#8217;</strong>. If you are unable to find anything in these search results, you can try one of these links."
+msgstr ""
+
+#: sidebar.php:36
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
+msgstr ""
+
+#: sidebar.php:42
+msgid "Pages"
+msgstr ""
+
+#: sidebar.php:44
+msgid "Archives"
+msgstr ""
+
+#: sidebar.php:51
+#: sidebar.php:53
+msgid "Categories"
+msgstr ""
+
+#: sidebar.php:62
+msgid "Meta"
+msgstr ""
+
+#: sidebar.php:66
+msgid "This page validates as XHTML 1.0 Transitional"
+msgstr ""
+
+#: sidebar.php:66
+msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
+msgstr ""
+
+#: sidebar.php:67
+msgid "XHTML Friends Network"
+msgstr ""
+
+#: sidebar.php:67
+msgid "XFN"
+msgstr ""
+
+#: sidebar.php:68
+msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
+msgstr ""
+
+#: single.php:53
+msgid "No Trackback/Pingback"
+msgstr ""
+
+#: single.php:53
+msgid "One Trackback/Pingback"
+msgstr ""
+
+#: single.php:53
+msgid "% TrackBack/Pingback"
+msgstr ""
+
+#: single.php:57
+#, php-format
+msgid "You can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr ""
+
+#: single.php:59
+msgid "Pinging is currently not allowed."
+msgstr ""
+
+#: blocks/archives_block_theme.php:14
+msgid "Select Yearly"
+msgstr ""
+
+#: blocks/archives_block_theme.php:17
+#: blocks/archives_block_theme.php:29
+msgid "Select Monthly"
+msgstr ""
+
+#: blocks/archives_block_theme.php:20
+msgid "Select Weekly"
+msgstr ""
+
+#: blocks/archives_block_theme.php:23
+msgid "Select Daily"
+msgstr ""
+
+#: blocks/archives_block_theme.php:26
+msgid "Select Post"
+msgstr ""
+
+#: blocks/authors_block_theme.php:32
+msgid "All Authors"
+msgstr ""
+
+#: blocks/blog_list_block_theme.php:66
+#: blocks/global_popular_posts_block_theme.php:192
+#: blocks/global_recent_comments_block_theme.php:130
+#: blocks/global_recent_posts_list_block_theme.php:44
+msgid "This blog is not set to the multi blog."
+msgstr ""
+
+#: blocks/enhanced_block_theme.php:14
+msgid "The include file name to display it is not set."
+msgstr ""
+
+#: blocks/enhanced_block_theme.php:21
+#, php-format
+msgid "File %s not exist."
+msgstr ""
+
+#: blocks/enhanced_block_theme.php:29
+msgid "Data is Empty"
+msgstr ""
+
+#: blocks/global_popular_posts_block_theme.php:114
+#: blocks/popular_posts_block_theme.php:122
+#: blocks/recent_posts_content_block_theme.php:84
+#: blocks/recent_posts_list_block_theme.php:70
+msgid "Tags:"
+msgstr ""
+
+#: blocks/global_popular_posts_block_theme.php:143
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:123
+#: blocks/recent_posts_list_block_theme.php:99
+msgid "Comments (0)"
+msgstr ""
+
+#: blocks/global_popular_posts_block_theme.php:143
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:123
+#: blocks/recent_posts_list_block_theme.php:99
+msgid "Comments (1)"
+msgstr ""
+
+#: blocks/global_popular_posts_block_theme.php:143
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:123
+#: blocks/recent_posts_list_block_theme.php:99
+msgid "Comments (%)"
+msgstr ""
+
+#: blocks/global_recent_comments_block_theme.php:85
+#: blocks/recent_comments_block_theme.php:82
+#, php-format
+msgid "%1$s on %2$s"
+msgstr ""
+
+#: blocks/meta_block_theme.php:25
+msgid "Posts RSS"
+msgstr ""
+
+#: blocks/meta_block_theme.php:28
+msgid "Comments RSS"
+msgstr ""
+
+#: blocks/meta_block_theme.php:41
+#: blocks/meta_block_theme.php:46
+msgid "Add New"
+msgstr ""
+
+#: blocks/meta_block_theme.php:55
+msgid "Site Admin"
+msgstr ""
+
+#: blocks/meta_block_theme.php:61
+msgid "User Profile"
+msgstr ""
+
+#: blocks/meta_block_theme.php:69
+#: blocks/meta_block_theme.php:74
+msgid "Subscription management"
+msgstr ""
+
+#: blocks/meta_block_theme.php:82
+msgid "ReadMe"
+msgstr ""
+
+#: blocks/meta_block_theme.php:87
+msgid "Themes"
+msgstr ""
+
+#~ msgid "PHP code error"
+#~ msgstr ""
+
+#~ msgid "Customize Header"
+#~ msgstr ""
+
+#~ msgid "%d queries. %s seconds."
+#~ msgstr ""
+
+#~ msgid "views: %d"
+#~ msgstr ""
+
+#~ msgid "more"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "F jS, Y"
+#~ msgstr ""
+
+#~ msgid "Calendar"
+#~ msgstr ""
+
+#~ msgid "%1$s %2$s|Used as a calendar caption"
+#~ msgstr ""
+
+#~ msgid "View posts for %1$s %2$s"
+#~ msgstr ""
Index: trunk/xpressme_integration_kit/wp-content/themes/xpress_default/languages/pt_BR.po
===================================================================
--- trunk/xpressme_integration_kit/wp-content/themes/xpress_default/languages/pt_BR.po	(revision 710)
+++ trunk/xpressme_integration_kit/wp-content/themes/xpress_default/languages/pt_BR.po	(revision 710)
@@ -0,0 +1,827 @@
+# Brazilian Portuguese (UTF-8) translation for XPressME Plugin [http://yuji.ws]
+# Copyright (c) 2005-2008 XPressME
+# This file is distributed under the same license as the XPressME package.
+# toemon <info@toemon.com>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: XPress_Default_themes\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-02-21 09:49+0900\n"
+"PO-Revision-Date: 2011-02-21 10:05+0900\n"
+"Last-Translator: toemon <info@toemon.com>\n"
+"Language-Team: Marcelo Yuji Himoro <yuji@yuji.ws>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Portguese\n"
+"X-Poedit-Country: BRAZIL\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-KeywordsList: __;_e;_c\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#: 404.php:22
+msgid "Error 404 - Not Found"
+msgstr "Erro 404 - Página não encontrada"
+
+#: archives.php:20
+msgid "Archives by Month:"
+msgstr "Arquivo por mês:"
+
+#: archives.php:25
+msgid "Archives by Subject:"
+msgstr "Arquivo por assunto:"
+
+#: comments-popup.php:9
+#, php-format
+msgid "%1$s - Comments on %2$s"
+msgstr "%1$s - Comentários em %2$s"
+
+#: comments-popup.php:22
+msgid "Comments"
+msgstr "Comentários"
+
+#: comments-popup.php:24
+msgid "<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post."
+msgstr "Feed <abbr title=\"Really Simple Syndication\">RSS</abbr> dos comentários deste post."
+
+#: comments-popup.php:27
+#, php-format
+msgid "The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this entry is: <em>%s</em>"
+msgstr "A <abbr title=\"Universal Resource Locator\">URL</abbr> de trackback para este post é: <em>%s</em>"
+
+#: comments-popup.php:45
+msgid "Comment"
+msgstr "Comentário"
+
+#: comments-popup.php:45
+msgid "Trackback"
+msgstr "Trackback"
+
+#: comments-popup.php:45
+msgid "Pingback"
+msgstr "Pingback"
+
+#: comments-popup.php:45
+#, php-format
+msgid "by %1$s &#8212; %2$s @ <a href=\"#comment-%3$s\">%4$s</a>"
+msgstr "por %1$s &#8212; %2$s às <a href=\"#comment-%3$s\">%4$s</a>"
+
+#: comments-popup.php:51
+msgid "No comments yet."
+msgstr "Nenhum comentário ainda."
+
+#: comments-popup.php:55
+msgid "Leave a comment"
+msgstr "Comente"
+
+#: comments-popup.php:56
+#, php-format
+msgid "Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%s</code>"
+msgstr "Quebras de linha e de parágrafos são automáticas, endereços de email nunca são exibidos, <acronym title=\"Hypertext Markup Language\">HTML</acronym> permitido: <code>%s</code>"
+
+#: comments-popup.php:60
+#, php-format
+msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out &raquo;</a>"
+msgstr "Login feito como <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Fazer logout desta conta\">Logout &raquo;</a>"
+
+#: comments-popup.php:64
+#: comments.php:91
+msgid "Name"
+msgstr "Nome"
+
+#: comments-popup.php:71
+msgid "E-mail"
+msgstr "E-mail"
+
+#: comments-popup.php:76
+msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>"
+msgstr "<abbr title=\"Universal Resource Locator\">URL</abbr>"
+
+#: comments-popup.php:81
+msgid "Your Comment"
+msgstr "Comentário"
+
+#: comments-popup.php:87
+msgid "Say It!"
+msgstr "Enviar"
+
+#: comments-popup.php:92
+msgid "Sorry, the comment form is closed at this time."
+msgstr "O formulário de comentários está fechado no momento."
+
+#: comments-popup.php:97
+msgid "Close this window."
+msgstr "Fechar janela."
+
+#: comments-popup.php:105
+#, php-format
+msgid "Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art semantic personal publishing platform\"><strong>WordPress</strong></a>"
+msgstr "Powered by <a href=\"%s\" title=\"Mantido com o WordPress, plataforma semântica de vanguarda para publicação pessoal\"><strong>WordPress</strong></a>"
+
+#: comments.php:6
+msgid "This post is password protected. Enter the password to view comments."
+msgstr "Este post é protegido por senha. Digite a senha para ver os comentários."
+
+#: comments.php:17
+#: comments.php:38
+msgid "No Responses"
+msgstr "Nenhum comentário"
+
+#: comments.php:17
+#: comments.php:38
+msgid "One Response"
+msgstr "Um comentário"
+
+#: comments.php:17
+#: comments.php:38
+msgid "% Responses"
+msgstr "% comentários"
+
+#: comments.php:17
+#: comments.php:38
+#, php-format
+msgid "to &#8220;%s&#8221;"
+msgstr "para &#8220;%s&#8221;"
+
+#: comments.php:33
+#: comments.php:63
+msgid "Comments are closed."
+msgstr "Os comentários estão fechados."
+
+#: comments.php:43
+#, php-format
+msgid "<cite>%s</cite> Says:"
+msgstr "<cite>%s</cite> disse:"
+
+#: comments.php:45
+msgid "Your comment is awaiting moderation."
+msgstr "Seu comentário está aguardando moderação."
+
+#: comments.php:48
+#, php-format
+msgid "%1$s at %2$s"
+msgstr "%1$s em %2$s"
+
+#: comments.php:48
+msgid "Comment Edit"
+msgstr "Editar comentário"
+
+#: comments.php:70
+msgid "Leave a Reply"
+msgstr "Comente"
+
+#: comments.php:70
+#, php-format
+msgid "Leave a Reply for %s"
+msgstr "Comentar %s"
+
+#: comments.php:79
+#, php-format
+msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
+msgstr "Você precisa fazer <a href=\"%s\">login</a> para comentar."
+
+#: comments.php:85
+#: comments.php:87
+#, php-format
+msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
+msgstr "Login como <a href=\"%1$s\">%2$s</a>."
+
+#: comments.php:85
+#: comments.php:87
+msgid "Log out of this account"
+msgstr "Logout desta conta"
+
+#: comments.php:85
+#: comments.php:87
+msgid "Log out &raquo;"
+msgstr "Logout &raquo;"
+
+#: comments.php:91
+#: comments.php:94
+msgid "(required)"
+msgstr "(obrigatório)"
+
+#: comments.php:94
+msgid "Mail (will not be published)"
+msgstr "E-mail (não será publicado)"
+
+#: comments.php:97
+msgid "Website"
+msgstr "Site"
+
+#: comments.php:102
+#, php-format
+msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
+msgstr "<strong>XHTML:</strong> Você pode usar estas tags: <code>%s</code>"
+
+#: comments.php:106
+msgid "Submit Comment"
+msgstr "Enviar comentário"
+
+#: footer.php:10
+#, php-format
+msgid "%1$s and %2$s."
+msgstr "%1$s e %2$s"
+
+#: footer.php:10
+msgid "Entries (RSS)"
+msgstr "Posts (RSS)"
+
+#: footer.php:10
+msgid "Comments (RSS)"
+msgstr "Comentários (RSS)"
+
+#: footer.php:12
+#, php-format
+msgid "%.3f sec."
+msgstr "%.3f seg."
+
+#: functions.php:25
+msgid "Primary Navigation"
+msgstr ""
+
+#: functions.php:196
+msgid "Header & Footer"
+msgstr ""
+
+#: functions.php:210
+msgid "Close Color Picker"
+msgstr "Fechar seletor de cores"
+
+#: functions.php:415
+#, fuzzy
+msgid "Header Options saved."
+msgstr "Opções salvas."
+
+#: functions.php:416
+#, fuzzy
+msgid "Footer Options saved."
+msgstr "Opções salvas."
+
+#: functions.php:420
+msgid "Header Image and Color"
+msgstr "Imagem do cabeçalho e cor"
+
+#: functions.php:433
+#: functions.php:440
+msgid "Save"
+msgstr "Salvar"
+
+#: functions.php:434
+msgid "Font Color:"
+msgstr "Cor da fonte:"
+
+#: functions.php:434
+#, php-format
+msgid "Any CSS color (%s or %s or %s)"
+msgstr "Qualquer cor do CSS (%s, %s ou %s)"
+
+#: functions.php:435
+msgid "Upper Color:"
+msgstr "Cor superior:"
+
+#: functions.php:435
+#: functions.php:436
+#, php-format
+msgid "HEX only (%s or %s)"
+msgstr "Em hexadecimal (%s ou %s)"
+
+#: functions.php:436
+msgid "Lower Color:"
+msgstr "Cor inferior:"
+
+#: functions.php:438
+msgid "Toggle Text"
+msgstr "Alternar texto"
+
+#: functions.php:439
+msgid "Use Defaults"
+msgstr "Utilizar padrão"
+
+#: functions.php:448
+msgid "Font Color"
+msgstr "Cor da fonte"
+
+#: functions.php:449
+msgid "Upper Color"
+msgstr "Cor superior"
+
+#: functions.php:450
+msgid "Lower Color"
+msgstr "Cor inferior"
+
+#: functions.php:451
+msgid "Revert"
+msgstr "Reverter"
+
+#: functions.php:452
+msgid "Advanced"
+msgstr "Avançada"
+
+#: functions.php:459
+msgid "Update Header &raquo;"
+msgstr "Atualizar cabeçalho &raquo;"
+
+#: functions.php:465
+msgid "Font Color (CSS):"
+msgstr "Cor da fonte (CSS):"
+
+#: functions.php:466
+msgid "Upper Color (HEX):"
+msgstr "Cor superior (HEXADECIMAL):"
+
+#: functions.php:467
+msgid "Lower Color (HEX):"
+msgstr "Cor inferior (HEXADECIMAL):"
+
+#: functions.php:468
+msgid "Select Default Colors"
+msgstr "Selecionar cores padrões"
+
+#: functions.php:469
+msgid "Toggle Text Display"
+msgstr "Alternar exibição de texto"
+
+#: functions.php:475
+msgid "Footer"
+msgstr ""
+
+#: functions.php:481
+msgid "Set number of the sidebar to display in the footer."
+msgstr ""
+
+#: functions.php:486
+msgid "none"
+msgstr ""
+
+#: functions.php:496
+#, fuzzy
+msgid "Update Footer &raquo;"
+msgstr "Atualizar cabeçalho &raquo;"
+
+#: functions.php:512
+msgid "First Footer Widget Area"
+msgstr ""
+
+#: functions.php:513
+msgid "The first footer widget area"
+msgstr ""
+
+#: functions.php:516
+msgid "Second Footer Widget Area"
+msgstr ""
+
+#: functions.php:517
+msgid "The second footer widget area"
+msgstr ""
+
+#: functions.php:520
+msgid "Third Footer Widget Area"
+msgstr ""
+
+#: functions.php:521
+msgid "The third footer widget area"
+msgstr ""
+
+#: functions.php:524
+msgid "Fourth Footer Widget Area"
+msgstr ""
+
+#: functions.php:525
+msgid "The fourth footer widget area"
+msgstr ""
+
+#: functions.php:528
+msgid "Fifth Footer Widget Area"
+msgstr ""
+
+#: functions.php:529
+msgid "The fifth footer widget area"
+msgstr ""
+
+#: header.php:9
+msgid "&raquo; Blog Archive"
+msgstr "&raquo; Arquivo do blog"
+
+#: header.php:14
+#, php-format
+msgid "%s RSS Feed"
+msgstr "%s Feed RSS"
+
+#: header.php:15
+#, php-format
+msgid "%s Atom Feed"
+msgstr "%s Feed Atom"
+
+#: header.php:58
+msgid "Main Page"
+msgstr "Página principal"
+
+#: header.php:61
+msgid "Blogs Home"
+msgstr "Página principal do blog"
+
+#: header.php:62
+msgid "Post New"
+msgstr "Novo post"
+
+#: image.php:13
+msgid "Read the rest of this entry &raquo;"
+msgstr "Continue lendo este post &raquo;"
+
+#: image.php:15
+#: page.php:22
+msgid "Pages:"
+msgstr "Páginas:"
+
+#: image.php:25
+#, php-format
+msgid "This entry was posted on %1$s at %2$s and is filed under %3$s."
+msgstr "Este post foi publicado %1$s em %2$s, e arquivado em %3$s."
+
+#: image.php:25
+#: sidebar.php:24
+msgid "l, F jS, Y"
+msgstr "l, j \\d\\e F \\d\\e Y"
+
+#: image.php:27
+#, php-format
+msgid "You can follow any responses to this entry through the <a href='%s'>RSS 2.0</a> feed."
+msgstr "Você pode acompanhar os comentários deste post através do feed <a href='%s'>RSS 2.0</a>."
+
+#: image.php:31
+#, php-format
+msgid "You can <a href=\"#respond\">leave a response</a>, or <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr "Você pode <a href=\"#respond\">comentar</a> ou mandar um <a href=\"%s\" rel=\"Trackback\">trackback</a> do seu site para cá."
+
+#: image.php:35
+#, php-format
+msgid "Responses are currently closed, but you can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr "No momento os comentários estão fechados, mas você pode mandar um <a href=\"%s\" rel=\"trackback\">trackback</a> do seu site."
+
+#: image.php:39
+msgid "You can skip to the end and leave a response. Pinging is currently not allowed."
+msgstr "Você pode pular direto para o fim e deixar um comentário. Pings estão desativados no momento."
+
+#: image.php:43
+msgid "Both comments and pings are currently closed."
+msgstr "Comentários e pings estão fechados no momento."
+
+#: image.php:45
+#: page.php:27
+msgid "Edit this entry."
+msgstr "Editar este post"
+
+#: image.php:58
+msgid "Sorry, no posts matched your criteria."
+msgstr "Nenhum post corresponde aos seus critérios de busca."
+
+#: index.php:29
+#: index.php:31
+#: multi_blog_index.php:33
+#: multi_blog_index.php:35
+#, php-format
+msgid "Permanent Link to %s"
+msgstr "Link permanente para %s"
+
+#: index.php:44
+#: multi_blog_index.php:48
+#, php-format
+msgid "Views :%d"
+msgstr "Leituras: %d"
+
+#: index.php:47
+#: multi_blog_index.php:51
+#, php-format
+msgid "Posted in %s"
+msgstr "Postado em %s"
+
+#: index.php:49
+#: multi_blog_index.php:53
+msgid "Edit"
+msgstr "Editar"
+
+#: index.php:50
+#: multi_blog_index.php:54
+msgid "No Comments &#187;"
+msgstr "Nenhum comentário &#187;"
+
+#: index.php:50
+#: multi_blog_index.php:54
+msgid "1 Comment &#187;"
+msgstr "1 comentário &#187;"
+
+#: index.php:50
+#: multi_blog_index.php:54
+msgid "% Comments &#187;"
+msgstr "% comentários &#187;"
+
+#: index.php:50
+#: multi_blog_index.php:54
+msgid "Comments Closed"
+msgstr "Comentários fechados."
+
+#: index.php:68
+#: multi_blog_index.php:72
+msgid "Not Found"
+msgstr "Não encontrado"
+
+#: index.php:69
+#: multi_blog_index.php:73
+msgid "Sorry, but you are looking for something that isn&#8217;t here."
+msgstr "O que você está procurando não está aqui."
+
+#: links.php:18
+msgid "Links:"
+msgstr "Links:"
+
+#: multi_blog_front.php:9
+msgid "Site News"
+msgstr ""
+
+#: multi_blog_front.php:18
+#, fuzzy
+msgid "Blogs List"
+msgstr "Página principal do blog"
+
+#: multi_blog_front.php:27
+#, fuzzy
+msgid "post count"
+msgstr "Não encontrado"
+
+#: multi_blog_front.php:34
+msgid "New Entries"
+msgstr ""
+
+#: multi_blog_front.php:39
+#, fuzzy, php-format
+msgid "%1$s wrote %2$s in %3$s."
+msgstr "%1$s em %2$s"
+
+#: multi_blog_front.php:46
+msgid "Updated Blogs"
+msgstr ""
+
+#: multi_blog_front.php:67
+#, php-format
+msgid "Howdy %s"
+msgstr ""
+
+#: multi_blog_front.php:73
+msgid "Your Blogs list"
+msgstr ""
+
+#: multi_blog_front.php:84
+msgid "Create a new blog"
+msgstr ""
+
+#: page.php:20
+msgid "Read the rest of this page &raquo;"
+msgstr "Continuar lendo &raquo;"
+
+#: searchform.php:2
+msgid "Search for:"
+msgstr "Pesquisa"
+
+#: searchform.php:8
+msgid "Search"
+msgstr "Pesquisa"
+
+#: sidebar.php:10
+msgid "Author"
+msgstr "Autor"
+
+#: sidebar.php:21
+#, php-format
+msgid "You are currently browsing the archives for the %s category."
+msgstr "No momento você está visualizando o arquivo da categoria %s."
+
+#: sidebar.php:24
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the day %3$s."
+msgstr "No momento você está visualizando o arquivo de <a href=\"%1$s/\">%2$s</a> do dia %3$s."
+
+#: sidebar.php:27
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %3$s."
+msgstr "No momento você está visualizando os arquivos de <a href=\"%1$s/\">%2$s</a> para %3$s."
+
+#: sidebar.php:27
+msgid "F, Y"
+msgstr "F \\d\\e Y"
+
+#: sidebar.php:30
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for the year %3$s."
+msgstr "No momento você está vendo o arquivo de <a href=\"%1$s/\">%2$s</a> do ano %3$s."
+
+#: sidebar.php:33
+#, php-format
+msgid "You have searched the <a href=\"%1$s/\">%2$s</a> blog archives for <strong>&#8216;%3$s&#8217;</strong>. If you are unable to find anything in these search results, you can try one of these links."
+msgstr "Você pesquisou por <strong>&lsquo;%3$s&rsquo;</strong> nos arquivos de <a href=\"%1$s/\">%2$s</a>. Se não conseguir encontrar nada nos resultados dessa pesquisa, você pode tentar um destes links."
+
+#: sidebar.php:36
+#, php-format
+msgid "You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
+msgstr "No momento você está visualizando os arquivos de <a href=\"%1$s/\">%2$s</a>."
+
+#: sidebar.php:42
+msgid "Pages"
+msgstr "Páginas"
+
+#: sidebar.php:44
+msgid "Archives"
+msgstr "Arquivo"
+
+#: sidebar.php:51
+#: sidebar.php:53
+msgid "Categories"
+msgstr "Categorias"
+
+#: sidebar.php:62
+msgid "Meta"
+msgstr "Meta"
+
+#: sidebar.php:66
+msgid "This page validates as XHTML 1.0 Transitional"
+msgstr "Esta página foi validada para XHTML 1.0 Transitional"
+
+#: sidebar.php:66
+msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
+msgstr "<abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr> válido"
+
+#: sidebar.php:67
+msgid "XHTML Friends Network"
+msgstr "Rede de amigos XHTML"
+
+#: sidebar.php:67
+msgid "XFN"
+msgstr "XFN"
+
+#: sidebar.php:68
+msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
+msgstr "Powered by WordPress, uma plataforma semântica de vanguarda para publicação pessoal."
+
+#: single.php:53
+msgid "No Trackback/Pingback"
+msgstr "Nenhum trackback/pingback."
+
+#: single.php:53
+msgid "One Trackback/Pingback"
+msgstr "Um trackback/pingback"
+
+#: single.php:53
+msgid "% TrackBack/Pingback"
+msgstr "% trackbacks/pingbacks"
+
+#: single.php:57
+#, php-format
+msgid "You can <a href=\"%s\" rel=\"trackback\">trackback</a> from your own site."
+msgstr "Você pode mandar um <a href=\"%s\" rel=\"trackback\">trackback</a> do seu site para cá."
+
+#: single.php:59
+msgid "Pinging is currently not allowed."
+msgstr "No momento os pings estão desativados."
+
+#: blocks/archives_block_theme.php:14
+msgid "Select Yearly"
+msgstr "Selecionar ano"
+
+#: blocks/archives_block_theme.php:17
+#: blocks/archives_block_theme.php:29
+msgid "Select Monthly"
+msgstr "Selecionar mês"
+
+#: blocks/archives_block_theme.php:20
+msgid "Select Weekly"
+msgstr "Selecionar semana"
+
+#: blocks/archives_block_theme.php:23
+msgid "Select Daily"
+msgstr "Selecionar dia"
+
+#: blocks/archives_block_theme.php:26
+msgid "Select Post"
+msgstr "Selecionar post"
+
+#: blocks/authors_block_theme.php:32
+msgid "All Authors"
+msgstr "Todos os autores"
+
+#: blocks/blog_list_block_theme.php:66
+#: blocks/global_popular_posts_block_theme.php:192
+#: blocks/global_recent_comments_block_theme.php:130
+#: blocks/global_recent_posts_list_block_theme.php:44
+msgid "This blog is not set to the multi blog."
+msgstr ""
+
+#: blocks/enhanced_block_theme.php:14
+msgid "The include file name to display it is not set."
+msgstr "Nenhum arquivo a ser exibido selecionado."
+
+#: blocks/enhanced_block_theme.php:21
+#, php-format
+msgid "File %s not exist."
+msgstr "O arquivo %s não existe."
+
+#: blocks/enhanced_block_theme.php:29
+msgid "Data is Empty"
+msgstr "Dados está Vazio"
+
+#: blocks/global_popular_posts_block_theme.php:114
+#: blocks/popular_posts_block_theme.php:122
+#: blocks/recent_posts_content_block_theme.php:84
+#: blocks/recent_posts_list_block_theme.php:70
+msgid "Tags:"
+msgstr "Tags:"
+
+#: blocks/global_popular_posts_block_theme.php:143
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:123
+#: blocks/recent_posts_list_block_theme.php:99
+msgid "Comments (0)"
+msgstr "Comentários (0)"
+
+#: blocks/global_popular_posts_block_theme.php:143
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:123
+#: blocks/recent_posts_list_block_theme.php:99
+msgid "Comments (1)"
+msgstr "Comentários (1)"
+
+#: blocks/global_popular_posts_block_theme.php:143
+#: blocks/popular_posts_block_theme.php:151
+#: blocks/recent_posts_content_block_theme.php:123
+#: blocks/recent_posts_list_block_theme.php:99
+msgid "Comments (%)"
+msgstr "Comentários (%)"
+
+#: blocks/global_recent_comments_block_theme.php:85
+#: blocks/recent_comments_block_theme.php:82
+#, php-format
+msgid "%1$s on %2$s"
+msgstr "%2$s para %1$s"
+
+#: blocks/meta_block_theme.php:25
+msgid "Posts RSS"
+msgstr "RSS do post"
+
+#: blocks/meta_block_theme.php:28
+msgid "Comments RSS"
+msgstr "RSS dos comentários"
+
+#: blocks/meta_block_theme.php:41
+#: blocks/meta_block_theme.php:46
+msgid "Add New"
+msgstr "Criar novo"
+
+#: blocks/meta_block_theme.php:55
+msgid "Site Admin"
+msgstr "Administração do WordPress"
+
+#: blocks/meta_block_theme.php:61
+msgid "User Profile"
+msgstr "Perfil do usuário"
+
+#: blocks/meta_block_theme.php:69
+#: blocks/meta_block_theme.php:74
+msgid "Subscription management"
+msgstr "Gerenciar inscrições"
+
+#: blocks/meta_block_theme.php:82
+msgid "ReadMe"
+msgstr "Leia-me"
+
+#: blocks/meta_block_theme.php:87
+msgid "Themes"
+msgstr "Temas"
+
+#~ msgid "PHP code error"
+#~ msgstr "Erro no código PHP"
+
+#~ msgid "Customize Header"
+#~ msgstr "Personalizar cabeçalho"
+
+#~ msgid "%d queries. %s seconds."
+#~ msgstr "%d solicitações. %s segundos."
+
+#~ msgid "views: %d"
+#~ msgstr "閲覧 :%d回"
+
+#~ msgid "more"
+#~ msgstr "続きを読む"
+
+#, fuzzy
+#~ msgid "F jS, Y"
+#~ msgstr "Y 年 n 月 j 日 l"
+
+#~ msgid "Calendar"
+#~ msgstr "カレンダー"
+
+#~ msgid "%1$s %2$s|Used as a calendar caption"
+#~ msgstr "%2$s 年 %1$s|カレンダーのキャプションに使われます"
+
+#~ msgid "View posts for %1$s %2$s"
+#~ msgstr "%2$s 年 %1$s の投稿を表示"
