public/pdfjs/web/locale/pt-BR/viewer.properties in pdfjs_viewer-rails-0.0.6 vs public/pdfjs/web/locale/pt-BR/viewer.properties in pdfjs_viewer-rails-0.0.7
- old
+ new
@@ -36,11 +36,11 @@
open_file_label=Abrir
print.title=Imprimir
print_label=Imprimir
download.title=Download
download_label=Download
-bookmark.title=Visualização atual (copie ou abra em nova janela)
+bookmark.title=Visualização atual (copie ou abra em uma nova janela)
bookmark_label=Visualização atual
# Secondary toolbar and context menu
tools.title=Ferramentas
tools_label=Ferramentas
@@ -65,23 +65,29 @@
# Document properties dialog box
document_properties.title=Propriedades do documento…
document_properties_label=Propriedades do documento…
document_properties_file_name=Nome do arquivo:
document_properties_file_size=Tamanho do arquivo:
-document_properties_kb={{size_kb}}\u202fKB ({{size_b}} bytes)
-document_properties_mb={{size_mb}}\u202fMB ({{size_b}} bytes)
+# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
+# will be replaced by the PDF file size in kilobytes, respectively in bytes.
+document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
+# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
+# will be replaced by the PDF file size in megabytes, respectively in bytes.
+document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
document_properties_title=Título:
document_properties_author=Autor:
document_properties_subject=Assunto:
document_properties_keywords=Palavras-chave:
document_properties_creation_date=Data da criação:
document_properties_modification_date=Data da modificação:
+# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
+# will be replaced by the creation/modification date, and time, of the PDF file.
document_properties_date_string={{date}}, {{time}}
document_properties_creator=Criação:
document_properties_producer=Criador do PDF:
document_properties_version=Versão do PDF:
-document_properties_page_count=Contagem de páginas:
+document_properties_page_count=Número de páginas:
document_properties_close=Fechar
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
@@ -138,15 +144,19 @@
# Predefined zoom values
page_scale_width=Largura da página
page_scale_fit=Ajustar à janela
page_scale_auto=Zoom automático
page_scale_actual=Tamanho real
+# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
+# numerical scale value.
+page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Erro
loading_error=Ocorreu um erro ao carregar o PDF.
invalid_file_error=Arquivo PDF corrompido ou inválido.
missing_file_error=Arquivo PDF ausente.
+unexpected_response_error=Resposta inesperada do servidor.
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
# "{{type}}" will be replaced with an annotation type from a list defined in
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"