444444
This commit is contained in:
commit
73889bd4f9
|
|
@ -0,0 +1,135 @@
|
|||
/**
|
||||
* 影藏导航栏 导出
|
||||
*/
|
||||
.close {
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
justify-content: space-between;
|
||||
padding: 0 2%;
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
.close p {
|
||||
font-size: 20px;
|
||||
margin-right: 74%;
|
||||
}
|
||||
|
||||
.close div {
|
||||
width: 4px;
|
||||
height: 20px;
|
||||
background-color: #2F82FB;
|
||||
}
|
||||
|
||||
.layout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: start;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
.layui-table-tool-self .layui-inline:nth-child(2) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layui-table-tool-self .layui-inline:nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layui-laypage-skip {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layui-selected {
|
||||
margin-left: 20px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
font: Alibaba PuHuiTi;
|
||||
}
|
||||
|
||||
.layui-form-table {
|
||||
width: calc(100% - 40px);
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#table {
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
|
||||
.layui-btn {
|
||||
padding: 0 6px;
|
||||
|
||||
}
|
||||
|
||||
.layui-table th {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
font: Alibaba PuHuiTi;
|
||||
}
|
||||
|
||||
|
||||
.content {
|
||||
font-size: 16px !important;
|
||||
top: -6px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.table-striped > tbody > tr > td {
|
||||
border-bottom: 1px solid #D9D9D9 !important;
|
||||
border-top: none !important;
|
||||
|
||||
}
|
||||
|
||||
.table-striped > thead > tr > td {
|
||||
color: #262626;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.table-striped > tbody > tr > td {
|
||||
font-size: 13px;
|
||||
color: #595959;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.table-striped > tbody > tr:nth-of-type(odd) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.confirm-table {
|
||||
margin-bottom: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.confirm-table tbody {
|
||||
display: block;
|
||||
height: 470px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.confirm-table thead,
|
||||
.confirm-table tbody tr {
|
||||
display: table;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.layui-table-cell {
|
||||
height: auto;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.layui-table-grid-down {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -0,0 +1,48 @@
|
|||
/**
|
||||
* 影藏导航栏 导出
|
||||
*/
|
||||
.layui-table-tool-self .layui-inline:nth-child(2){ display:none; }
|
||||
.layui-table-tool-self .layui-inline:nth-child(3){ display:none; }
|
||||
|
||||
|
||||
element.style {
|
||||
width: 100px;
|
||||
}
|
||||
.layui-table[lay-size=sm] td {
|
||||
padding-top: 5px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.layui-table[lay-size=sm] th {
|
||||
padding-top: 5px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 10px;
|
||||
font-size: 15px;
|
||||
}
|
||||
.layui-selected{
|
||||
margin-top: 25px;
|
||||
}
|
||||
body{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
font: Alibaba PuHuiTi;
|
||||
}
|
||||
.layui-form-table{
|
||||
margin-left: 20px;
|
||||
}
|
||||
.layui-btn{
|
||||
padding: 0 6px;
|
||||
|
||||
}
|
||||
.layui-table th{
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
|
||||
}
|
||||
.layui-table{
|
||||
font: Alibaba PuHuiTi ;
|
||||
}
|
||||
|
|
@ -0,0 +1,217 @@
|
|||
# Copyright 2012 Mozilla Foundation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Main toolbar buttons (tooltips and alt text for images)
|
||||
previous.title=మునుపటి పేజీ
|
||||
previous_label=క్రితం
|
||||
next.title=తరువాత పేజీ
|
||||
next_label=తరువాత
|
||||
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=పేజీ
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=మొత్తం {{pagesCount}} లో
|
||||
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
||||
# will be replaced by a number representing the currently visible page,
|
||||
# respectively a number representing the total number of pages in the document.
|
||||
page_of_pages=(మొత్తం {{pagesCount}} లో {{pageNumber}}వది)
|
||||
|
||||
zoom_out.title=జూమ్ తగ్గించు
|
||||
zoom_out_label=జూమ్ తగ్గించు
|
||||
zoom_in.title=జూమ్ చేయి
|
||||
zoom_in_label=జూమ్ చేయి
|
||||
zoom.title=జూమ్
|
||||
presentation_mode.title=ప్రదర్శనా రీతికి మారు
|
||||
presentation_mode_label=ప్రదర్శనా రీతి
|
||||
open_file.title=ఫైల్ తెరువు
|
||||
open_file_label=తెరువు
|
||||
print.title=ముద్రించు
|
||||
print_label=ముద్రించు
|
||||
download.title=దింపుకోళ్ళు
|
||||
download_label=దింపుకోళ్ళు
|
||||
bookmark.title=ప్రస్తుత దర్శనం (కాపీ చేయి లేదా కొత్త విండోలో తెరువు)
|
||||
bookmark_label=ప్రస్తుత దర్శనం
|
||||
|
||||
# Secondary toolbar and context menu
|
||||
tools.title=పనిముట్లు
|
||||
tools_label=పనిముట్లు
|
||||
first_page.title=మొదటి పేజీకి వెళ్ళు
|
||||
first_page_label=మొదటి పేజీకి వెళ్ళు
|
||||
last_page.title=చివరి పేజీకి వెళ్ళు
|
||||
last_page_label=చివరి పేజీకి వెళ్ళు
|
||||
page_rotate_cw.title=సవ్యదిశలో తిప్పు
|
||||
page_rotate_cw_label=సవ్యదిశలో తిప్పు
|
||||
page_rotate_ccw.title=అపసవ్యదిశలో తిప్పు
|
||||
page_rotate_ccw_label=అపసవ్యదిశలో తిప్పు
|
||||
|
||||
cursor_text_select_tool.title=టెక్స్ట్ ఎంపిక సాధనాన్ని ప్రారంభించండి
|
||||
cursor_text_select_tool_label=టెక్స్ట్ ఎంపిక సాధనం
|
||||
cursor_hand_tool.title=చేతి సాధనం చేతనించు
|
||||
cursor_hand_tool_label=చేతి సాధనం
|
||||
|
||||
scroll_vertical_label=నిలువు స్క్రోలింగు
|
||||
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=పత్రము లక్షణాలు...
|
||||
document_properties_label=పత్రము లక్షణాలు...
|
||||
document_properties_file_name=దస్త్రం పేరు:
|
||||
document_properties_file_size=దస్త్రం పరిమాణం:
|
||||
# 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=శీర్షిక:
|
||||
document_properties_author=మూలకర్త:
|
||||
document_properties_subject=విషయం:
|
||||
document_properties_keywords=కీ పదాలు:
|
||||
document_properties_creation_date=సృష్టించిన తేదీ:
|
||||
document_properties_modification_date=సవరించిన తేదీ:
|
||||
# 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=సృష్టికర్త:
|
||||
document_properties_producer=PDF ఉత్పాదకి:
|
||||
document_properties_version=PDF వర్షన్:
|
||||
document_properties_page_count=పేజీల సంఖ్య:
|
||||
document_properties_page_size=కాగితం పరిమాణం:
|
||||
document_properties_page_size_unit_inches=లో
|
||||
document_properties_page_size_unit_millimeters=mm
|
||||
document_properties_page_size_orientation_portrait=నిలువుచిత్రం
|
||||
document_properties_page_size_orientation_landscape=అడ్డచిత్రం
|
||||
document_properties_page_size_name_a3=A3
|
||||
document_properties_page_size_name_a4=A4
|
||||
document_properties_page_size_name_letter=లేఖ
|
||||
document_properties_page_size_name_legal=చట్టపరమైన
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
||||
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
||||
document_properties_linearized_yes=అవును
|
||||
document_properties_linearized_no=కాదు
|
||||
document_properties_close=మూసివేయి
|
||||
|
||||
print_progress_message=ముద్రించడానికి పత్రము సిద్ధమవుతున్నది…
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=రద్దుచేయి
|
||||
|
||||
# Tooltips and alt text for side panel toolbar buttons
|
||||
# (the _label strings are alt text for the buttons, the .title strings are
|
||||
# tooltips)
|
||||
toggle_sidebar.title=పక్కపట్టీ మార్చు
|
||||
toggle_sidebar_label=పక్కపట్టీ మార్చు
|
||||
document_outline.title=పత్రము రూపము చూపించు (డబుల్ క్లిక్ చేసి అన్ని అంశాలను విస్తరించు/కూల్చు)
|
||||
document_outline_label=పత్రము అవుట్లైన్
|
||||
attachments.title=అనుబంధాలు చూపు
|
||||
attachments_label=అనుబంధాలు
|
||||
layers_label=పొరలు
|
||||
thumbs.title=థంబ్నైల్స్ చూపు
|
||||
thumbs_label=థంబ్నైల్స్
|
||||
findbar.title=పత్రములో కనుగొనుము
|
||||
findbar_label=కనుగొను
|
||||
|
||||
additional_layers=అదనపు పొరలు
|
||||
# Thumbnails panel item (tooltip and alt text for images)
|
||||
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_title=పేజీ {{page}}
|
||||
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_canvas={{page}} పేజీ నఖచిత్రం
|
||||
|
||||
# Find panel button title and messages
|
||||
find_input.title=కనుగొను
|
||||
find_input.placeholder=పత్రములో కనుగొను…
|
||||
find_previous.title=పదం యొక్క ముందు సంభవాన్ని కనుగొను
|
||||
find_previous_label=మునుపటి
|
||||
find_next.title=పదం యొక్క తర్వాతి సంభవాన్ని కనుగొను
|
||||
find_next_label=తరువాత
|
||||
find_highlight=అన్నిటిని ఉద్దీపనం చేయుము
|
||||
find_match_case_label=అక్షరముల తేడాతో పోల్చు
|
||||
find_entire_word_label=పూర్తి పదాలు
|
||||
find_reached_top=పేజీ పైకి చేరుకున్నది, క్రింది నుండి కొనసాగించండి
|
||||
find_reached_bottom=పేజీ చివరకు చేరుకున్నది, పైనుండి కొనసాగించండి
|
||||
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
||||
# [one|two|few|many|other], with [other] as the default value.
|
||||
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
||||
# index of the currently active find result, respectively a number representing
|
||||
# the total number of matches in the document.
|
||||
find_match_count={[ plural(total) ]}
|
||||
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
||||
# [zero|one|two|few|many|other], with [other] as the default value.
|
||||
# "{{limit}}" will be replaced by a numerical value.
|
||||
find_match_count_limit={[ plural(limit) ]}
|
||||
find_not_found=పదబంధం కనబడలేదు
|
||||
|
||||
# Error panel labels
|
||||
error_more_info=మరింత సమాచారం
|
||||
error_less_info=తక్కువ సమాచారం
|
||||
error_close=మూసివేయి
|
||||
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
||||
# replaced by the PDF.JS version and build ID.
|
||||
error_version_info=PDF.js v{{version}} (build: {{build}})
|
||||
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
||||
# english string describing the error.
|
||||
error_message=సందేశం: {{message}}
|
||||
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
||||
# trace.
|
||||
error_stack=స్టాక్: {{stack}}
|
||||
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
||||
error_file=ఫైలు: {{file}}
|
||||
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
||||
error_line=వరుస: {{line}}
|
||||
rendering_error=పేజీను రెండర్ చేయుటలో ఒక దోషం ఎదురైంది.
|
||||
|
||||
# Predefined zoom values
|
||||
page_scale_width=పేజీ వెడల్పు
|
||||
page_scale_fit=పేజీ అమర్పు
|
||||
page_scale_auto=స్వయంచాలక జూమ్
|
||||
page_scale_actual=యథార్ధ పరిమాణం
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
loading_error=PDF లోడవుచున్నప్పుడు ఒక దోషం ఎదురైంది.
|
||||
invalid_file_error=చెల్లని లేదా పాడైన PDF ఫైలు.
|
||||
missing_file_error=దొరకని PDF ఫైలు.
|
||||
unexpected_response_error=అనుకోని సర్వర్ స్పందన.
|
||||
|
||||
# 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).
|
||||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||
text_annotation_type.alt=[{{type}} టీకా]
|
||||
password_label=ఈ PDF ఫైల్ తెరుచుటకు సంకేతపదం ప్రవేశపెట్టుము.
|
||||
password_invalid=సంకేతపదం చెల్లదు. దయచేసి మళ్ళీ ప్రయత్నించండి.
|
||||
password_ok=సరే
|
||||
password_cancel=రద్దుచేయి
|
||||
|
||||
printing_not_supported=హెచ్చరిక: ఈ విహారిణి చేత ముద్రణ పూర్తిగా తోడ్పాటు లేదు.
|
||||
printing_not_ready=హెచ్చరిక: ముద్రణ కొరకు ఈ PDF పూర్తిగా లోడవలేదు.
|
||||
web_fonts_disabled=వెబ్ ఫాంట్లు అచేతనించబడెను: ఎంబెడెడ్ PDF ఫాంట్లు ఉపయోగించలేక పోయింది.
|
||||
|
|
@ -0,0 +1,281 @@
|
|||
# Copyright 2012 Mozilla Foundation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Main toolbar buttons (tooltips and alt text for images)
|
||||
previous.title=Саҳифаи қаблӣ
|
||||
previous_label=Қаблӣ
|
||||
next.title=Саҳифаи навбатӣ
|
||||
next_label=Навбатӣ
|
||||
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=Саҳифа
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=аз {{pagesCount}}
|
||||
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
||||
# will be replaced by a number representing the currently visible page,
|
||||
# respectively a number representing the total number of pages in the document.
|
||||
page_of_pages=({{pageNumber}} аз {{pagesCount}})
|
||||
|
||||
zoom_out.title=Хурд кардан
|
||||
zoom_out_label=Хурд кардан
|
||||
zoom_in.title=Калон кардан
|
||||
zoom_in_label=Калон кардан
|
||||
zoom.title=Танзими андоза
|
||||
presentation_mode.title=Гузариш ба реҷаи тақдим
|
||||
presentation_mode_label=Реҷаи тақдим
|
||||
open_file.title=Кушодани файл
|
||||
open_file_label=Кушодан
|
||||
print.title=Чоп кардан
|
||||
print_label=Чоп кардан
|
||||
download.title=Боргирӣ кардан
|
||||
download_label=Боргирӣ кардан
|
||||
bookmark.title=Намуди ҷорӣ (нусха бардоштан ё кушодан дар равзанаи нав)
|
||||
bookmark_label=Намуди ҷорӣ
|
||||
|
||||
# Secondary toolbar and context menu
|
||||
tools.title=Абзорҳо
|
||||
tools_label=Абзорҳо
|
||||
first_page.title=Ба саҳифаи аввал гузаред
|
||||
first_page_label=Ба саҳифаи аввал гузаред
|
||||
last_page.title=Ба саҳифаи охирин гузаред
|
||||
last_page_label=Ба саҳифаи охирин гузаред
|
||||
page_rotate_cw.title=Ба самти ҳаракати ақрабаки соат давр задан
|
||||
page_rotate_cw_label=Ба самти ҳаракати ақрабаки соат давр задан
|
||||
page_rotate_ccw.title=Ба муқобили самти ҳаракати ақрабаки соат давр задан
|
||||
page_rotate_ccw_label=Ба муқобили самти ҳаракати ақрабаки соат давр задан
|
||||
|
||||
cursor_text_select_tool.title=Фаъол кардани «Абзори интихоби матн»
|
||||
cursor_text_select_tool_label=Абзори интихоби матн
|
||||
cursor_hand_tool.title=Фаъол кардани «Абзори даст»
|
||||
cursor_hand_tool_label=Абзори даст
|
||||
|
||||
scroll_page.title=Истифодаи варақзанӣ
|
||||
scroll_page_label=Варақзанӣ
|
||||
scroll_vertical.title=Истифодаи варақзании амудӣ
|
||||
scroll_vertical_label=Варақзании амудӣ
|
||||
scroll_horizontal.title=Истифодаи варақзании уфуқӣ
|
||||
scroll_horizontal_label=Варақзании уфуқӣ
|
||||
scroll_wrapped.title=Истифодаи варақзании миқёсбандӣ
|
||||
scroll_wrapped_label=Варақзании миқёсбандӣ
|
||||
|
||||
spread_none.title=Густариши саҳифаҳо истифода бурда нашавад
|
||||
spread_none_label=Бе густурдани саҳифаҳо
|
||||
spread_odd.title=Густариши саҳифаҳо аз саҳифаҳо бо рақамҳои тоқ оғоз карда мешавад
|
||||
spread_odd_label=Саҳифаҳои тоқ аз тарафи чап
|
||||
spread_even.title=Густариши саҳифаҳо аз саҳифаҳо бо рақамҳои ҷуфт оғоз карда мешавад
|
||||
spread_even_label=Саҳифаҳои ҷуфт аз тарафи чап
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=Хусусиятҳои ҳуҷҷат…
|
||||
document_properties_label=Хусусиятҳои ҳуҷҷат…
|
||||
document_properties_file_name=Номи файл:
|
||||
document_properties_file_size=Андозаи файл:
|
||||
# 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}} КБ ({{size_b}} байт)
|
||||
# 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}} МБ ({{size_b}} байт)
|
||||
document_properties_title=Сарлавҳа:
|
||||
document_properties_author=Муаллиф:
|
||||
document_properties_subject=Мавзуъ:
|
||||
document_properties_keywords=Калимаҳои калидӣ:
|
||||
document_properties_creation_date=Санаи эҷод:
|
||||
document_properties_modification_date=Санаи тағйирот:
|
||||
# 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=Эҷодкунанда:
|
||||
document_properties_producer=Таҳиякунандаи PDF:
|
||||
document_properties_version=Версияи PDF:
|
||||
document_properties_page_count=Шумораи саҳифаҳо:
|
||||
document_properties_page_size=Андозаи саҳифа:
|
||||
document_properties_page_size_unit_inches=дюйм
|
||||
document_properties_page_size_unit_millimeters=мм
|
||||
document_properties_page_size_orientation_portrait=амудӣ
|
||||
document_properties_page_size_orientation_landscape=уфуқӣ
|
||||
document_properties_page_size_name_a3=A3
|
||||
document_properties_page_size_name_a4=A4
|
||||
document_properties_page_size_name_letter=Мактуб
|
||||
document_properties_page_size_name_legal=Ҳуқуқӣ
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
||||
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
||||
document_properties_linearized=Намоиши тез дар Интернет:
|
||||
document_properties_linearized_yes=Ҳа
|
||||
document_properties_linearized_no=Не
|
||||
document_properties_close=Пӯшидан
|
||||
|
||||
print_progress_message=Омодасозии ҳуҷҷат барои чоп…
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=Бекор кардан
|
||||
|
||||
# Tooltips and alt text for side panel toolbar buttons
|
||||
# (the _label strings are alt text for the buttons, the .title strings are
|
||||
# tooltips)
|
||||
toggle_sidebar.title=Фаъол кардани навори ҷонибӣ
|
||||
toggle_sidebar_notification2.title=Фаъол кардани навори ҷонибӣ (ҳуҷҷат дорои сохтор/замимаҳо/қабатҳо мебошад)
|
||||
toggle_sidebar_label=Фаъол кардани навори ҷонибӣ
|
||||
document_outline.title=Намоиш додани сохтори ҳуҷҷат (барои баркушодан/пеҷондани ҳамаи унсурҳо дубора зер кунед)
|
||||
document_outline_label=Сохтори ҳуҷҷат
|
||||
attachments.title=Намоиш додани замимаҳо
|
||||
attachments_label=Замимаҳо
|
||||
layers.title=Намоиш додани қабатҳо (барои барқарор кардани ҳамаи қабатҳо ба вазъияти пешфарз дубора зер кунед)
|
||||
layers_label=Қабатҳо
|
||||
thumbs.title=Намоиш додани тасвирчаҳо
|
||||
thumbs_label=Тасвирчаҳо
|
||||
current_outline_item.title=Ёфтани унсури сохтори ҷорӣ
|
||||
current_outline_item_label=Унсури сохтори ҷорӣ
|
||||
findbar.title=Ёфтан дар ҳуҷҷат
|
||||
findbar_label=Ёфтан
|
||||
|
||||
additional_layers=Қабатҳои иловагӣ
|
||||
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
|
||||
page_landmark=Саҳифаи {{page}}
|
||||
# Thumbnails panel item (tooltip and alt text for images)
|
||||
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_title=Саҳифаи {{page}}
|
||||
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_canvas=Тасвирчаи саҳифаи {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_input.title=Ёфтан
|
||||
find_input.placeholder=Ёфтан дар ҳуҷҷат…
|
||||
find_previous.title=Ҷустуҷӯи мавриди қаблии ибораи пешниҳодшуда
|
||||
find_previous_label=Қаблӣ
|
||||
find_next.title=Ҷустуҷӯи мавриди навбатии ибораи пешниҳодшуда
|
||||
find_next_label=Навбатӣ
|
||||
find_highlight=Ҳамаашро бо ранг ҷудо кардан
|
||||
find_match_case_label=Бо дарназардошти ҳарфҳои хурду калон
|
||||
find_match_diacritics_label=Бо дарназардошти аломатҳои диакритикӣ
|
||||
find_entire_word_label=Калимаҳои пурра
|
||||
find_reached_top=Ба болои ҳуҷҷат расид, аз поён идома ёфт
|
||||
find_reached_bottom=Ба поёни ҳуҷҷат расид, аз боло идома ёфт
|
||||
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
||||
# [one|two|few|many|other], with [other] as the default value.
|
||||
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
||||
# index of the currently active find result, respectively a number representing
|
||||
# the total number of matches in the document.
|
||||
find_match_count={[ plural(total) ]}
|
||||
find_match_count[one]={{current}} аз {{total}} мувофиқат
|
||||
find_match_count[two]={{current}} аз {{total}} мувофиқат
|
||||
find_match_count[few]={{current}} аз {{total}} мувофиқат
|
||||
find_match_count[many]={{current}} аз {{total}} мувофиқат
|
||||
find_match_count[other]={{current}} аз {{total}} мувофиқат
|
||||
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
||||
# [zero|one|two|few|many|other], with [other] as the default value.
|
||||
# "{{limit}}" will be replaced by a numerical value.
|
||||
find_match_count_limit={[ plural(limit) ]}
|
||||
find_match_count_limit[zero]=Зиёда аз {{limit}} мувофиқат
|
||||
find_match_count_limit[one]=Зиёда аз {{limit}} мувофиқат
|
||||
find_match_count_limit[two]=Зиёда аз {{limit}} мувофиқат
|
||||
find_match_count_limit[few]=Зиёда аз {{limit}} мувофиқат
|
||||
find_match_count_limit[many]=Зиёда аз {{limit}} мувофиқат
|
||||
find_match_count_limit[other]=Зиёда аз {{limit}} мувофиқат
|
||||
find_not_found=Ибора ёфт нашуд
|
||||
|
||||
# Error panel labels
|
||||
error_more_info=Маълумоти бештар
|
||||
error_less_info=Маълумоти камтар
|
||||
error_close=Пӯшидан
|
||||
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
||||
# replaced by the PDF.JS version and build ID.
|
||||
error_version_info=PDF.js v{{version}} (сохт: {{build}})
|
||||
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
||||
# english string describing the error.
|
||||
error_message=Паём: {{message}}
|
||||
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
||||
# trace.
|
||||
error_stack=Даста: {{stack}}
|
||||
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
||||
error_file=Файл: {{file}}
|
||||
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
||||
error_line=Сатр: {{line}}
|
||||
rendering_error=Ҳангоми шаклсозии саҳифа хато ба миён омад.
|
||||
|
||||
# Predefined zoom values
|
||||
page_scale_width=Аз рӯи паҳнои саҳифа
|
||||
page_scale_fit=Аз рӯи андозаи саҳифа
|
||||
page_scale_auto=Андозаи худкор
|
||||
page_scale_actual=Андозаи воқеӣ
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
# Loading indicator messages
|
||||
loading=Бор шуда истодааст…
|
||||
loading_error=Ҳангоми боркунии PDF хато ба миён омад.
|
||||
invalid_file_error=Файли PDF нодуруст ё вайроншуда мебошад.
|
||||
missing_file_error=Файли PDF ғоиб аст.
|
||||
unexpected_response_error=Ҷавоби ногаҳон аз сервер.
|
||||
|
||||
# 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).
|
||||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||
text_annotation_type.alt=[Ҳошиянависӣ - {{type}}]
|
||||
password_label=Барои кушодани ин файли PDF ниҳонвожаро ворид кунед.
|
||||
password_invalid=Ниҳонвожаи нодуруст. Лутфан, аз нав кӯшиш кунед.
|
||||
password_ok=ХУБ
|
||||
password_cancel=Бекор кардан
|
||||
|
||||
printing_not_supported=Диққат: Чопкунӣ аз тарафи ин браузер ба таври пурра дастгирӣ намешавад.
|
||||
printing_not_ready=Диққат: Файли PDF барои чопкунӣ пурра бор карда нашуд.
|
||||
web_fonts_disabled=Шрифтҳои интернетӣ ғайрифаъоланд: истифодаи шрифтҳои дарунсохти PDF ғайриимкон аст.
|
||||
|
||||
# Editor
|
||||
editor_none.title=Ғайрифаъол кардани таҳрири ҳошиянависӣ
|
||||
editor_none_label=Ғайрифаъл кардани таҳрири матн
|
||||
editor_free_text.title=Илова кардани ҳошиянависии «FreeText»
|
||||
editor_free_text_label=Ҳошиянависии «FreeText»
|
||||
editor_ink.title=Илова кардани ҳошиянависии дастнавис
|
||||
editor_ink_label=Ҳошиянависии дастнавис
|
||||
|
||||
freetext_default_content=Ягон матнро ворид намоед…
|
||||
|
||||
free_text_default_content=Матнро ворид намоед…
|
||||
|
||||
# Editor Parameters
|
||||
editor_free_text_font_color=Ранги ҳуруф
|
||||
editor_free_text_font_size=Андозаи ҳуруф
|
||||
editor_ink_line_color=Ранги сатр
|
||||
editor_ink_line_thickness=Ғафсии сатр
|
||||
|
||||
# Editor Parameters
|
||||
editor_free_text_color=Ранг
|
||||
editor_free_text_size=Андоза
|
||||
editor_ink_color=Ранг
|
||||
editor_ink_thickness=Ғафсӣ
|
||||
editor_ink_opacity=Шаффофӣ
|
||||
|
||||
# Editor aria
|
||||
editor_free_text_aria_label=Муҳаррири «FreeText»
|
||||
editor_ink_aria_label=Муҳаррири ранг
|
||||
editor_ink_canvas_aria_label=Тасвири эҷодкардаи корбар
|
||||
|
|
@ -0,0 +1,266 @@
|
|||
# Copyright 2012 Mozilla Foundation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Main toolbar buttons (tooltips and alt text for images)
|
||||
previous.title=หน้าก่อนหน้า
|
||||
previous_label=ก่อนหน้า
|
||||
next.title=หน้าถัดไป
|
||||
next_label=ถัดไป
|
||||
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=หน้า
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=จาก {{pagesCount}}
|
||||
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
||||
# will be replaced by a number representing the currently visible page,
|
||||
# respectively a number representing the total number of pages in the document.
|
||||
page_of_pages=({{pageNumber}} จาก {{pagesCount}})
|
||||
|
||||
zoom_out.title=ซูมออก
|
||||
zoom_out_label=ซูมออก
|
||||
zoom_in.title=ซูมเข้า
|
||||
zoom_in_label=ซูมเข้า
|
||||
zoom.title=ซูม
|
||||
presentation_mode.title=สลับเป็นโหมดการนำเสนอ
|
||||
presentation_mode_label=โหมดการนำเสนอ
|
||||
open_file.title=เปิดไฟล์
|
||||
open_file_label=เปิด
|
||||
print.title=พิมพ์
|
||||
print_label=พิมพ์
|
||||
download.title=ดาวน์โหลด
|
||||
download_label=ดาวน์โหลด
|
||||
bookmark.title=มุมมองปัจจุบัน (คัดลอกหรือเปิดในหน้าต่างใหม่)
|
||||
bookmark_label=มุมมองปัจจุบัน
|
||||
|
||||
# Secondary toolbar and context menu
|
||||
tools.title=เครื่องมือ
|
||||
tools_label=เครื่องมือ
|
||||
first_page.title=ไปยังหน้าแรก
|
||||
first_page_label=ไปยังหน้าแรก
|
||||
last_page.title=ไปยังหน้าสุดท้าย
|
||||
last_page_label=ไปยังหน้าสุดท้าย
|
||||
page_rotate_cw.title=หมุนตามเข็มนาฬิกา
|
||||
page_rotate_cw_label=หมุนตามเข็มนาฬิกา
|
||||
page_rotate_ccw.title=หมุนทวนเข็มนาฬิกา
|
||||
page_rotate_ccw_label=หมุนทวนเข็มนาฬิกา
|
||||
|
||||
cursor_text_select_tool.title=เปิดใช้งานเครื่องมือการเลือกข้อความ
|
||||
cursor_text_select_tool_label=เครื่องมือการเลือกข้อความ
|
||||
cursor_hand_tool.title=เปิดใช้งานเครื่องมือมือ
|
||||
cursor_hand_tool_label=เครื่องมือมือ
|
||||
|
||||
scroll_page.title=ใช้การเลื่อนหน้า
|
||||
scroll_page_label=การเลื่อนหน้า
|
||||
scroll_vertical.title=ใช้การเลื่อนแนวตั้ง
|
||||
scroll_vertical_label=การเลื่อนแนวตั้ง
|
||||
scroll_horizontal.title=ใช้การเลื่อนแนวนอน
|
||||
scroll_horizontal_label=การเลื่อนแนวนอน
|
||||
scroll_wrapped.title=ใช้การเลื่อนแบบคลุม
|
||||
scroll_wrapped_label=เลื่อนแบบคลุม
|
||||
|
||||
spread_none.title=ไม่ต้องรวมการกระจายหน้า
|
||||
spread_none_label=ไม่กระจาย
|
||||
spread_odd.title=รวมการกระจายหน้าเริ่มจากหน้าคี่
|
||||
spread_odd_label=กระจายอย่างเหลือเศษ
|
||||
spread_even.title=รวมการกระจายหน้าเริ่มจากหน้าคู่
|
||||
spread_even_label=กระจายอย่างเท่าเทียม
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=คุณสมบัติเอกสาร…
|
||||
document_properties_label=คุณสมบัติเอกสาร…
|
||||
document_properties_file_name=ชื่อไฟล์:
|
||||
document_properties_file_size=ขนาดไฟล์:
|
||||
# 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}} ไบต์)
|
||||
# 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}} ไบต์)
|
||||
document_properties_title=ชื่อเรื่อง:
|
||||
document_properties_author=ผู้สร้าง:
|
||||
document_properties_subject=ชื่อเรื่อง:
|
||||
document_properties_keywords=คำสำคัญ:
|
||||
document_properties_creation_date=วันที่สร้าง:
|
||||
document_properties_modification_date=วันที่แก้ไข:
|
||||
# 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=ผู้สร้าง:
|
||||
document_properties_producer=ผู้ผลิต PDF:
|
||||
document_properties_version=รุ่น PDF:
|
||||
document_properties_page_count=จำนวนหน้า:
|
||||
document_properties_page_size=ขนาดหน้า:
|
||||
document_properties_page_size_unit_inches=in
|
||||
document_properties_page_size_unit_millimeters=mm
|
||||
document_properties_page_size_orientation_portrait=แนวตั้ง
|
||||
document_properties_page_size_orientation_landscape=แนวนอน
|
||||
document_properties_page_size_name_a3=A3
|
||||
document_properties_page_size_name_a4=A4
|
||||
document_properties_page_size_name_letter=จดหมาย
|
||||
document_properties_page_size_name_legal=ข้อกฎหมาย
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
||||
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
||||
document_properties_linearized=มุมมองเว็บแบบรวดเร็ว:
|
||||
document_properties_linearized_yes=ใช่
|
||||
document_properties_linearized_no=ไม่
|
||||
document_properties_close=ปิด
|
||||
|
||||
print_progress_message=กำลังเตรียมเอกสารสำหรับการพิมพ์…
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=ยกเลิก
|
||||
|
||||
# Tooltips and alt text for side panel toolbar buttons
|
||||
# (the _label strings are alt text for the buttons, the .title strings are
|
||||
# tooltips)
|
||||
toggle_sidebar.title=เปิด/ปิดแถบข้าง
|
||||
toggle_sidebar_notification2.title=เปิด/ปิดแถบข้าง (เอกสารมีเค้าร่าง/ไฟล์แนบ/เลเยอร์)
|
||||
toggle_sidebar_label=เปิด/ปิดแถบข้าง
|
||||
document_outline.title=แสดงเค้าร่างเอกสาร (คลิกสองครั้งเพื่อขยาย/ยุบรายการทั้งหมด)
|
||||
document_outline_label=เค้าร่างเอกสาร
|
||||
attachments.title=แสดงไฟล์แนบ
|
||||
attachments_label=ไฟล์แนบ
|
||||
layers.title=แสดงเลเยอร์ (คลิกสองครั้งเพื่อรีเซ็ตเลเยอร์ทั้งหมดเป็นสถานะเริ่มต้น)
|
||||
layers_label=เลเยอร์
|
||||
thumbs.title=แสดงภาพขนาดย่อ
|
||||
thumbs_label=ภาพขนาดย่อ
|
||||
current_outline_item.title=ค้นหารายการเค้าร่างปัจจุบัน
|
||||
current_outline_item_label=รายการเค้าร่างปัจจุบัน
|
||||
findbar.title=ค้นหาในเอกสาร
|
||||
findbar_label=ค้นหา
|
||||
|
||||
additional_layers=เลเยอร์เพิ่มเติม
|
||||
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
|
||||
page_landmark=หน้า {{page}}
|
||||
# Thumbnails panel item (tooltip and alt text for images)
|
||||
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_title=หน้า {{page}}
|
||||
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_canvas=ภาพขนาดย่อของหน้า {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_input.title=ค้นหา
|
||||
find_input.placeholder=ค้นหาในเอกสาร…
|
||||
find_previous.title=หาตำแหน่งก่อนหน้าของวลี
|
||||
find_previous_label=ก่อนหน้า
|
||||
find_next.title=หาตำแหน่งถัดไปของวลี
|
||||
find_next_label=ถัดไป
|
||||
find_highlight=เน้นสีทั้งหมด
|
||||
find_match_case_label=ตัวพิมพ์ใหญ่เล็กตรงกัน
|
||||
find_match_diacritics_label=เครื่องหมายกำกับการออกเสียงตรงกัน
|
||||
find_entire_word_label=ทั้งคำ
|
||||
find_reached_top=ค้นหาถึงจุดเริ่มต้นของหน้า เริ่มค้นต่อจากด้านล่าง
|
||||
find_reached_bottom=ค้นหาถึงจุดสิ้นสุดหน้า เริ่มค้นต่อจากด้านบน
|
||||
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
||||
# [one|two|few|many|other], with [other] as the default value.
|
||||
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
||||
# index of the currently active find result, respectively a number representing
|
||||
# the total number of matches in the document.
|
||||
find_match_count={[ plural(total) ]}
|
||||
find_match_count[one]={{current}} จาก {{total}} ที่ตรงกัน
|
||||
find_match_count[two]={{current}} จาก {{total}} ที่ตรงกัน
|
||||
find_match_count[few]={{current}} จาก {{total}} ที่ตรงกัน
|
||||
find_match_count[many]={{current}} จาก {{total}} ที่ตรงกัน
|
||||
find_match_count[other]={{current}} จาก {{total}} ที่ตรงกัน
|
||||
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
||||
# [zero|one|two|few|many|other], with [other] as the default value.
|
||||
# "{{limit}}" will be replaced by a numerical value.
|
||||
find_match_count_limit={[ plural(limit) ]}
|
||||
find_match_count_limit[zero]=มากกว่า {{limit}} ที่ตรงกัน
|
||||
find_match_count_limit[one]=มากกว่า {{limit}} ที่ตรงกัน
|
||||
find_match_count_limit[two]=มากกว่า {{limit}} ที่ตรงกัน
|
||||
find_match_count_limit[few]=มากกว่า {{limit}} ที่ตรงกัน
|
||||
find_match_count_limit[many]=มากกว่า {{limit}} ที่ตรงกัน
|
||||
find_match_count_limit[other]=มากกว่า {{limit}} ที่ตรงกัน
|
||||
find_not_found=ไม่พบวลี
|
||||
|
||||
# Error panel labels
|
||||
error_more_info=ข้อมูลเพิ่มเติม
|
||||
error_less_info=ข้อมูลน้อยลง
|
||||
error_close=ปิด
|
||||
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
||||
# replaced by the PDF.JS version and build ID.
|
||||
error_version_info=PDF.js v{{version}} (build: {{build}})
|
||||
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
||||
# english string describing the error.
|
||||
error_message=ข้อความ: {{message}}
|
||||
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
||||
# trace.
|
||||
error_stack=สแตก: {{stack}}
|
||||
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
||||
error_file=ไฟล์: {{file}}
|
||||
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
||||
error_line=บรรทัด: {{line}}
|
||||
rendering_error=เกิดข้อผิดพลาดขณะเรนเดอร์หน้า
|
||||
|
||||
# Predefined zoom values
|
||||
page_scale_width=ความกว้างหน้า
|
||||
page_scale_fit=พอดีหน้า
|
||||
page_scale_auto=ซูมอัตโนมัติ
|
||||
page_scale_actual=ขนาดจริง
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
# Loading indicator messages
|
||||
loading=กำลังโหลด…
|
||||
loading_error=เกิดข้อผิดพลาดขณะโหลด PDF
|
||||
invalid_file_error=ไฟล์ PDF ไม่ถูกต้องหรือเสียหาย
|
||||
missing_file_error=ไฟล์ PDF หายไป
|
||||
unexpected_response_error=การตอบสนองของเซิร์ฟเวอร์ที่ไม่คาดคิด
|
||||
|
||||
# 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).
|
||||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||
text_annotation_type.alt=[คำอธิบายประกอบ {{type}}]
|
||||
password_label=ป้อนรหัสผ่านเพื่อเปิดไฟล์ PDF นี้
|
||||
password_invalid=รหัสผ่านไม่ถูกต้อง โปรดลองอีกครั้ง
|
||||
password_ok=ตกลง
|
||||
password_cancel=ยกเลิก
|
||||
|
||||
printing_not_supported=คำเตือน: เบราว์เซอร์นี้ไม่ได้สนับสนุนการพิมพ์อย่างเต็มที่
|
||||
printing_not_ready=คำเตือน: PDF ไม่ได้รับการโหลดอย่างเต็มที่สำหรับการพิมพ์
|
||||
web_fonts_disabled=แบบอักษรเว็บถูกปิดใช้งาน: ไม่สามารถใช้แบบอักษร PDF ฝังตัว
|
||||
|
||||
# Editor
|
||||
editor_none_label=ปิดใช้งานการแก้ไข
|
||||
|
||||
|
||||
free_text_default_content=ป้อนข้อความ…
|
||||
|
||||
# Editor Parameters
|
||||
editor_free_text_font_color=สีตัวอักษร
|
||||
editor_free_text_font_size=ขนาดแบบอักษร
|
||||
|
||||
# Editor Parameters
|
||||
editor_ink_opacity=ความทึบ
|
||||
|
||||
# Editor aria
|
||||
|
|
@ -0,0 +1,242 @@
|
|||
# Copyright 2012 Mozilla Foundation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Main toolbar buttons (tooltips and alt text for images)
|
||||
previous.title=Naunang Pahina
|
||||
previous_label=Nakaraan
|
||||
next.title=Sunod na Pahina
|
||||
next_label=Sunod
|
||||
|
||||
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
|
||||
page.title=Pahina
|
||||
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
|
||||
# representing the total number of pages in the document.
|
||||
of_pages=ng {{pagesCount}}
|
||||
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
|
||||
# will be replaced by a number representing the currently visible page,
|
||||
# respectively a number representing the total number of pages in the document.
|
||||
page_of_pages=({{pageNumber}} ng {{pagesCount}})
|
||||
|
||||
zoom_out.title=Paliitin
|
||||
zoom_out_label=Paliitin
|
||||
zoom_in.title=Palakihin
|
||||
zoom_in_label=Palakihin
|
||||
zoom.title=Mag-zoom
|
||||
presentation_mode.title=Lumipat sa Presentation Mode
|
||||
presentation_mode_label=Presentation Mode
|
||||
open_file.title=Magbukas ng file
|
||||
open_file_label=Buksan
|
||||
print.title=i-Print
|
||||
print_label=i-Print
|
||||
download.title=i-Download
|
||||
download_label=i-Download
|
||||
bookmark.title=Kasalukuyang tingin (kopyahin o buksan sa bagong window)
|
||||
bookmark_label=Kasalukuyang tingin
|
||||
|
||||
# Secondary toolbar and context menu
|
||||
tools.title=Mga Kagamitan
|
||||
tools_label=Mga Kagamitan
|
||||
first_page.title=Pumunta sa Unang Pahina
|
||||
first_page_label=Pumunta sa Unang Pahina
|
||||
last_page.title=Pumunta sa Huling Pahina
|
||||
last_page_label=Pumunta sa Huling Pahina
|
||||
page_rotate_cw.title=Paikutin Pakanan
|
||||
page_rotate_cw_label=Paikutin Pakanan
|
||||
page_rotate_ccw.title=Paikutin Pakaliwa
|
||||
page_rotate_ccw_label=Paikutin Pakaliwa
|
||||
|
||||
cursor_text_select_tool.title=I-enable ang Text Selection Tool
|
||||
cursor_text_select_tool_label=Text Selection Tool
|
||||
cursor_hand_tool.title=I-enable ang Hand Tool
|
||||
cursor_hand_tool_label=Hand Tool
|
||||
|
||||
scroll_vertical.title=Gumamit ng Vertical Scrolling
|
||||
scroll_vertical_label=Vertical Scrolling
|
||||
scroll_horizontal.title=Gumamit ng Horizontal Scrolling
|
||||
scroll_horizontal_label=Horizontal Scrolling
|
||||
scroll_wrapped.title=Gumamit ng Wrapped Scrolling
|
||||
scroll_wrapped_label=Wrapped Scrolling
|
||||
|
||||
spread_none.title=Huwag pagsamahin ang mga page spread
|
||||
spread_none_label=No Spreads
|
||||
spread_odd.title=Join page spreads starting with odd-numbered pages
|
||||
spread_odd_label=Mga Odd Spread
|
||||
spread_even.title=Pagsamahin ang mga page spread na nagsisimula sa mga even-numbered na pahina
|
||||
spread_even_label=Mga Even Spread
|
||||
|
||||
# Document properties dialog box
|
||||
document_properties.title=Mga Katangian ng Dokumento…
|
||||
document_properties_label=Mga Katangian ng Dokumento…
|
||||
document_properties_file_name=File name:
|
||||
document_properties_file_size=File size:
|
||||
# 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=Pamagat:
|
||||
document_properties_author=May-akda:
|
||||
document_properties_subject=Paksa:
|
||||
document_properties_keywords=Mga keyword:
|
||||
document_properties_creation_date=Petsa ng Pagkakagawa:
|
||||
document_properties_modification_date=Petsa ng Pagkakabago:
|
||||
# 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=Tagalikha:
|
||||
document_properties_producer=PDF Producer:
|
||||
document_properties_version=PDF Version:
|
||||
document_properties_page_count=Bilang ng Pahina:
|
||||
document_properties_page_size=Laki ng Pahina:
|
||||
document_properties_page_size_unit_inches=pulgada
|
||||
document_properties_page_size_unit_millimeters=mm
|
||||
document_properties_page_size_orientation_portrait=patayo
|
||||
document_properties_page_size_orientation_landscape=pahiga
|
||||
document_properties_page_size_name_a3=A3
|
||||
document_properties_page_size_name_a4=A4
|
||||
document_properties_page_size_name_letter=Letter
|
||||
document_properties_page_size_name_legal=Legal
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
|
||||
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
|
||||
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
|
||||
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
||||
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of
|
||||
# the document; usually called "Fast Web View" in English locales of Adobe software.
|
||||
document_properties_linearized=Fast Web View:
|
||||
document_properties_linearized_yes=Oo
|
||||
document_properties_linearized_no=Hindi
|
||||
document_properties_close=Isara
|
||||
|
||||
print_progress_message=Inihahanda ang dokumento para sa pag-print…
|
||||
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
|
||||
# a numerical per cent value.
|
||||
print_progress_percent={{progress}}%
|
||||
print_progress_close=Kanselahin
|
||||
|
||||
# Tooltips and alt text for side panel toolbar buttons
|
||||
# (the _label strings are alt text for the buttons, the .title strings are
|
||||
# tooltips)
|
||||
toggle_sidebar.title=Ipakita/Itago ang Sidebar
|
||||
toggle_sidebar_notification2.title=Ipakita/Itago ang Sidebar (nagtataglay ang dokumento ng balangkas/mga attachment/mga layer)
|
||||
toggle_sidebar_label=Ipakita/Itago ang Sidebar
|
||||
document_outline.title=Ipakita ang Document Outline (mag-double-click para i-expand/collapse ang laman)
|
||||
document_outline_label=Balangkas ng Dokumento
|
||||
attachments.title=Ipakita ang mga Attachment
|
||||
attachments_label=Mga attachment
|
||||
layers.title=Ipakita ang mga Layer (mag-double click para mareset ang lahat ng layer sa orihinal na estado)
|
||||
layers_label=Mga layer
|
||||
thumbs.title=Ipakita ang mga Thumbnail
|
||||
thumbs_label=Mga thumbnail
|
||||
findbar.title=Hanapin sa Dokumento
|
||||
findbar_label=Hanapin
|
||||
|
||||
additional_layers=Mga Karagdagang Layer
|
||||
# Thumbnails panel item (tooltip and alt text for images)
|
||||
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_title=Pahina {{page}}
|
||||
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
|
||||
# number.
|
||||
thumb_page_canvas=Thumbnail ng Pahina {{page}}
|
||||
|
||||
# Find panel button title and messages
|
||||
find_input.title=Hanapin
|
||||
find_input.placeholder=Hanapin sa dokumento…
|
||||
find_previous.title=Hanapin ang nakaraang pangyayari ng parirala
|
||||
find_previous_label=Nakaraan
|
||||
find_next.title=Hanapin ang susunod na pangyayari ng parirala
|
||||
find_next_label=Susunod
|
||||
find_highlight=I-highlight lahat
|
||||
find_match_case_label=Itugma ang case
|
||||
find_entire_word_label=Buong salita
|
||||
find_reached_top=Naabot na ang tuktok ng dokumento, ipinagpatuloy mula sa ilalim
|
||||
find_reached_bottom=Naabot na ang dulo ng dokumento, ipinagpatuloy mula sa tuktok
|
||||
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
||||
# [one|two|few|many|other], with [other] as the default value.
|
||||
# "{{current}}" and "{{total}}" will be replaced by a number representing the
|
||||
# index of the currently active find result, respectively a number representing
|
||||
# the total number of matches in the document.
|
||||
find_match_count={[ plural(total) ]}
|
||||
find_match_count[one]={{current}} ng {{total}} tugma
|
||||
find_match_count[two]={{current}} ng {{total}} tugma
|
||||
find_match_count[few]={{current}} ng {{total}} tugma
|
||||
find_match_count[many]={{current}} ng {{total}} tugma
|
||||
find_match_count[other]={{current}} ng {{total}} tugma
|
||||
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
|
||||
# [zero|one|two|few|many|other], with [other] as the default value.
|
||||
# "{{limit}}" will be replaced by a numerical value.
|
||||
find_match_count_limit={[ plural(limit) ]}
|
||||
find_match_count_limit[zero]=Higit sa {{limit}} tugma
|
||||
find_match_count_limit[one]=Higit sa {{limit}} tugma
|
||||
find_match_count_limit[two]=Higit sa {{limit}} tugma
|
||||
find_match_count_limit[few]=Higit sa {{limit}} tugma
|
||||
find_match_count_limit[many]=Higit sa {{limit}} tugma
|
||||
find_match_count_limit[other]=Higit sa {{limit}} tugma
|
||||
find_not_found=Hindi natagpuan ang parirala
|
||||
|
||||
# Error panel labels
|
||||
error_more_info=Karagdagang Impormasyon
|
||||
error_less_info=Mas Kaunting Impormasyon
|
||||
error_close=Isara
|
||||
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
|
||||
# replaced by the PDF.JS version and build ID.
|
||||
error_version_info=PDF.js v{{version}} (build: {{build}})
|
||||
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
|
||||
# english string describing the error.
|
||||
error_message=Mensahe: {{message}}
|
||||
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
|
||||
# trace.
|
||||
error_stack=Stack: {{stack}}
|
||||
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
|
||||
error_file=File: {{file}}
|
||||
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
|
||||
error_line=Linya: {{line}}
|
||||
rendering_error=Nagkaproblema habang nirerender ang pahina.
|
||||
|
||||
# Predefined zoom values
|
||||
page_scale_width=Lapad ng Pahina
|
||||
page_scale_fit=Pagkasyahin ang Pahina
|
||||
page_scale_auto=Automatic Zoom
|
||||
page_scale_actual=Totoong sukat
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
loading_error=Nagkaproblema habang niloload ang PDF.
|
||||
invalid_file_error=Di-wasto o sira ang PDF file.
|
||||
missing_file_error=Nawawalang PDF file.
|
||||
unexpected_response_error=Hindi inaasahang tugon ng server.
|
||||
|
||||
# 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).
|
||||
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
||||
text_annotation_type.alt=[{{type}} Annotation]
|
||||
password_label=Ipasok ang password upang buksan ang PDF file na ito.
|
||||
password_invalid=Maling password. Subukan uli.
|
||||
password_ok=OK
|
||||
password_cancel=Kanselahin
|
||||
|
||||
printing_not_supported=Babala: Hindi pa ganap na suportado ang pag-print sa browser na ito.
|
||||
printing_not_ready=Babala: Hindi ganap na nabuksan ang PDF para sa pag-print.
|
||||
web_fonts_disabled=Naka-disable ang mga Web font: hindi kayang gamitin ang mga naka-embed na PDF font.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,27 @@
|
|||
// Copyright 2014 PDFium Authors. All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
//
|
||||
// * Redistributions of source code must retain the above copyright
|
||||
// notice, this list of conditions and the following disclaimer.
|
||||
// * Redistributions in binary form must reproduce the above
|
||||
// copyright notice, this list of conditions and the following disclaimer
|
||||
// in the documentation and/or other materials provided with the
|
||||
// distribution.
|
||||
// * Neither the name of Google Inc. nor the names of its
|
||||
// contributors may be used to endorse or promote products derived from
|
||||
// this software without specific prior written permission.
|
||||
//
|
||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
|
@ -0,0 +1,102 @@
|
|||
Digitized data copyright (c) 2010 Google Corporation
|
||||
with Reserved Font Arimo, Tinos and Cousine.
|
||||
Copyright (c) 2012 Red Hat, Inc.
|
||||
with Reserved Font Name Liberation.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License,
|
||||
Version 1.1.
|
||||
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
|
||||
PREAMBLE The goals of the Open Font License (OFL) are to stimulate
|
||||
worldwide development of collaborative font projects, to support the font
|
||||
creation efforts of academic and linguistic communities, and to provide
|
||||
a free and open framework in which fonts may be shared and improved in
|
||||
partnership with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves.
|
||||
The fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply to
|
||||
any document created using the fonts or their derivatives.
|
||||
|
||||
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such.
|
||||
This may include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components
|
||||
as distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting ? in part or in whole ?
|
||||
any of the components of the Original Version, by changing formats or
|
||||
by porting the Font Software to a new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical writer
|
||||
or other person who contributed to the Font Software.
|
||||
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,in
|
||||
Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the
|
||||
corresponding Copyright Holder. This restriction only applies to the
|
||||
primary font name as presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole, must
|
||||
be distributed entirely under this license, and must not be distributed
|
||||
under any other license. The requirement for fonts to remain under
|
||||
this license does not apply to any document created using the Font
|
||||
Software.
|
||||
|
||||
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are not met.
|
||||
|
||||
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
|
||||
DEALINGS IN THE FONT SOFTWARE.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,624 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
Copyright 2012 Mozilla Foundation
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
Adobe CMap resources are covered by their own copyright but the same license:
|
||||
|
||||
Copyright 1990-2015 Adobe Systems Incorporated.
|
||||
|
||||
See https://github.com/adobe-type-tools/cmap-resources
|
||||
-->
|
||||
<html dir="ltr" mozdisallowselectionprint>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="google" content="notranslate">
|
||||
<title>附件</title>
|
||||
|
||||
<link rel="stylesheet" href="viewer.css">
|
||||
|
||||
<!-- This snippet is used in production (included from viewer.html) -->
|
||||
<link rel="resource" type="application/l10n" href="locale/locale.properties">
|
||||
<script src="../../js/public/jquery-3.6.0.js"></script>
|
||||
<script src="../../js/public/public.js"></script>
|
||||
<script src="../../js/public/sm3.js"></script>
|
||||
<script src="../build/pdf.js"></script>
|
||||
<script type="text/javascript">
|
||||
var DEFAULT_URL = "";
|
||||
var pdfUrl = document.location.search.substring(1);
|
||||
if (null == pdfUrl || "" == pdfUrl) {
|
||||
var BASE64_MARKER = ';base64,';//声明文件流编码格式
|
||||
var preFileId = "";
|
||||
var fileId = sessionStorage.getItem("fileId");
|
||||
var fileType = sessionStorage.getItem("fileType");
|
||||
var pdfAsDataUri = '';//这里就是pdf文件的base64码,我是通过session传递base64的
|
||||
if(fileType === '1'){
|
||||
$.ajax({
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({
|
||||
fileId: fileId
|
||||
}))
|
||||
},
|
||||
url: dataUrl + 'proteam/pot/todayTask/getSgProgramById?token=' + token,
|
||||
data: {
|
||||
fileId: fileId,
|
||||
},
|
||||
type: 'post',
|
||||
async: false,
|
||||
success: function (result) {
|
||||
if (result.code === 200) {
|
||||
pdfAsDataUri = 'data:application/pdf;base64,' + result.data
|
||||
}
|
||||
}, error: function () {
|
||||
}
|
||||
});
|
||||
}else if(fileType === '2'){
|
||||
$.ajax({
|
||||
headers: {
|
||||
"encrypt": sm3(JSON.stringify({
|
||||
ticketId: fileId
|
||||
}))
|
||||
},
|
||||
url: dataUrl + 'proteam/pot/workPermit/getFileById?token=' + token,
|
||||
data: {
|
||||
ticketId: fileId
|
||||
},
|
||||
type: 'post',
|
||||
async: false,
|
||||
success: function (result) {
|
||||
if (result.code === 200) {
|
||||
pdfAsDataUri = 'data:application/pdf;base64,' + result.data.filePath
|
||||
}
|
||||
}, error: function () {
|
||||
}
|
||||
});
|
||||
}
|
||||
var pdfAsArray = convertDataURIToBinary(pdfAsDataUri);
|
||||
DEFAULT_URL = pdfAsArray;
|
||||
|
||||
//编码转换
|
||||
function convertDataURIToBinary(dataURI) {
|
||||
//[RFC2045]中有规定:Base64一行不能超过76字符,超过则添加回车换行符。因此需要把base64字段中的换行符,回车符给去掉。
|
||||
var base64Index = dataURI.indexOf(BASE64_MARKER) + BASE64_MARKER.length;
|
||||
var base64 = dataURI.substring(base64Index).replace(/[\r\n]/g, '');
|
||||
var raw = window.atob(base64);//这个方法在ie内核下无法正常解析。
|
||||
var rawLength = raw.length;
|
||||
//转换成pdf.js能直接解析的Uint8Array类型
|
||||
var array = new Uint8Array(new ArrayBuffer(rawLength));
|
||||
for (i = 0; i < rawLength; i++) {
|
||||
array[i] = raw.charCodeAt(i) & 0xff;
|
||||
}
|
||||
return array;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script src="viewer.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body tabindex="1">
|
||||
<div id="outerContainer">
|
||||
|
||||
<div id="sidebarContainer">
|
||||
<div id="toolbarSidebar">
|
||||
<div id="toolbarSidebarLeft">
|
||||
<div id="sidebarViewButtons" class="splitToolbarButton toggled" role="radiogroup">
|
||||
<button id="viewThumbnail" class="toolbarButton toggled" title="Show Thumbnails" tabindex="2"
|
||||
data-l10n-id="thumbs" role="radio" aria-checked="true" aria-controls="thumbnailView">
|
||||
<span data-l10n-id="thumbs_label">Thumbnails</span>
|
||||
</button>
|
||||
<button id="viewOutline" class="toolbarButton"
|
||||
title="Show Document Outline (double-click to expand/collapse all items)" tabindex="3"
|
||||
data-l10n-id="document_outline" role="radio" aria-checked="false"
|
||||
aria-controls="outlineView">
|
||||
<span data-l10n-id="document_outline_label">Document Outline</span>
|
||||
</button>
|
||||
<button id="viewAttachments" class="toolbarButton" title="Show Attachments" tabindex="4"
|
||||
data-l10n-id="attachments" role="radio" aria-checked="false"
|
||||
aria-controls="attachmentsView">
|
||||
<span data-l10n-id="attachments_label">Attachments</span>
|
||||
</button>
|
||||
<button id="viewLayers" class="toolbarButton"
|
||||
title="Show Layers (double-click to reset all layers to the default state)" tabindex="5"
|
||||
data-l10n-id="layers" role="radio" aria-checked="false" aria-controls="layersView">
|
||||
<span data-l10n-id="layers_label">Layers</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="toolbarSidebarRight">
|
||||
<div id="outlineOptionsContainer" class="hidden">
|
||||
<div class="verticalToolbarSeparator"></div>
|
||||
|
||||
<button id="currentOutlineItem" class="toolbarButton" disabled="disabled"
|
||||
title="Find Current Outline Item"
|
||||
tabindex="6" data-l10n-id="current_outline_item">
|
||||
<span data-l10n-id="current_outline_item_label">Current Outline Item</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="sidebarContent">
|
||||
<div id="thumbnailView">
|
||||
</div>
|
||||
<div id="outlineView" class="hidden">
|
||||
</div>
|
||||
<div id="attachmentsView" class="hidden">
|
||||
</div>
|
||||
<div id="layersView" class="hidden">
|
||||
</div>
|
||||
</div>
|
||||
<div id="sidebarResizer"></div>
|
||||
</div> <!-- sidebarContainer -->
|
||||
|
||||
<div id="mainContainer">
|
||||
<div class="findbar hidden doorHanger" id="findbar">
|
||||
<div id="findbarInputContainer">
|
||||
<input id="findInput" class="toolbarField" title="Find" placeholder="Find in document…" tabindex="91"
|
||||
data-l10n-id="find_input" aria-invalid="false">
|
||||
<div class="splitToolbarButton">
|
||||
<button id="findPrevious" class="toolbarButton" title="Find the previous occurrence of the phrase"
|
||||
tabindex="92" data-l10n-id="find_previous">
|
||||
<span data-l10n-id="find_previous_label">Previous</span>
|
||||
</button>
|
||||
<div class="splitToolbarButtonSeparator"></div>
|
||||
<button id="findNext" class="toolbarButton" title="Find the next occurrence of the phrase"
|
||||
tabindex="93"
|
||||
data-l10n-id="find_next">
|
||||
<span data-l10n-id="find_next_label">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="findbarOptionsOneContainer">
|
||||
<input type="checkbox" id="findHighlightAll" class="toolbarField" tabindex="94">
|
||||
<label for="findHighlightAll" class="toolbarLabel" data-l10n-id="find_highlight">Highlight All</label>
|
||||
<input type="checkbox" id="findMatchCase" class="toolbarField" tabindex="95">
|
||||
<label for="findMatchCase" class="toolbarLabel" data-l10n-id="find_match_case_label">Match Case</label>
|
||||
</div>
|
||||
<div id="findbarOptionsTwoContainer">
|
||||
<input type="checkbox" id="findMatchDiacritics" class="toolbarField" tabindex="96">
|
||||
<label for="findMatchDiacritics" class="toolbarLabel" data-l10n-id="find_match_diacritics_label">Match
|
||||
Diacritics</label>
|
||||
<input type="checkbox" id="findEntireWord" class="toolbarField" tabindex="97">
|
||||
<label for="findEntireWord" class="toolbarLabel" data-l10n-id="find_entire_word_label">Whole
|
||||
Words</label>
|
||||
</div>
|
||||
|
||||
<div id="findbarMessageContainer" aria-live="polite">
|
||||
<span id="findResultsCount" class="toolbarLabel"></span>
|
||||
<span id="findMsg" class="toolbarLabel"></span>
|
||||
</div>
|
||||
</div> <!-- findbar -->
|
||||
|
||||
<div class="editorParamsToolbar hidden doorHangerRight" id="editorFreeTextParamsToolbar">
|
||||
<div class="editorParamsToolbarContainer">
|
||||
<div class="editorParamsSetter">
|
||||
<label for="editorFreeTextColor" class="editorParamsLabel"
|
||||
data-l10n-id="editor_free_text_color">Color</label>
|
||||
<input type="color" id="editorFreeTextColor" class="editorParamsColor" tabindex="100">
|
||||
</div>
|
||||
<div class="editorParamsSetter">
|
||||
<label for="editorFreeTextFontSize" class="editorParamsLabel"
|
||||
data-l10n-id="editor_free_text_size">Size</label>
|
||||
<input type="range" id="editorFreeTextFontSize" class="editorParamsSlider" value="10" min="5"
|
||||
max="100"
|
||||
step="1" tabindex="101">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="editorParamsToolbar hidden doorHangerRight" id="editorInkParamsToolbar">
|
||||
<div class="editorParamsToolbarContainer">
|
||||
<div class="editorParamsSetter">
|
||||
<label for="editorInkColor" class="editorParamsLabel" data-l10n-id="editor_ink_color">Color</label>
|
||||
<input type="color" id="editorInkColor" class="editorParamsColor" tabindex="102">
|
||||
</div>
|
||||
<div class="editorParamsSetter">
|
||||
<label for="editorInkThickness" class="editorParamsLabel"
|
||||
data-l10n-id="editor_ink_thickness">Thickness</label>
|
||||
<input type="range" id="editorInkThickness" class="editorParamsSlider" value="1" min="1" max="20"
|
||||
step="1"
|
||||
tabindex="103">
|
||||
</div>
|
||||
<div class="editorParamsSetter">
|
||||
<label for="editorInkOpacity" class="editorParamsLabel"
|
||||
data-l10n-id="editor_ink_opacity">Opacity</label>
|
||||
<input type="range" id="editorInkOpacity" class="editorParamsSlider" value="100" min="1" max="100"
|
||||
step="1"
|
||||
tabindex="104">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="secondaryToolbar" class="secondaryToolbar hidden doorHangerRight">
|
||||
<div id="secondaryToolbarButtonContainer">
|
||||
<button id="secondaryPresentationMode" class="secondaryToolbarButton visibleLargeView"
|
||||
title="Switch to Presentation Mode" tabindex="51" data-l10n-id="presentation_mode">
|
||||
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
|
||||
</button>
|
||||
|
||||
<button id="secondaryOpenFile" class="secondaryToolbarButton visibleLargeView" title="Open File"
|
||||
tabindex="52"
|
||||
data-l10n-id="open_file">
|
||||
<span data-l10n-id="open_file_label">Open</span>
|
||||
</button>
|
||||
|
||||
<button id="secondaryPrint" class="secondaryToolbarButton visibleMediumView" title="Print" tabindex="53"
|
||||
data-l10n-id="print">
|
||||
<span data-l10n-id="print_label">Print</span>
|
||||
</button>
|
||||
|
||||
<button id="secondaryDownload" class="secondaryToolbarButton visibleMediumView" title="Download"
|
||||
tabindex="54"
|
||||
data-l10n-id="download">
|
||||
<span data-l10n-id="download_label">Download</span>
|
||||
</button>
|
||||
|
||||
<a href="#" id="secondaryViewBookmark" class="secondaryToolbarButton visibleSmallView"
|
||||
title="Current view (copy or open in new window)" tabindex="55" data-l10n-id="bookmark">
|
||||
<span data-l10n-id="bookmark_label">Current View</span>
|
||||
</a>
|
||||
|
||||
<div class="horizontalToolbarSeparator visibleLargeView"></div>
|
||||
|
||||
<button id="firstPage" class="secondaryToolbarButton" title="Go to First Page" tabindex="56"
|
||||
data-l10n-id="first_page">
|
||||
<span data-l10n-id="first_page_label">Go to First Page</span>
|
||||
</button>
|
||||
<button id="lastPage" class="secondaryToolbarButton" title="Go to Last Page" tabindex="57"
|
||||
data-l10n-id="last_page">
|
||||
<span data-l10n-id="last_page_label">Go to Last Page</span>
|
||||
</button>
|
||||
|
||||
<div class="horizontalToolbarSeparator"></div>
|
||||
|
||||
<button id="pageRotateCw" class="secondaryToolbarButton" title="Rotate Clockwise" tabindex="58"
|
||||
data-l10n-id="page_rotate_cw">
|
||||
<span data-l10n-id="page_rotate_cw_label">Rotate Clockwise</span>
|
||||
</button>
|
||||
<button id="pageRotateCcw" class="secondaryToolbarButton" title="Rotate Counterclockwise" tabindex="59"
|
||||
data-l10n-id="page_rotate_ccw">
|
||||
<span data-l10n-id="page_rotate_ccw_label">Rotate Counterclockwise</span>
|
||||
</button>
|
||||
|
||||
<div class="horizontalToolbarSeparator"></div>
|
||||
|
||||
<div id="cursorToolButtons" role="radiogroup">
|
||||
<button id="cursorSelectTool" class="secondaryToolbarButton toggled"
|
||||
title="Enable Text Selection Tool"
|
||||
tabindex="60" data-l10n-id="cursor_text_select_tool" role="radio" aria-checked="true">
|
||||
<span data-l10n-id="cursor_text_select_tool_label">Text Selection Tool</span>
|
||||
</button>
|
||||
<button id="cursorHandTool" class="secondaryToolbarButton" title="Enable Hand Tool" tabindex="61"
|
||||
data-l10n-id="cursor_hand_tool" role="radio" aria-checked="false">
|
||||
<span data-l10n-id="cursor_hand_tool_label">Hand Tool</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="horizontalToolbarSeparator"></div>
|
||||
|
||||
<div id="scrollModeButtons" role="radiogroup">
|
||||
<button id="scrollPage" class="secondaryToolbarButton" title="Use Page Scrolling" tabindex="62"
|
||||
data-l10n-id="scroll_page" role="radio" aria-checked="false">
|
||||
<span data-l10n-id="scroll_page_label">Page Scrolling</span>
|
||||
</button>
|
||||
<button id="scrollVertical" class="secondaryToolbarButton toggled" title="Use Vertical Scrolling"
|
||||
tabindex="63" data-l10n-id="scroll_vertical" role="radio" aria-checked="true">
|
||||
<span data-l10n-id="scroll_vertical_label">Vertical Scrolling</span>
|
||||
</button>
|
||||
<button id="scrollHorizontal" class="secondaryToolbarButton" title="Use Horizontal Scrolling"
|
||||
tabindex="64"
|
||||
data-l10n-id="scroll_horizontal" role="radio" aria-checked="false">
|
||||
<span data-l10n-id="scroll_horizontal_label">Horizontal Scrolling</span>
|
||||
</button>
|
||||
<button id="scrollWrapped" class="secondaryToolbarButton" title="Use Wrapped Scrolling"
|
||||
tabindex="65"
|
||||
data-l10n-id="scroll_wrapped" role="radio" aria-checked="false">
|
||||
<span data-l10n-id="scroll_wrapped_label">Wrapped Scrolling</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="horizontalToolbarSeparator"></div>
|
||||
|
||||
<div id="spreadModeButtons" role="radiogroup">
|
||||
<button id="spreadNone" class="secondaryToolbarButton toggled" title="Do not join page spreads"
|
||||
tabindex="66" data-l10n-id="spread_none" role="radio" aria-checked="true">
|
||||
<span data-l10n-id="spread_none_label">No Spreads</span>
|
||||
</button>
|
||||
<button id="spreadOdd" class="secondaryToolbarButton"
|
||||
title="Join page spreads starting with odd-numbered pages" tabindex="67"
|
||||
data-l10n-id="spread_odd"
|
||||
role="radio" aria-checked="false">
|
||||
<span data-l10n-id="spread_odd_label">Odd Spreads</span>
|
||||
</button>
|
||||
<button id="spreadEven" class="secondaryToolbarButton"
|
||||
title="Join page spreads starting with even-numbered pages" tabindex="68"
|
||||
data-l10n-id="spread_even"
|
||||
role="radio" aria-checked="false">
|
||||
<span data-l10n-id="spread_even_label">Even Spreads</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="horizontalToolbarSeparator"></div>
|
||||
|
||||
<button id="documentProperties" class="secondaryToolbarButton" title="Document Properties…"
|
||||
tabindex="69"
|
||||
data-l10n-id="document_properties" aria-controls="documentPropertiesDialog">
|
||||
<span data-l10n-id="document_properties_label">Document Properties…</span>
|
||||
</button>
|
||||
</div>
|
||||
</div> <!-- secondaryToolbar -->
|
||||
|
||||
<div class="toolbar">
|
||||
<div id="toolbarContainer">
|
||||
<div id="toolbarViewer">
|
||||
<div id="toolbarViewerLeft">
|
||||
<button id="sidebarToggle" class="toolbarButton" title="Toggle Sidebar" tabindex="11"
|
||||
data-l10n-id="toggle_sidebar" aria-expanded="false" aria-controls="sidebarContainer">
|
||||
<span data-l10n-id="toggle_sidebar_label">Toggle Sidebar</span>
|
||||
</button>
|
||||
<div class="toolbarButtonSpacer"></div>
|
||||
<button id="viewFind" class="toolbarButton" title="Find in Document" tabindex="12"
|
||||
data-l10n-id="findbar"
|
||||
aria-expanded="false" aria-controls="findbar">
|
||||
<span data-l10n-id="findbar_label">Find</span>
|
||||
</button>
|
||||
<div class="splitToolbarButton hiddenSmallView">
|
||||
<button class="toolbarButton" title="Previous Page" id="previous" tabindex="13"
|
||||
data-l10n-id="previous">
|
||||
<span data-l10n-id="previous_label">Previous</span>
|
||||
</button>
|
||||
<div class="splitToolbarButtonSeparator"></div>
|
||||
<button class="toolbarButton" title="Next Page" id="next" tabindex="14" data-l10n-id="next">
|
||||
<span data-l10n-id="next_label">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
<input type="number" id="pageNumber" class="toolbarField" title="Page" value="1" size="4"
|
||||
min="1"
|
||||
tabindex="15" data-l10n-id="page" autocomplete="off">
|
||||
<span id="numPages" class="toolbarLabel"></span>
|
||||
</div>
|
||||
<div id="toolbarViewerRight">
|
||||
<button id="presentationMode" class="toolbarButton hiddenLargeView"
|
||||
title="Switch to Presentation Mode"
|
||||
tabindex="31" data-l10n-id="presentation_mode">
|
||||
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
|
||||
</button>
|
||||
|
||||
<button id="openFile" class="toolbarButton hiddenLargeView" title="Open File" tabindex="32"
|
||||
data-l10n-id="open_file">
|
||||
<span data-l10n-id="open_file_label">Open</span>
|
||||
</button>
|
||||
|
||||
<button id="print" class="toolbarButton hiddenMediumView" title="Print" tabindex="33"
|
||||
data-l10n-id="print">
|
||||
<span data-l10n-id="print_label">Print</span>
|
||||
</button>
|
||||
|
||||
<button id="download" class="toolbarButton hiddenMediumView" title="Download" tabindex="34"
|
||||
data-l10n-id="download">
|
||||
<span data-l10n-id="download_label">Download</span>
|
||||
</button>
|
||||
<a href="#" id="viewBookmark" class="toolbarButton hiddenSmallView"
|
||||
title="Current view (copy or open in new window)" tabindex="35" data-l10n-id="bookmark">
|
||||
<span data-l10n-id="bookmark_label">Current View</span>
|
||||
</a>
|
||||
|
||||
<div class="verticalToolbarSeparator hiddenSmallView"></div>
|
||||
|
||||
<div id="editorModeButtons" class="splitToolbarButton toggled hidden" role="radiogroup">
|
||||
<button id="editorFreeText" class="toolbarButton" disabled="disabled"
|
||||
title="Add FreeText Annotation"
|
||||
role="radio" aria-checked="false" tabindex="36" data-l10n-id="editor_free_text">
|
||||
<span data-l10n-id="editor_free_text_label">FreeText Annotation</span>
|
||||
</button>
|
||||
<button id="editorInk" class="toolbarButton" disabled="disabled" title="Add Ink Annotation"
|
||||
role="radio"
|
||||
aria-checked="false" tabindex="37" data-l10n-id="editor_ink">
|
||||
<span data-l10n-id="editor_ink_label">Ink Annotation</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Should be visible when the "editorModeButtons" are visible. -->
|
||||
<div id="editorModeSeparator" class="verticalToolbarSeparator hidden"></div>
|
||||
|
||||
<button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="48"
|
||||
data-l10n-id="tools"
|
||||
aria-expanded="false" aria-controls="secondaryToolbar">
|
||||
<span data-l10n-id="tools_label">Tools</span>
|
||||
</button>
|
||||
</div>
|
||||
<div id="toolbarViewerMiddle">
|
||||
<div class="splitToolbarButton">
|
||||
<button id="zoomOut" class="toolbarButton" title="Zoom Out" tabindex="21"
|
||||
data-l10n-id="zoom_out">
|
||||
<span data-l10n-id="zoom_out_label">Zoom Out</span>
|
||||
</button>
|
||||
<div class="splitToolbarButtonSeparator"></div>
|
||||
<button id="zoomIn" class="toolbarButton" title="Zoom In" tabindex="22"
|
||||
data-l10n-id="zoom_in">
|
||||
<span data-l10n-id="zoom_in_label">Zoom In</span>
|
||||
</button>
|
||||
</div>
|
||||
<span id="scaleSelectContainer" class="dropdownToolbarButton">
|
||||
<select id="scaleSelect" title="Zoom" tabindex="23" data-l10n-id="zoom">
|
||||
<option id="pageAutoOption" title="" value="auto" selected="selected" data-l10n-id="page_scale_auto">
|
||||
Automatic Zoom</option>
|
||||
<option id="pageActualOption" title="" value="page-actual" data-l10n-id="page_scale_actual">Actual
|
||||
Size</option>
|
||||
<option id="pageFitOption" title="" value="page-fit" data-l10n-id="page_scale_fit">Page Fit</option>
|
||||
<option id="pageWidthOption" title="" value="page-width" data-l10n-id="page_scale_width">Page Width
|
||||
</option>
|
||||
<option id="customScaleOption" title="" value="custom" disabled="disabled" hidden="true"></option>
|
||||
<option title="" value="0.5" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 50 }'>50%
|
||||
</option>
|
||||
<option title="" value="0.75" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 75 }'>75%
|
||||
</option>
|
||||
<option title="" value="1" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 100 }'>100%
|
||||
</option>
|
||||
<option title="" value="1.25" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 125 }'>125%
|
||||
</option>
|
||||
<option title="" value="1.5" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 150 }'>150%
|
||||
</option>
|
||||
<option title="" value="2" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 200 }'>200%
|
||||
</option>
|
||||
<option title="" value="3" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 300 }'>300%
|
||||
</option>
|
||||
<option title="" value="4" data-l10n-id="page_scale_percent" data-l10n-args='{ "scale": 400 }'>400%
|
||||
</option>
|
||||
</select>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="loadingBar">
|
||||
<div class="progress">
|
||||
<div class="glimmer">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="viewerContainer" tabindex="0">
|
||||
<div id="viewer" class="pdfViewer"></div>
|
||||
</div>
|
||||
|
||||
<div id="errorWrapper" hidden='true'>
|
||||
<div id="errorMessageLeft">
|
||||
<span id="errorMessage"></span>
|
||||
<button id="errorShowMore" data-l10n-id="error_more_info">
|
||||
More Information
|
||||
</button>
|
||||
<button id="errorShowLess" data-l10n-id="error_less_info" hidden='true'>
|
||||
Less Information
|
||||
</button>
|
||||
</div>
|
||||
<div id="errorMessageRight">
|
||||
<button id="errorClose" data-l10n-id="error_close">
|
||||
Close
|
||||
</button>
|
||||
</div>
|
||||
<div id="errorSpacer"></div>
|
||||
<textarea id="errorMoreInfo" hidden='true' readonly="readonly"></textarea>
|
||||
</div>
|
||||
</div> <!-- mainContainer -->
|
||||
|
||||
<div id="dialogContainer">
|
||||
<dialog id="passwordDialog">
|
||||
<div class="row">
|
||||
<label for="password" id="passwordText" data-l10n-id="password_label">Enter the password to open this
|
||||
PDF
|
||||
file:</label>
|
||||
</div>
|
||||
<div class="row">
|
||||
<input type="password" id="password" class="toolbarField">
|
||||
</div>
|
||||
<div class="buttonRow">
|
||||
<button id="passwordCancel" class="dialogButton"><span data-l10n-id="password_cancel">Cancel</span>
|
||||
</button>
|
||||
<button id="passwordSubmit" class="dialogButton"><span data-l10n-id="password_ok">OK</span></button>
|
||||
</div>
|
||||
</dialog>
|
||||
<dialog id="documentPropertiesDialog">
|
||||
<div class="row">
|
||||
<span id="fileNameLabel" data-l10n-id="document_properties_file_name">File name:</span>
|
||||
<p id="fileNameField" aria-labelledby="fileNameLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="fileSizeLabel" data-l10n-id="document_properties_file_size">File size:</span>
|
||||
<p id="fileSizeField" aria-labelledby="fileSizeLabel">-</p>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
<div class="row">
|
||||
<span id="titleLabel" data-l10n-id="document_properties_title">Title:</span>
|
||||
<p id="titleField" aria-labelledby="titleLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="authorLabel" data-l10n-id="document_properties_author">Author:</span>
|
||||
<p id="authorField" aria-labelledby="authorLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="subjectLabel" data-l10n-id="document_properties_subject">Subject:</span>
|
||||
<p id="subjectField" aria-labelledby="subjectLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="keywordsLabel" data-l10n-id="document_properties_keywords">Keywords:</span>
|
||||
<p id="keywordsField" aria-labelledby="keywordsLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="creationDateLabel" data-l10n-id="document_properties_creation_date">Creation Date:</span>
|
||||
<p id="creationDateField" aria-labelledby="creationDateLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="modificationDateLabel" data-l10n-id="document_properties_modification_date">Modification
|
||||
Date:</span>
|
||||
<p id="modificationDateField" aria-labelledby="modificationDateLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="creatorLabel" data-l10n-id="document_properties_creator">Creator:</span>
|
||||
<p id="creatorField" aria-labelledby="creatorLabel">-</p>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
<div class="row">
|
||||
<span id="producerLabel" data-l10n-id="document_properties_producer">PDF Producer:</span>
|
||||
<p id="producerField" aria-labelledby="producerLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="versionLabel" data-l10n-id="document_properties_version">PDF Version:</span>
|
||||
<p id="versionField" aria-labelledby="versionLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="pageCountLabel" data-l10n-id="document_properties_page_count">Page Count:</span>
|
||||
<p id="pageCountField" aria-labelledby="pageCountLabel">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span id="pageSizeLabel" data-l10n-id="document_properties_page_size">Page Size:</span>
|
||||
<p id="pageSizeField" aria-labelledby="pageSizeLabel">-</p>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
<div class="row">
|
||||
<span id="linearizedLabel" data-l10n-id="document_properties_linearized">Fast Web View:</span>
|
||||
<p id="linearizedField" aria-labelledby="linearizedLabel">-</p>
|
||||
</div>
|
||||
<div class="buttonRow">
|
||||
<button id="documentPropertiesClose" class="dialogButton"><span
|
||||
data-l10n-id="document_properties_close">Close</span></button>
|
||||
</div>
|
||||
</dialog>
|
||||
<dialog id="printServiceDialog" style="min-width: 200px;">
|
||||
<div class="row">
|
||||
<span data-l10n-id="print_progress_message">Preparing document for printing…</span>
|
||||
</div>
|
||||
<div class="row">
|
||||
<progress value="0" max="100"></progress>
|
||||
<span data-l10n-id="print_progress_percent" data-l10n-args='{ "progress": 0 }'
|
||||
class="relative-progress">0%</span>
|
||||
</div>
|
||||
<div class="buttonRow">
|
||||
<button id="printCancel" class="dialogButton"><span data-l10n-id="print_progress_close">Cancel</span>
|
||||
</button>
|
||||
</div>
|
||||
</dialog>
|
||||
</div> <!-- dialogContainer -->
|
||||
|
||||
</div> <!-- outerContainer -->
|
||||
<div id="printContainer"></div>
|
||||
|
||||
<input type="file" id="fileInput" class="hidden">
|
||||
</body>
|
||||
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>登录页面</title>
|
||||
</head>
|
||||
<link href="bns/css/login.css" rel="stylesheet">
|
||||
<link href="bns/js/layui/css/layui.css" rel="stylesheet">
|
||||
<script src="bns/js/layui/layui.js"></script>
|
||||
<script src="bns/js/public/jquery-3.6.0.js" type="text/javascript"></script>
|
||||
<script src="bns/js/public/aes.js" type="text/javascript"></script>
|
||||
<script src="bns/js/login/public.js" type="text/javascript"></script>
|
||||
<script src="bns/js/login/login.js" type="text/javascript"></script>
|
||||
<body>
|
||||
<div id="wdiv">
|
||||
<div class="fdiv">安 全 质 量 智 慧 决 策 中 心</div>
|
||||
<div class="mdiv">
|
||||
<div style="border-bottom:1px solid #FFFFFF;width: 60%;margin-left: 18%;top: 72px;height: 40px;position: absolute">
|
||||
<IMG src="bns/img/login/user.png">
|
||||
<input TYPE="text" id="userName" placeholder="请输入用户名"
|
||||
style="background-color:transparent;border: 0;outline: none;color: white"/>
|
||||
</div>
|
||||
<div style="border-bottom:1px solid #FFFFFF;width: 60%;margin-left: 18%;top: 150px;height: 40px;position: absolute ">
|
||||
<IMG src="bns/img/login/pwd.png">
|
||||
<input TYPE="password" id="password" placeholder="请输入密码"
|
||||
style="background-color:transparent;border: 0;outline: none;color: white"/>
|
||||
</div>
|
||||
<div style="width: 60%;margin-left: 58%;top: 195px;height: 20px;position: absolute;font-size: 7px ">
|
||||
<input type="checkbox"
|
||||
style="background-color: transparent;border: solid 1px #FFFFFF;background-color: #4f5050"> <span
|
||||
style="color: white">记 住 密 码</span>
|
||||
</div>
|
||||
<div style="width: 60%;margin-left: 18%;top: 230px;height: 40px;position: absolute;width: 100%">
|
||||
<button id="login" onclick="login()"
|
||||
style="background-color:#2F82FB;width: 60%;border:none;color: white;height: 36px;border-radius: 2px ">
|
||||
登 录
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
|
||||
document.onkeydown = function (e) { // 回车提交表单
|
||||
// 兼容FF和IE和Opera
|
||||
var theEvent = window.event || e;
|
||||
var code = theEvent.keyCode || theEvent.which || theEvent.charCode;
|
||||
if (code == 13) {
|
||||
login();
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>登录页面</title>
|
||||
</head>
|
||||
<link href="bns/css/login.css" rel="stylesheet">
|
||||
<link href="bns/js/layui/css/layui.css" rel="stylesheet">
|
||||
<script src="bns/js/layui/layui.js"></script>
|
||||
<script src="bns/js/public/jquery-3.6.0.js" type="text/javascript"></script>
|
||||
<script src="bns/js/public/aes.js" type="text/javascript"></script>
|
||||
<script src="bns/js/login/public.js" type="text/javascript"></script>
|
||||
<script src="bns/js/login/logins.js" type="text/javascript"></script>
|
||||
<body>
|
||||
<div id="wdiv">
|
||||
<div class="fdiv">安 全 质 量 智 慧 决 策 中 心</div>
|
||||
<div class="mdiv">
|
||||
<div style="border-bottom:1px solid #FFFFFF;width: 60%;margin-left: 18%;top: 72px;height: 40px;position: absolute ">
|
||||
<IMG src="bns/img/login/user.png" style="">
|
||||
<input TYPE="text" id="userName" placeholder="请输入用户名"
|
||||
style="background-color:transparent;border: 0;outline: none;color: white"/>
|
||||
</div>
|
||||
<div style="border-bottom:1px solid #FFFFFF;width: 60%;margin-left: 18%;top: 150px;height: 40px;position: absolute ">
|
||||
<IMG src="bns/img/login/pwd.png">
|
||||
<input TYPE="password" id="password" placeholder="请输入密码"
|
||||
style="background-color:transparent;border: 0;outline: none;color: white"/>
|
||||
</div>
|
||||
<div style="width: 60%;margin-left: 58%; top: 195px;height: 20px;position: absolute;font-size: 7px ">
|
||||
<input type="checkbox"
|
||||
style="background-color: transparent;border: solid 1px #FFFFFF;background-color: #4f5050"> <span
|
||||
style="color: white">记 住 密 码</span>
|
||||
</div>
|
||||
<div style="width: 60%;margin-left: 18%;top: 230px;height: 40px;position: absolute;width: 100%">
|
||||
<button id="login" onclick="login()"
|
||||
style="background-color:#2F82FB;width: 60%;border:none;color: white;height: 36px;border-radius: 2px ">
|
||||
登 录
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
|
||||
document.onkeydown = function (e) { // 回车提交表单
|
||||
// 兼容FF和IE和Opera
|
||||
var theEvent = window.event || e;
|
||||
var code = theEvent.keyCode || theEvent.which || theEvent.charCode;
|
||||
if (code == 13) {
|
||||
login();
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</html>
|
||||
Loading…
Reference in New Issue