{
	"appliesToEverything": {
		"message": "Tudo",
		"description": "Text displayed for styles that apply to all sites"
	},
	"enableStyleLabel": {
		"message": "Ativar",
		"description": "Label for the button to enable a style"
	},
	"styleMissingName": {
		"message": "Insira um nome",
		"description": "Error displayed when user saves without providing a name"
	},
	"appliesDomainOption": {
		"message": "URLs no domínio",
		"description": "Option to make the style apply to the entered string as a domain"
	},
	"checkForUpdate": {
		"message": "Verificar atualizações",
		"description": "Label for the button to check a single style for an update"
	},
	"helpAlt": {
		"message": "Ajuda",
		"description": "Alternate text for help buttons"
	},
	"findStylesForSite": {
		"message": "Procurar mais estilos para este site",
		"description": "Text for a link that gets a list of styles for the current site"
	},
	"manageHeading": {
		"message": "Estilos instalados",
		"description": "Heading for the manage page"
	},
	"styleEnabledLabel": {
		"message": "Ativado",
		"description": "Label for the enabled state of styles"
	},
	"styleToMozillaFormatHelp": {
		"message": "O formato Mozilla do código pode ser usado com o Stylish para Firefox e pode ser enviado para userstyles.org.",
		"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
	},
	"sectionAdd": {
		"message": "Adicionar outra seção",
		"description": "Label for the button to add a section"
	},
	"styleSaveLabel": {
		"message": "Salvar",
		"description": "Label for save button for style editing"
	},
	"appliesAdd": {
		"message": "Adicionar",
		"description": "Label for the button to add an 'applies' entry"
	},
	"appliesRegexpOption": {
		"message": "URLs que correspondem a regexp",
		"description": "Option to make the style apply to the entered string as a regular expression"
	},
	"styleInstall": {
		"message": "Instalar \"$stylename$\" no Stylus?",
		"description": "Confirmation when installing a style",
		"placeholders": {
			"stylename": {
				"content": "$1"
			}
		}
	},
	"disableStyleLabel": {
		"message": "Desativar",
		"description": "Label for the button to disable a style"
	},
	"prefShowBadge": {
		"message": "Show number of styles active for the current site on the toolbar button",
		"description": "Label for the checkbox controlling toolbar badge text."
	},
	"styleCancelEditLabel": {
		"message": "Voltar ao gerenciamento",
		"description": "Label for cancel button for style editing"
	},
	"styleChangesNotSaved": {
		"message": "Você fez alterações neste estilo sem salvar.",
		"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
	},
	"updateCheckFailServerUnreachable": {
		"message": "A atualização falhou: servidor inacessível.",
		"description": "Text that displays when an update check failed because the update server is unreachable"
	},
	"deleteStyleConfirm": {
		"message": "Tem certeza de que deseja excluir este estilo?",
		"description": "Confirmation before deleting a style"
	},
	"appliesDisplay": {
		"message": "Aplica-se a: $applies$",
		"description": "Text on the manage screen to describe what the style applies to",
		"placeholders": {
			"applies": {
				"content": "$1"
			}
		}
	},
	"styleSectionsTitle": {
		"message": "Seções",
		"description": "Title for the style sections section"
	},
	"editStyleTitle": {
		"message": "Editar estilo $stylename$",
		"description": "Title of the page for editing styles",
		"placeholders": {
			"stylename": {
				"content": "$1"
			}
		}
	},
	"updateCheckSucceededNoUpdate": {
		"message": "O estilo está atualizado.",
		"description": "Text that displays when an update check completed and no update is available"
	},
	"appliesUrlPrefixOption": {
		"message": "URLs que começam com",
		"description": "Option to make the style apply to the entered string as a URL prefix"
	},
	"sectionHelp": {
		"message": "As seções permitem definir diferentes partes de código para aplicar a diferentes conjuntos de URLs no mesmo estilo. Por exemplo, um único estilo poderia alterar a página inicial de um site de uma forma, enquanto alteraria o resto do site de outra forma.",
		"description": "Help text for sections"
	},
	"noStylesForSite": {
		"message": "Nenhum estilo instalado para este site.",
		"description": "Text displayed when no styles are installed for the current site"
	},
	"appliesDisplayTruncatedSuffix": {
		"message": "e mais",
		"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
	},
	"appliesRemove": {
		"message": "Remover",
		"description": "Label for the button to remove an 'applies' entry"
	},
	"appliesLabel": {
		"message": "Aplica-se a",
		"description": "Label for 'applies to' fields on the edit/add screen"
	},
	"openManage": {
		"message": "Gerenciar estilos instalados",
		"description": "Link to open the manage page."
	},
	"updateCheckFailBadResponseCode": {
		"message": "A atualização falhou: o  servidor respondeu com código $code$.",
		"description": "Text that displays when an update check failed because the response code indicates an error",
		"placeholders": {
			"code": {
				"content": "$1"
			}
		}
	},
	"appliesSpecify": {
		"message": "Especificar",
		"description": "Label for the button to make a style apply only to specific sites"
	},
	"installUpdate": {
		"message": "Instalar atualização",
		"description": "Label for the button to install an update for a single style"
	},
	"sectionRemove": {
		"message": "Remover seção",
		"description": "Label for the button to remove a section"
	},
	"updateCompleted": {
		"message": "Atualização concluída.",
		"description": "Text that displays when an update completed"
	},
	"checkingForUpdate": {
		"message": "Verificando...",
		"description": "Text to display when checking a style for an update"
	},
	"sectionCode": {
		"message": "Código",
		"description": "Label for the code for a section"
	},
	"appliesHelp": {
		"message": "Use os controles \"Aplica-se a\" para limitar a quais URLs o código desta seção se aplica.",
		"description": "Help text for 'applies to' section"
	},
	"editStyleHeading": {
		"message": "Editar estilo",
		"description": "Title of the page for editing styles"
	},
	"addStyleTitle": {
		"message": "Adicionar estilo",
		"description": "Title of the page for adding styles"
	},
	"checkAllUpdates": {
		"message": "Verificar atualizações para todos os estilos",
		"description": "Label for the button to check all styles for updates"
	},
	"deleteStyleLabel": {
		"message": "Excluir",
		"description": "Label for the button to delete a style"
	},
	"addStyleLabel": {
		"message": "Gravar novo estilo",
		"description": "Label for the button to go to the add style page"
	},
	"editStyleLabel": {
		"message": "Editar",
		"description": "Label for the button to go to the edit style page"
	},
	"description": {
		"message": "Mude o estilo da web com o Stylus, um gerenciador de estilos do usuário. O Stylus permite instalar facilmente temas e skins para Google, Facebook, YouTube, Orkut e muitos, muitos outros sites.",
		"description": "Extension description"
	}
}