update pdf viewer and remove CORS check
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# Main toolbar buttons (tooltips and alt text for images)
|
||||
previous.title=Trang Trước
|
||||
previous.title=Trang trước
|
||||
previous_label=Trước
|
||||
next.title=Trang Sau
|
||||
next_label=Tiếp
|
||||
@@ -69,7 +69,15 @@ scroll_vertical.title=Sử dụng cuộn dọc
|
||||
scroll_vertical_label=Cuộn dọc
|
||||
scroll_horizontal.title=Sử dụng cuộn ngang
|
||||
scroll_horizontal_label=Cuộn ngang
|
||||
scroll_wrapped.title=Sử dụng cuộn ngắt dòng
|
||||
scroll_wrapped_label=Cuộn ngắt dòng
|
||||
|
||||
spread_none.title=Không nối rộng trang
|
||||
spread_none_label=Không có phân cách
|
||||
spread_odd.title=Nối trang bài bắt đầu với các trang được đánh số lẻ
|
||||
spread_odd_label=Phân cách theo số lẻ
|
||||
spread_even.title=Nối trang bài bắt đầu với các trang được đánh số chẵn
|
||||
spread_even_label=Phân cách theo số chẵn
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=Thuộc tính của tài liệu…
|
||||
@@ -102,6 +110,7 @@ document_properties_page_size_orientation_portrait=khổ dọc
|
||||
document_properties_page_size_orientation_landscape=khổ ngang
|
||||
document_properties_page_size_name_a3=A3
|
||||
document_properties_page_size_name_a4=A4
|
||||
document_properties_page_size_name_letter=Thư
|
||||
document_properties_page_size_name_legal=Pháp lý
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
||||
@@ -217,6 +226,10 @@ invalid_file_error=Tập tin PDF hỏng hoặc không hợp lệ.
|
||||
missing_file_error=Thiếu tập tin PDF.
|
||||
unexpected_response_error=Máy chủ có phản hồi lạ.
|
||||
|
||||
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
|
||||
# replaced by the modification date, and time, of the annotation.
|
||||
annotation_date_string={{date}}, {{time}}
|
||||
|
||||
# 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).
|
||||
|
Reference in New Issue
Block a user