diff --git a/Changelog.md b/Changelog.md
index 1663f5f..861b1bc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,14 @@
+V1.2.4
+editor button
+Fix: linktext is not shown when popup is chosen. #12
+New: default values in the config.(save it once after upgrade)
+Improved: filename as default linktext. #11
+Content plugin
+New: url parameters for page. #10
+New: url parameters for search. #10
+Update: PDFjs to 2.10.337
+
V1.2.0
New: We have an editor button!
Improved: check if jdownloads exist.
diff --git a/README.md b/README.md
index 7bb85bd..5a036b6 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ You also can use custom fields from articles in a article. Set 'Show label' to h
You can create this custom field for in article or jdownloads. Note, You can not use the jdownloads custom field for in an article. Set 'Show label' to hide when creating a custom field for article.
-### Optional parameters
+### Optional tagparameters
Select viewer. Show the full pdf or only one page as an image.
>viewer=[pdfjs|pdfimage]
@@ -90,6 +90,16 @@ Use double qoutes around the linktext if it contains a space.
With embed you can also use % for width
>width=80%
+### Optional urlparameters
+
+If you want to link to an page with a pdf embedded you can set give following parameters to open a specific page.
+
+>?page=[integer]
+
+>?search=[keyword1]%20[keyword2]
+
+These do not work with the pdfimage viewer else everone cloud access avery page of the pdf file.
+
## Make pdf 'searchable'
Create a custom text field (with large pdfs you maybe need multiple fields) copy the text from the pdf in the textfield you can now search for the text with smart search.
diff --git a/content_plugin/assets/pdfjs/web/custom.txt b/content_plugin/assets/pdfjs/web/custom.txt
new file mode 100644
index 0000000..c711012
--- /dev/null
+++ b/content_plugin/assets/pdfjs/web/custom.txt
@@ -0,0 +1,15 @@
+
+
+add to viewer:
+
+class hidden to
+open and bookmarks buttons
+
+
+remove form viewer.js:
+
+"
+if (origin !== viewerOrigin && protocol !== "blob:") {
+ throw new Error("file origin does not match viewer's");
+ }
+"
\ No newline at end of file
diff --git a/content_plugin/assets/pdfjs/web/debugger.js b/content_plugin/assets/pdfjs/web/debugger.js
index 6f8b4a9..cdf0954 100644
--- a/content_plugin/assets/pdfjs/web/debugger.js
+++ b/content_plugin/assets/pdfjs/web/debugger.js
@@ -220,7 +220,7 @@ var StepperManager = (function StepperManagerClosure() {
},
selectStepper: function selectStepper(pageIndex, selectPanel) {
let i;
- pageIndex = pageIndex | 0;
+ pageIndex |= 0;
if (selectPanel) {
this.manager.selectPanel(this);
}
@@ -357,27 +357,38 @@ const Stepper = (function StepperClosure() {
let decArgs = args;
if (fn === "showText") {
const glyphs = args[0];
- const newArgs = [];
- let str = [];
+ const charCodeRow = c("tr");
+ const fontCharRow = c("tr");
+ const unicodeRow = c("tr");
for (let j = 0; j < glyphs.length; j++) {
const glyph = glyphs[j];
if (typeof glyph === "object" && glyph !== null) {
- str.push(glyph.fontChar);
+ charCodeRow.appendChild(c("td", glyph.originalCharCode));
+ fontCharRow.appendChild(c("td", glyph.fontChar));
+ unicodeRow.appendChild(c("td", glyph.unicode));
} else {
- if (str.length > 0) {
- newArgs.push(str.join(""));
- str = [];
- }
- newArgs.push(glyph); // null or number
+ // null or number
+ const advanceEl = c("td", glyph);
+ advanceEl.classList.add("advance");
+ charCodeRow.appendChild(advanceEl);
+ fontCharRow.appendChild(c("td"));
+ unicodeRow.appendChild(c("td"));
}
}
- if (str.length > 0) {
- newArgs.push(str.join(""));
- }
- decArgs = [newArgs];
+ decArgs = c("td");
+ const table = c("table");
+ table.classList.add("showText");
+ decArgs.appendChild(table);
+ table.appendChild(charCodeRow);
+ table.appendChild(fontCharRow);
+ table.appendChild(unicodeRow);
}
line.appendChild(c("td", fn));
- line.appendChild(c("td", JSON.stringify(simplifyArgs(decArgs))));
+ if (decArgs instanceof HTMLElement) {
+ line.appendChild(decArgs);
+ } else {
+ line.appendChild(c("td", JSON.stringify(simplifyArgs(decArgs))));
+ }
}
if (operatorsToDisplay < operatorList.fnArray.length) {
const lastCell = c("td", "...");
diff --git a/content_plugin/assets/pdfjs/web/locale/ach/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ach/viewer.properties
index 46e36fb..947228b 100644
--- a/content_plugin/assets/pdfjs/web/locale/ach/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ach/viewer.properties
@@ -186,6 +186,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Bal
+
loading_error=Bal otime kun cano PDF.
invalid_file_error=Pwail me PDF ma pe atir onyo obale woko.
missing_file_error=Pwail me PDF tye ka rem.
diff --git a/content_plugin/assets/pdfjs/web/locale/af/viewer.properties b/content_plugin/assets/pdfjs/web/locale/af/viewer.properties
index c7d6c42..787c272 100644
--- a/content_plugin/assets/pdfjs/web/locale/af/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/af/viewer.properties
@@ -163,6 +163,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Fout
+
loading_error='n Fout het voorgekom met die laai van die PDF.
invalid_file_error=Ongeldige of korrupte PDF-lêer.
missing_file_error=PDF-lêer is weg.
diff --git a/content_plugin/assets/pdfjs/web/locale/an/viewer.properties b/content_plugin/assets/pdfjs/web/locale/an/viewer.properties
index e33936c..4086a0a 100644
--- a/content_plugin/assets/pdfjs/web/locale/an/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/an/viewer.properties
@@ -151,9 +151,10 @@ thumbs_label=Miniaturas
findbar.title=Trobar en o documento
findbar_label=Trobar
-additional_layers=Capas adicionals
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pachina {{page}}
+
+additional_layers=Capas adicionals
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -227,6 +228,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Error
+
loading_error=S'ha produciu una error en cargar o PDF.
invalid_file_error=O PDF no ye valido u ye estorbau.
missing_file_error=No i ha fichero PDF.
diff --git a/content_plugin/assets/pdfjs/web/locale/ar/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ar/viewer.properties
index 7f2af55..d37c3e1 100644
--- a/content_plugin/assets/pdfjs/web/locale/ar/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ar/viewer.properties
@@ -151,9 +151,10 @@ thumbs_label=مُصغّرات
findbar.title=ابحث في المستند
findbar_label=ابحث
-additional_layers=الطبقات الإضافية
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=صفحة {{page}}
+
+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)
diff --git a/content_plugin/assets/pdfjs/web/locale/ast/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ast/viewer.properties
index 2bfda6d..6e02489 100644
--- a/content_plugin/assets/pdfjs/web/locale/ast/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ast/viewer.properties
@@ -127,9 +127,10 @@ thumbs.title=Amosar les miniatures
thumbs_label=Miniatures
findbar_label=Atopar
-additional_layers=Capes adicionales
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Páxina {{page}}
+
+additional_layers=Capes adicionales
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Páxina {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -209,3 +210,4 @@ password_cancel=Encaboxar
# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
# exact string as in the `chrome.properties` file.
+
diff --git a/content_plugin/assets/pdfjs/web/locale/az/viewer.properties b/content_plugin/assets/pdfjs/web/locale/az/viewer.properties
index 99b94a3..667dc9f 100644
--- a/content_plugin/assets/pdfjs/web/locale/az/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/az/viewer.properties
@@ -151,9 +151,10 @@ thumbs_label=Kiçik şəkillər
findbar.title=Sənəddə Tap
findbar_label=Tap
-additional_layers=Əlavə laylar
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Səhifə {{page}}
+
+additional_layers=Əlavə laylar
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -227,6 +228,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Səhv
+
loading_error=PDF yüklenərkən bir səhv yarandı.
invalid_file_error=Səhv və ya zədələnmiş olmuş PDF fayl.
missing_file_error=PDF fayl yoxdur.
diff --git a/content_plugin/assets/pdfjs/web/locale/be/viewer.properties b/content_plugin/assets/pdfjs/web/locale/be/viewer.properties
index d3d4479..8728b93 100644
--- a/content_plugin/assets/pdfjs/web/locale/be/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/be/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Бягучы элемент структуры
findbar.title=Пошук у дакуменце
findbar_label=Знайсці
-additional_layers=Дадатковыя пласты
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Старонка {{page}}
+
+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)
@@ -256,6 +257,3 @@ password_cancel=Скасаваць
printing_not_supported=Папярэджанне: друк не падтрымліваецца цалкам гэтым браўзерам.
printing_not_ready=Увага: PDF не сцягнуты цалкам для друкавання.
web_fonts_disabled=Шрыфты Сеціва забаронены: немагчыма ўжываць укладзеныя шрыфты PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Гэты дакумент PDF змяшчае лічбавыя подпісы. Праверка подпісаў не падтрымліваецца.
diff --git a/content_plugin/assets/pdfjs/web/locale/bg/viewer.properties b/content_plugin/assets/pdfjs/web/locale/bg/viewer.properties
index b93e3d1..6981eac 100644
--- a/content_plugin/assets/pdfjs/web/locale/bg/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/bg/viewer.properties
@@ -221,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Грешка
+
loading_error=Получи се грешка при зареждане на PDF-а.
invalid_file_error=Невалиден или повреден PDF файл.
missing_file_error=Липсващ PDF файл.
diff --git a/content_plugin/assets/pdfjs/web/locale/bn/viewer.properties b/content_plugin/assets/pdfjs/web/locale/bn/viewer.properties
index c106df1..ffc5465 100644
--- a/content_plugin/assets/pdfjs/web/locale/bn/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/bn/viewer.properties
@@ -148,6 +148,7 @@ findbar_label=খুঁজুন
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=পাতা {{page}}
+
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -221,6 +222,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=ত্রুটি
+
loading_error=পিডিএফ লোড করার সময় ত্রুটি দেখা দিয়েছে।
invalid_file_error=অকার্যকর অথবা ক্ষতিগ্রস্ত পিডিএফ ফাইল।
missing_file_error=নিখোঁজ PDF ফাইল।
diff --git a/content_plugin/assets/pdfjs/web/locale/bo/viewer.properties b/content_plugin/assets/pdfjs/web/locale/bo/viewer.properties
index 3ffa848..981addc 100644
--- a/content_plugin/assets/pdfjs/web/locale/bo/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/bo/viewer.properties
@@ -221,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Error
+
loading_error=An error occurred while loading the PDF.
invalid_file_error=Invalid or corrupted PDF file.
missing_file_error=Missing PDF file.
diff --git a/content_plugin/assets/pdfjs/web/locale/br/viewer.properties b/content_plugin/assets/pdfjs/web/locale/br/viewer.properties
index d46d82f..043931a 100644
--- a/content_plugin/assets/pdfjs/web/locale/br/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/br/viewer.properties
@@ -144,6 +144,7 @@ document_outline.title=Diskouez steuñv an teul (daouglikit evit brasaat/bihanaa
document_outline_label=Sinedoù an teuliad
attachments.title=Diskouez ar c'henstagadurioù
attachments_label=Kenstagadurioù
+layers.title=Diskouez ar gwiskadoù (daou-glikañ evit adderaouekaat an holl gwiskadoù d'o stad dre ziouer)
layers_label=Gwiskadoù
thumbs.title=Diskouez ar melvennoù
thumbs_label=Melvennoù
@@ -152,6 +153,10 @@ findbar_label=Klask
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pajenn {{page}}
+
+additional_layers=Gwiskadoù ouzhpenn
+# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
+page_landmark=Pajenn {{page}}
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -225,6 +230,9 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Fazi
+
+# Loading indicator messages
+loading=O kargañ…
loading_error=Degouezhet ez eus bet ur fazi e-pad kargañ ar PDF.
invalid_file_error=Restr PDF didalvoudek pe kontronet.
missing_file_error=Restr PDF o vankout.
diff --git a/content_plugin/assets/pdfjs/web/locale/brx/viewer.properties b/content_plugin/assets/pdfjs/web/locale/brx/viewer.properties
index cd36563..6af751a 100644
--- a/content_plugin/assets/pdfjs/web/locale/brx/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/brx/viewer.properties
@@ -186,6 +186,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=गोरोन्थि
+
loading_error=PDF ल'ड खालामनाय समाव मोनसे गोरोन्थि जाबाय।
invalid_file_error=बाहायजायै एबा गाज्रि जानाय PDF फाइल
missing_file_error=गोमानाय PDF फाइल
diff --git a/content_plugin/assets/pdfjs/web/locale/bs/viewer.properties b/content_plugin/assets/pdfjs/web/locale/bs/viewer.properties
index e5346cb..eb4ee3c 100644
--- a/content_plugin/assets/pdfjs/web/locale/bs/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/bs/viewer.properties
@@ -180,6 +180,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Greška
+
loading_error=Došlo je do greške prilikom učitavanja PDF-a.
invalid_file_error=Neispravan ili oštećen PDF fajl.
missing_file_error=Nedostaje PDF fajl.
diff --git a/content_plugin/assets/pdfjs/web/locale/ca/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ca/viewer.properties
index 250298c..3b3189e 100644
--- a/content_plugin/assets/pdfjs/web/locale/ca/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ca/viewer.properties
@@ -153,9 +153,12 @@ current_outline_item_label=Element d'esquema actual
findbar.title=Cerca al document
findbar_label=Cerca
-additional_layers=Capes addicionals
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pàgina {{page}}
+
+additional_layers=Capes addicionals
+# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
+page_landmark=Pàgina {{page}}
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -229,6 +232,9 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Error
+
+# Loading indicator messages
+loading=S'està carregant…
loading_error=S'ha produït un error en carregar el PDF.
invalid_file_error=El fitxer PDF no és vàlid o està malmès.
missing_file_error=Falta el fitxer PDF.
@@ -251,3 +257,5 @@ password_cancel=Cancel·la
printing_not_supported=Avís: la impressió no és plenament funcional en aquest navegador.
printing_not_ready=Atenció: el PDF no s'ha acabat de carregar per imprimir-lo.
web_fonts_disabled=Els tipus de lletra web estan desactivats: no es poden utilitzar els tipus de lletra incrustats al PDF.
+# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
+# exact string as in the `chrome.properties` file.
diff --git a/content_plugin/assets/pdfjs/web/locale/cak/viewer.properties b/content_plugin/assets/pdfjs/web/locale/cak/viewer.properties
index 68fecb4..764ccf8 100644
--- a/content_plugin/assets/pdfjs/web/locale/cak/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/cak/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Taq Ch'akulal Kik'wan Chib'äl
findbar.title=Tikanöx chupam ri wuj
findbar_label=Tikanöx
-additional_layers=Tz'aqat ta Kuchuj
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Ruxaq {{page}}
+
+additional_layers=Tz'aqat ta Kuchuj
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Ruxaq {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Tiq'at
printing_not_supported=Rutzijol k'ayewal: Ri rutz'ajb'axik man koch'el ta ronojel pa re okik'amaya'l re'.
printing_not_ready=Rutzijol k'ayewal: Ri PDF man xusamajij ta ronojel richin nitz'ajb'äx.
web_fonts_disabled=E chupül ri taq ajk'amaya'l tz'ib': man tikirel ta nokisäx ri taq tz'ib' PDF pa ch'ikenïk
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Re PDF ruk'wan tijital taq jux. Man nuköch' ta ri kijikib'axik taq jux.
diff --git a/content_plugin/assets/pdfjs/web/locale/ckb/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ckb/viewer.properties
index f70a6a6..7be9dd5 100644
--- a/content_plugin/assets/pdfjs/web/locale/ckb/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ckb/viewer.properties
@@ -141,9 +141,10 @@ thumbs_label=وێنۆچکە
findbar.title=لە بەڵگەنامە بگەرێ
findbar_label=دۆزینەوە
-additional_layers=چینی زیاتر
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=پەڕەی {{page}}
+
+additional_layers=چینی زیاتر
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -217,6 +218,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=هەڵە
+
loading_error=هەڵەیەک ڕوویدا لە کاتی بارکردنی PDF.
invalid_file_error=پەڕگەی pdf تێکچووە یان نەگونجاوە.
missing_file_error=پەڕگەی pdf بوونی نیە.
diff --git a/content_plugin/assets/pdfjs/web/locale/cs/viewer.properties b/content_plugin/assets/pdfjs/web/locale/cs/viewer.properties
index 7edc333..8829097 100644
--- a/content_plugin/assets/pdfjs/web/locale/cs/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/cs/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aktuální položka v osnově
findbar.title=Najde v dokumentu
findbar_label=Najít
-additional_layers=Další vrstvy
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Strana {{page}}
+
+additional_layers=Další vrstvy
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Strana {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Zrušit
printing_not_supported=Upozornění: Tisk není v tomto prohlížeči plně podporován.
printing_not_ready=Upozornění: Dokument PDF není kompletně načten.
web_fonts_disabled=Webová písma jsou zakázána, proto není možné použít vložená písma PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Tento dokument typu PDF obsahuje digitální podpisy. Ověřování podpisů není podporováno.
diff --git a/content_plugin/assets/pdfjs/web/locale/cy/viewer.properties b/content_plugin/assets/pdfjs/web/locale/cy/viewer.properties
index 22e97c1..e7123fe 100644
--- a/content_plugin/assets/pdfjs/web/locale/cy/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/cy/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Yr Eitem Amlinellol Gyfredol
findbar.title=Canfod yn y Ddogfen
findbar_label=Canfod
-additional_layers=Haenau Ychwanegol
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Tudalen {{page}}
+
+additional_layers=Haenau Ychwanegol
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Tudalen {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Diddymu
printing_not_supported=Rhybudd: Nid yw argraffu yn cael ei gynnal yn llawn gan y porwr.
printing_not_ready=Rhybudd: Nid yw'r PDF wedi ei lwytho'n llawn ar gyfer argraffu.
web_fonts_disabled=Ffontiau gwe wedi eu hanalluogi: methu defnyddio ffontiau PDF mewnblanedig.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Mae'r ddogfen PDF hon yn cynnwys llofnodion digidol. Nid yw gwirio llofnodion yn cael ei gynnal.
diff --git a/content_plugin/assets/pdfjs/web/locale/da/viewer.properties b/content_plugin/assets/pdfjs/web/locale/da/viewer.properties
index 85a2c64..149a027 100644
--- a/content_plugin/assets/pdfjs/web/locale/da/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/da/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aktuelt dispositions-element
findbar.title=Find i dokument
findbar_label=Find
-additional_layers=Yderligere lag
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Side {{page}}
+
+additional_layers=Yderligere lag
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Side {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Fortryd
printing_not_supported=Advarsel: Udskrivning er ikke fuldt understøttet af browseren.
printing_not_ready=Advarsel: PDF-filen er ikke fuldt indlæst til udskrivning.
web_fonts_disabled=Webskrifttyper er deaktiverede. De indlejrede skrifttyper i PDF-filen kan ikke anvendes.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Dette PDF-dokument indeholder digitale signaturer. Validering af signaturer er ikke understøttet.
diff --git a/content_plugin/assets/pdfjs/web/locale/de/viewer.properties b/content_plugin/assets/pdfjs/web/locale/de/viewer.properties
index f67a71e..89645f4 100644
--- a/content_plugin/assets/pdfjs/web/locale/de/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/de/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aktuelles Struktur-Element
findbar.title=Dokument durchsuchen
findbar_label=Suchen
-additional_layers=Zusätzliche Ebenen
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Seite {{page}}
+
+additional_layers=Zusätzliche Ebenen
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Seite {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Abbrechen
printing_not_supported=Warnung: Die Drucken-Funktion wird durch diesen Browser nicht vollständig unterstützt.
printing_not_ready=Warnung: Die PDF-Datei ist nicht vollständig geladen, dies ist für das Drucken aber empfohlen.
web_fonts_disabled=Web-Schriftarten sind deaktiviert: Eingebettete PDF-Schriftarten konnten nicht geladen werden.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Dieses PDF-Dokument enthält digitale Unterschriften. Das Überprüfen von Unterschriften wird nicht unterstützt.
diff --git a/content_plugin/assets/pdfjs/web/locale/dsb/viewer.properties b/content_plugin/assets/pdfjs/web/locale/dsb/viewer.properties
index a5e88fd..dd131bc 100644
--- a/content_plugin/assets/pdfjs/web/locale/dsb/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/dsb/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aktualny rozrědowański zapisk
findbar.title=W dokumenśe pytaś
findbar_label=Pytaś
-additional_layers=Dalšne warstwy
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Bok {{page}}
+
+additional_layers=Dalšne warstwy
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Bok {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Pśetergnuś
printing_not_supported=Warnowanje: Śišćanje njepódpěra se połnje pśez toś ten wobglědowak.
printing_not_ready=Warnowanje: PDF njejo se za śišćanje dopołnje zacytał.
web_fonts_disabled=Webpisma su znjemóžnjone: njejo móžno, zasajźone PDF-pisma wužywaś.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Toś ten PDF-dokument digitalne signatury wopśimujo. Pśeglědowanje signaturow se njepódpěra.
diff --git a/content_plugin/assets/pdfjs/web/locale/el/viewer.properties b/content_plugin/assets/pdfjs/web/locale/el/viewer.properties
index 6766a61..3b1b6e2 100644
--- a/content_plugin/assets/pdfjs/web/locale/el/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/el/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Τρέχον στοιχείο διάρθρωσης
findbar.title=Εύρεση στο έγγραφο
findbar_label=Εύρεση
-additional_layers=Επιπρόσθετα επίπεδα
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Σελίδα {{page}}
+
+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)
@@ -207,7 +208,7 @@ 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}})
+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}}
@@ -256,6 +257,3 @@ password_cancel=Ακύρωση
printing_not_supported=Προειδοποίηση: Η εκτύπωση δεν υποστηρίζεται πλήρως από το πρόγραμμα περιήγησης.
printing_not_ready=Προειδοποίηση: Το PDF δεν φορτώθηκε πλήρως για εκτύπωση.
web_fonts_disabled=Οι γραμματοσειρές Web απενεργοποιημένες: αδυναμία χρήσης των ενσωματωμένων γραμματοσειρών PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Αυτό το έγγραφο PDF περιέχει ψηφιακές υπογραφές. Δεν υποστηρίζεται η επαλήθευση υπογραφών.
diff --git a/content_plugin/assets/pdfjs/web/locale/en-CA/viewer.properties b/content_plugin/assets/pdfjs/web/locale/en-CA/viewer.properties
index 83174ef..49e5d90 100644
--- a/content_plugin/assets/pdfjs/web/locale/en-CA/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/en-CA/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Current Outline Item
findbar.title=Find in Document
findbar_label=Find
-additional_layers=Additional Layers
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Page {{page}}
+
+additional_layers=Additional Layers
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Page {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancel
printing_not_supported=Warning: Printing is not fully supported by this browser.
printing_not_ready=Warning: The PDF is not fully loaded for printing.
web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=This PDF document contains digital signatures. Validation of signatures is not supported.
diff --git a/content_plugin/assets/pdfjs/web/locale/en-GB/viewer.properties b/content_plugin/assets/pdfjs/web/locale/en-GB/viewer.properties
index 89dd504..1b50cb3 100644
--- a/content_plugin/assets/pdfjs/web/locale/en-GB/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/en-GB/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Current Outline Item
findbar.title=Find in Document
findbar_label=Find
-additional_layers=Additional Layers
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Page {{page}}
+
+additional_layers=Additional Layers
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Page {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancel
printing_not_supported=Warning: Printing is not fully supported by this browser.
printing_not_ready=Warning: The PDF is not fully loaded for printing.
web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=This PDF document contains digital signatures. Validation of signatures is not supported.
diff --git a/content_plugin/assets/pdfjs/web/locale/eo/viewer.properties b/content_plugin/assets/pdfjs/web/locale/eo/viewer.properties
index e8a2079..9500e82 100644
--- a/content_plugin/assets/pdfjs/web/locale/eo/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/eo/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Nuna kontura elemento
findbar.title=Serĉi en dokumento
findbar_label=Serĉi
-additional_layers=Aldonaj tavoloj
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Paĝo {{page}}
+
+additional_layers=Aldonaj tavoloj
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Paĝo {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Nuligi
printing_not_supported=Averto: tiu ĉi retumilo ne plene subtenas presadon.
printing_not_ready=Averto: la PDF dosiero ne estas plene ŝargita por presado.
web_fonts_disabled=Neaktivaj teksaĵaj tiparoj: ne elbas uzi enmetitajn tiparojn de PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Tiu ĉi dosiero PDF enhavas ciferecajn subskribojn. La validigo de tiuj subskriboj ne estas subtenata.
diff --git a/content_plugin/assets/pdfjs/web/locale/es-AR/viewer.properties b/content_plugin/assets/pdfjs/web/locale/es-AR/viewer.properties
index 34736c2..5e97d6e 100644
--- a/content_plugin/assets/pdfjs/web/locale/es-AR/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/es-AR/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Elemento de esquema actual
findbar.title=Buscar en documento
findbar_label=Buscar
-additional_layers=Capas adicionales
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Página {{page}}
+
+additional_layers=Capas adicionales
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Página {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancelar
printing_not_supported=Advertencia: La impresión no está totalmente soportada por este navegador.
printing_not_ready=Advertencia: El PDF no está completamente cargado para impresión.
web_fonts_disabled=Tipografía web deshabilitada: no se pueden usar tipos incrustados en PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Este documento PDF tiene firmas digitales. La validación de firmas no está soportada.
diff --git a/content_plugin/assets/pdfjs/web/locale/es-CL/viewer.properties b/content_plugin/assets/pdfjs/web/locale/es-CL/viewer.properties
index 6acbe87..23669e6 100644
--- a/content_plugin/assets/pdfjs/web/locale/es-CL/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/es-CL/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Elemento de esquema actual
findbar.title=Buscar en el documento
findbar_label=Buscar
-additional_layers=Capas adicionales
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Página {{page}}
+
+additional_layers=Capas adicionales
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Página {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancelar
printing_not_supported=Advertencia: Imprimir no está soportado completamente por este navegador.
printing_not_ready=Advertencia: El PDF no está completamente cargado para ser impreso.
web_fonts_disabled=Las tipografías web están desactivadas: imposible usar las fuentes PDF embebidas.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Este documento PDF contiene firmas digitales. La validación de las firmas no es soportada.
diff --git a/content_plugin/assets/pdfjs/web/locale/es-ES/viewer.properties b/content_plugin/assets/pdfjs/web/locale/es-ES/viewer.properties
index 6345db7..ef8c135 100644
--- a/content_plugin/assets/pdfjs/web/locale/es-ES/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/es-ES/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Elemento de esquema actual
findbar.title=Buscar en el documento
findbar_label=Buscar
-additional_layers=Capas adicionales
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Página {{page}}
+
+additional_layers=Capas adicionales
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Página {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancelar
printing_not_supported=Advertencia: Imprimir no está totalmente soportado por este navegador.
printing_not_ready=Advertencia: Este PDF no se ha cargado completamente para poder imprimirse.
web_fonts_disabled=Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Este documento PDF contiene firmas digitales. No se admite la validación de firmas.
diff --git a/content_plugin/assets/pdfjs/web/locale/es-MX/viewer.properties b/content_plugin/assets/pdfjs/web/locale/es-MX/viewer.properties
index c39823d..217b2bf 100644
--- a/content_plugin/assets/pdfjs/web/locale/es-MX/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/es-MX/viewer.properties
@@ -148,12 +148,17 @@ layers.title=Mostrar capas (doble clic para restablecer todas las capas al estad
layers_label=Capas
thumbs.title=Mostrar miniaturas
thumbs_label=Miniaturas
+current_outline_item.title=Buscar elemento de esquema actual
+current_outline_item_label=Elemento de esquema actual
findbar.title=Buscar en el documento
findbar_label=Buscar
-additional_layers=Capas adicionales
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Página {{page}}
+
+additional_layers=Capas adicionales
+# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
+page_landmark=Página {{page}}
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -227,6 +232,9 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Error
+
+# Loading indicator messages
+loading=Cargando…
loading_error=Un error ocurrió al cargar el PDF.
invalid_file_error=Archivo PDF invalido o dañado.
missing_file_error=Archivo PDF no encontrado.
diff --git a/content_plugin/assets/pdfjs/web/locale/et/viewer.properties b/content_plugin/assets/pdfjs/web/locale/et/viewer.properties
index 97f2c9b..cab1ad4 100644
--- a/content_plugin/assets/pdfjs/web/locale/et/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/et/viewer.properties
@@ -221,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Viga
+
loading_error=PDFi laadimisel esines viga.
invalid_file_error=Vigane või rikutud PDF-fail.
missing_file_error=PDF-fail puudub.
diff --git a/content_plugin/assets/pdfjs/web/locale/eu/viewer.properties b/content_plugin/assets/pdfjs/web/locale/eu/viewer.properties
index f4617a7..7d73e3e 100644
--- a/content_plugin/assets/pdfjs/web/locale/eu/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/eu/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Uneko eskemaren elementua
findbar.title=Bilatu dokumentuan
findbar_label=Bilatu
-additional_layers=Geruza gehigarriak
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas={{page}}. orria
+
+additional_layers=Geruza gehigarriak
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark={{page}}. orria
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Utzi
printing_not_supported=Abisua: inprimatzeko euskarria ez da erabatekoa nabigatzaile honetan.
printing_not_ready=Abisua: PDFa ez dago erabat kargatuta inprimatzeko.
web_fonts_disabled=Webeko letra-tipoak desgaituta daude: ezin dira kapsulatutako PDF letra-tipoak erabili.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=PDF dokumentu honek sinadura digitalak ditu. Ez dago euskarririk sinaduren balidazioa egiteko.
diff --git a/content_plugin/assets/pdfjs/web/locale/fa/viewer.properties b/content_plugin/assets/pdfjs/web/locale/fa/viewer.properties
index 9886b39..00eb8b6 100644
--- a/content_plugin/assets/pdfjs/web/locale/fa/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/fa/viewer.properties
@@ -202,6 +202,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=خطا
+
loading_error=هنگام بارگیری پرونده PDF خطایی رخ داد.
invalid_file_error=پرونده PDF نامعتبر یامعیوب میباشد.
missing_file_error=پرونده PDF یافت نشد.
diff --git a/content_plugin/assets/pdfjs/web/locale/ff/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ff/viewer.properties
index 0a08102..eb5ca99 100644
--- a/content_plugin/assets/pdfjs/web/locale/ff/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ff/viewer.properties
@@ -221,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Juumre
+
loading_error=Juumre waɗii tuma nde loowata PDF oo.
invalid_file_error=Fiilde PDF moƴƴaani walla jiibii.
missing_file_error=Fiilde PDF ena ŋakki.
diff --git a/content_plugin/assets/pdfjs/web/locale/fi/viewer.properties b/content_plugin/assets/pdfjs/web/locale/fi/viewer.properties
index 51d42d6..a6d46e1 100644
--- a/content_plugin/assets/pdfjs/web/locale/fi/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/fi/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Nykyinen sisällyksen kohta
findbar.title=Etsi dokumentista
findbar_label=Etsi
-additional_layers=Lisätasot
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Sivu {{page}}
+
+additional_layers=Lisätasot
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Sivu {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Peruuta
printing_not_supported=Varoitus: Selain ei tue kaikkia tulostustapoja.
printing_not_ready=Varoitus: PDF-tiedosto ei ole vielä latautunut kokonaan, eikä sitä voi vielä tulostaa.
web_fonts_disabled=Verkkosivujen omat kirjasinlajit on estetty: ei voida käyttää upotettuja PDF-kirjasinlajeja.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Tämä PDF-dokumentti sisältää digitaalisia allekirjoituksia. Digitaalisten allekirjoitusten vahvistamista ei tueta.
diff --git a/content_plugin/assets/pdfjs/web/locale/fr/viewer.properties b/content_plugin/assets/pdfjs/web/locale/fr/viewer.properties
index ed92f30..addb629 100644
--- a/content_plugin/assets/pdfjs/web/locale/fr/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/fr/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Élément de plan actuel
findbar.title=Rechercher dans le document
findbar_label=Rechercher
-additional_layers=Calques additionnels
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Page {{page}}
+
+additional_layers=Calques additionnels
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Page {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Annuler
printing_not_supported=Attention : l’impression n’est pas totalement prise en charge par ce navigateur.
printing_not_ready=Attention : le PDF n’est pas entièrement chargé pour pouvoir l’imprimer.
web_fonts_disabled=Les polices web sont désactivées : impossible d’utiliser les polices intégrées au PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Ce document PDF contient des signatures numériques. La validation des signatures n’est pas prise en charge.
diff --git a/content_plugin/assets/pdfjs/web/locale/fy-NL/viewer.properties b/content_plugin/assets/pdfjs/web/locale/fy-NL/viewer.properties
index 208ada2..5fe4934 100644
--- a/content_plugin/assets/pdfjs/web/locale/fy-NL/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/fy-NL/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aktueel item yn ynhâldsopjefte
findbar.title=Sykje yn dokumint
findbar_label=Sykje
-additional_layers=Oanfoljende lagen
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Side {{page}}
+
+additional_layers=Oanfoljende lagen
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Side {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Annulearje
printing_not_supported=Warning: Printen is net folslein stipe troch dizze browser.
printing_not_ready=Warning: PDF is net folslein laden om ôf te drukken.
web_fonts_disabled=Weblettertypen binne útskeakele: gebrûk fan ynsluten PDF-lettertypen is net mooglik.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Dit PDF-dokumint befettet digitale hantekeningen. Falidaasje fan hantekeningen wurdt net stipe.
diff --git a/content_plugin/assets/pdfjs/web/locale/ga-IE/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ga-IE/viewer.properties
index f606e81..07ae1f9 100644
--- a/content_plugin/assets/pdfjs/web/locale/ga-IE/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ga-IE/viewer.properties
@@ -163,6 +163,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Earráid
+
loading_error=Tharla earráid agus an cháipéis PDF á lódáil.
invalid_file_error=Comhad neamhbhailí nó truaillithe PDF.
missing_file_error=Comhad PDF ar iarraidh.
diff --git a/content_plugin/assets/pdfjs/web/locale/gd/viewer.properties b/content_plugin/assets/pdfjs/web/locale/gd/viewer.properties
index bce4dee..d1e54ca 100644
--- a/content_plugin/assets/pdfjs/web/locale/gd/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/gd/viewer.properties
@@ -138,17 +138,27 @@ print_progress_close=Sguir dheth
# tooltips)
toggle_sidebar.title=Toglaich am bàr-taoibh
toggle_sidebar_notification.title=Toglaich am bàr-taoibh (tha oir-loidhne/ceanglachain aig an sgrìobhainn)
+toggle_sidebar_notification2.title=Toglaich am bàr-taoibh (tha oir-loidhne/ceanglachain/breathan aig an sgrìobhainn)
toggle_sidebar_label=Toglaich am bàr-taoibh
document_outline.title=Seall oir-loidhne na sgrìobhainn (dèan briogadh dùbailte airson a h-uile nì a leudachadh/a cho-theannadh)
document_outline_label=Oir-loidhne na sgrìobhainne
attachments.title=Seall na ceanglachain
attachments_label=Ceanglachain
+layers.title=Seall na breathan (dèan briogadh dùbailte airson a h-uile breath ath-shuidheachadh dhan staid thùsail)
+layers_label=Breathan
thumbs.title=Seall na dealbhagan
thumbs_label=Dealbhagan
+current_outline_item.title=Lorg nì làithreach na h-oir-loidhne
+current_outline_item_label=Nì làithreach na h-oir-loidhne
findbar.title=Lorg san sgrìobhainn
findbar_label=Lorg
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
+page_canvas=Duilleag {{page}}
+
+additional_layers=Barrachd breathan
+# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
+page_landmark=Duilleag {{page}}
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -222,6 +232,9 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Mearachd
+
+# Loading indicator messages
+loading=’Ga luchdadh…
loading_error=Thachair mearachd rè luchdadh a' PDF.
invalid_file_error=Faidhle PDF a tha mì-dhligheach no coirbte.
missing_file_error=Faidhle PDF a tha a dhìth.
@@ -229,6 +242,7 @@ unexpected_response_error=Freagairt on fhrithealaiche ris nach robh dùil.
# 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
diff --git a/content_plugin/assets/pdfjs/web/locale/gl/viewer.properties b/content_plugin/assets/pdfjs/web/locale/gl/viewer.properties
index 2b05ce4..efbabc0 100644
--- a/content_plugin/assets/pdfjs/web/locale/gl/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/gl/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Elemento delimitado actualmente
findbar.title=Atopar no documento
findbar_label=Atopar
-additional_layers=Capas adicionais
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Páxina {{page}}
+
+additional_layers=Capas adicionais
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Páxina {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancelar
printing_not_supported=Aviso: A impresión non é compatíbel de todo con este navegador.
printing_not_ready=Aviso: O PDF non se cargou completamente para imprimirse.
web_fonts_disabled=Desactiváronse as fontes web: foi imposíbel usar as fontes incrustadas no PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Este documento PDF contén sinaturas dixitais. Non é posíbel validar as sinaturas.
diff --git a/content_plugin/assets/pdfjs/web/locale/gn/viewer.properties b/content_plugin/assets/pdfjs/web/locale/gn/viewer.properties
index afd6d70..3016980 100644
--- a/content_plugin/assets/pdfjs/web/locale/gn/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/gn/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Mba’epuru ag̃aguaitéva
findbar.title=Kuatiápe jeheka
findbar_label=Juhu
-additional_layers=Ñuãha moirũguáva
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Kuatiarogue {{page}}
+
+additional_layers=Ñuãha moirũguáva
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Kuatiarogue {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Heja
printing_not_supported=Kyhyjerã: Ñembokuatia ndojokupytypái ko kundahára ndive.
printing_not_ready=Kyhyjerã: Ko PDF nahenyhẽmbái oñembokuatia hag̃uáicha.
web_fonts_disabled=Ñanduti taity oñemongéma: ndaikatumo’ãi eipuru PDF jehai’íva taity.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Ko PDF kuatiaite oreko mboheraguapy ñandutigua. Noñemoneĩri ñemboheraguapy.
diff --git a/content_plugin/assets/pdfjs/web/locale/gu-IN/viewer.properties b/content_plugin/assets/pdfjs/web/locale/gu-IN/viewer.properties
index 579c068..d1b7040 100644
--- a/content_plugin/assets/pdfjs/web/locale/gu-IN/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/gu-IN/viewer.properties
@@ -221,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=ભૂલ
+
loading_error=ભૂલ ઉદ્ભવી જ્યારે PDF ને લાવી રહ્યા હોય.
invalid_file_error=અયોગ્ય અથવા ભાંગેલ PDF ફાઇલ.
missing_file_error=ગુમ થયેલ PDF ફાઇલ.
diff --git a/content_plugin/assets/pdfjs/web/locale/he/viewer.properties b/content_plugin/assets/pdfjs/web/locale/he/viewer.properties
index 070cf37..0ed86b7 100644
--- a/content_plugin/assets/pdfjs/web/locale/he/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/he/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=פריט תוכן העניינים הנוכחי
findbar.title=חיפוש במסמך
findbar_label=חיפוש
-additional_layers=שכבות נוספות
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=עמוד {{page}}
+
+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)
@@ -256,6 +257,3 @@ password_cancel=ביטול
printing_not_supported=אזהרה: הדפסה אינה נתמכת במלואה בדפדפן זה.
printing_not_ready=אזהרה: מסמך ה־PDF לא נטען לחלוטין עד מצב שמאפשר הדפסה.
web_fonts_disabled=גופני רשת מנוטרלים: לא ניתן להשתמש בגופני PDF מוטבעים.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=מסמך PDF זה מכיל חתימות דיגיטליות. אימות חתימות אינו נתמך.
diff --git a/content_plugin/assets/pdfjs/web/locale/hi-IN/viewer.properties b/content_plugin/assets/pdfjs/web/locale/hi-IN/viewer.properties
index 6a49a9a..e69c9df 100644
--- a/content_plugin/assets/pdfjs/web/locale/hi-IN/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/hi-IN/viewer.properties
@@ -146,6 +146,7 @@ findbar_label=ढूँढें
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=पृष्ठ {{page}}
+
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -219,6 +220,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=त्रुटि
+
loading_error=PDF लोड करते समय एक त्रुटि हुई.
invalid_file_error=अमान्य या भ्रष्ट PDF फ़ाइल.
missing_file_error=\u0020अनुपस्थित PDF फ़ाइल.
diff --git a/content_plugin/assets/pdfjs/web/locale/hr/viewer.properties b/content_plugin/assets/pdfjs/web/locale/hr/viewer.properties
index 881f37f..53f1edf 100644
--- a/content_plugin/assets/pdfjs/web/locale/hr/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/hr/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Trenutačni element strukture
findbar.title=Pronađi u dokumentu
findbar_label=Pronađi
-additional_layers=Dodatni slojevi
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Stranica br. {{page}}
+
+additional_layers=Dodatni slojevi
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Stranica {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Odustani
printing_not_supported=Upozorenje: Ovaj preglednik ne podržava u potpunosti ispisivanje.
printing_not_ready=Upozorenje: PDF nije u potpunosti učitan za ispis.
web_fonts_disabled=Web fontovi su deaktivirani: nije moguće koristiti ugrađene PDF fontove.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Ovaj PDF dokument sadrži digitalne potpise. Provjera potpisa nije podržana.
diff --git a/content_plugin/assets/pdfjs/web/locale/hsb/viewer.properties b/content_plugin/assets/pdfjs/web/locale/hsb/viewer.properties
index 3ff8057..3c692f6 100644
--- a/content_plugin/assets/pdfjs/web/locale/hsb/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/hsb/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aktualny rozrjadowy zapisk
findbar.title=W dokumenće pytać
findbar_label=Pytać
-additional_layers=Dalše woršty
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Strona {{page}}
+
+additional_layers=Dalše woršty
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Strona {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Přetorhnyć
printing_not_supported=Warnowanje: Ćišćenje so přez tutón wobhladowak połnje njepodpěruje.
printing_not_ready=Warnowanje: PDF njeje so za ćišćenje dospołnje začitał.
web_fonts_disabled=Webpisma su znjemóžnjene: njeje móžno, zasadźene PDF-pisma wužiwać.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Tutón PDF-dokument digitalne signatury wobsahuje. Přepruwowanje signaturow so njepodpěruje.
diff --git a/content_plugin/assets/pdfjs/web/locale/hu/viewer.properties b/content_plugin/assets/pdfjs/web/locale/hu/viewer.properties
index f6ed69f..99cd457 100644
--- a/content_plugin/assets/pdfjs/web/locale/hu/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/hu/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Jelenlegi vázlatelem
findbar.title=Keresés a dokumentumban
findbar_label=Keresés
-additional_layers=További rétegek
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas={{page}}. oldal
+
+additional_layers=További rétegek
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark={{page}}. oldal
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Mégse
printing_not_supported=Figyelmeztetés: Ez a böngésző nem teljesen támogatja a nyomtatást.
printing_not_ready=Figyelmeztetés: A PDF nincs teljesen betöltve a nyomtatáshoz.
web_fonts_disabled=Webes betűkészletek letiltva: nem használhatók a beágyazott PDF betűkészletek.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Ez a PDF-dokumentum digitális aláírásokat tartalmaz. Az aláírások ellenőrzése nem támogatott.
diff --git a/content_plugin/assets/pdfjs/web/locale/hy-AM/viewer.properties b/content_plugin/assets/pdfjs/web/locale/hy-AM/viewer.properties
index 09394f7..2b3f035 100644
--- a/content_plugin/assets/pdfjs/web/locale/hy-AM/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/hy-AM/viewer.properties
@@ -150,6 +150,7 @@ findbar_label=Որոնում
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Էջ {{page}}
+
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -223,6 +224,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Սխալ
+
loading_error=Սխալ՝ PDF ֆայլը բացելիս։
invalid_file_error=Սխալ կամ վնասված PDF ֆայլ:
missing_file_error=PDF ֆայլը բացակայում է:
diff --git a/content_plugin/assets/pdfjs/web/locale/hye/viewer.properties b/content_plugin/assets/pdfjs/web/locale/hye/viewer.properties
index 738b124..7bbfe14 100644
--- a/content_plugin/assets/pdfjs/web/locale/hye/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/hye/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Ընթացիկ գծագրման տարր
findbar.title=Գտնել փաստաթղթում
findbar_label=Որոնում
-additional_layers=Լրացուցիչ շերտեր
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Էջ {{page}}
+
+additional_layers=Լրացուցիչ շերտեր
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -229,6 +230,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Սխալ
+
loading_error=PDF նիշքը բացելիս սխալ է տեղի ունեցել։
invalid_file_error=Սխալ կամ վնասուած PDF նիշք։
missing_file_error=PDF նիշքը բացակաիւմ է։
diff --git a/content_plugin/assets/pdfjs/web/locale/ia/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ia/viewer.properties
index 04318fd..4ae9850 100644
--- a/content_plugin/assets/pdfjs/web/locale/ia/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ia/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Elemento de structura actual
findbar.title=Cercar in le documento
findbar_label=Cercar
-additional_layers=Altere stratos
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pagina {{page}}
+
+additional_layers=Altere stratos
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Pagina {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancellar
printing_not_supported=Attention : le impression non es totalmente supportate per ce navigator.
printing_not_ready=Attention: le file PDF non es integremente cargate pro lo poter imprimer.
web_fonts_disabled=Le typos de litteras web es disactivate: impossibile usar le typos de litteras PDF incorporate.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Iste documento PDF contine signaturas digital. Le validation de signaturas non es supportate.
diff --git a/content_plugin/assets/pdfjs/web/locale/id/viewer.properties b/content_plugin/assets/pdfjs/web/locale/id/viewer.properties
index 3d3c7b0..2bdc8d5 100644
--- a/content_plugin/assets/pdfjs/web/locale/id/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/id/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Butir Ikhtisar Saat Ini
findbar.title=Temukan di Dokumen
findbar_label=Temukan
-additional_layers=Lapisan Tambahan
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Laman {{page}}
+
+additional_layers=Lapisan Tambahan
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Halaman {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Batal
printing_not_supported=Peringatan: Pencetakan tidak didukung secara lengkap pada peramban ini.
printing_not_ready=Peringatan: Berkas PDF masih belum dimuat secara lengkap untuk dapat dicetak.
web_fonts_disabled=Font web dinonaktifkan: tidak dapat menggunakan font PDF yang tersemat.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Dokumen PDF ini mengandung tanda tangan digital. Validasi tanda tangan tidak didukung.
diff --git a/content_plugin/assets/pdfjs/web/locale/is/viewer.properties b/content_plugin/assets/pdfjs/web/locale/is/viewer.properties
index 72dc8ac..5fb4b01 100644
--- a/content_plugin/assets/pdfjs/web/locale/is/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/is/viewer.properties
@@ -218,6 +218,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Villa
+
loading_error=Villa kom upp við að hlaða inn PDF.
invalid_file_error=Ógild eða skemmd PDF skrá.
missing_file_error=Vantar PDF skrá.
diff --git a/content_plugin/assets/pdfjs/web/locale/it/viewer.properties b/content_plugin/assets/pdfjs/web/locale/it/viewer.properties
index cd12967..325f697 100644
--- a/content_plugin/assets/pdfjs/web/locale/it/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/it/viewer.properties
@@ -129,8 +129,9 @@ current_outline_item_label = Elemento struttura corrente
findbar.title = Trova nel documento
findbar_label = Trova
-additional_layers = Livelli aggiuntivi
page_canvas = Pagina {{page}}
+
+additional_layers = Livelli aggiuntivi
page_landmark = Pagina {{page}}
thumb_page_title = Pagina {{page}}
thumb_page_canvas = Miniatura della pagina {{page}}
@@ -178,6 +179,7 @@ page_scale_actual = Dimensioni effettive
page_scale_percent = {{scale}}%
loading_error_indicator = Errore
+
loading = Caricamento in corso…
loading_error = Si è verificato un errore durante il caricamento del PDF.
invalid_file_error = File PDF non valido o danneggiato.
@@ -195,4 +197,3 @@ password_cancel = Annulla
printing_not_supported = Attenzione: la stampa non è completamente supportata da questo browser.
printing_not_ready = Attenzione: il PDF non è ancora stato caricato completamente per la stampa.
web_fonts_disabled = I web font risultano disattivati: impossibile utilizzare i caratteri incorporati nel PDF.
-unsupported_feature_signatures = Questo documento PDF include firme digitali. La convalida delle firme non è supportata.
diff --git a/content_plugin/assets/pdfjs/web/locale/ja/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ja/viewer.properties
index b335aac..ac51fa7 100644
--- a/content_plugin/assets/pdfjs/web/locale/ja/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ja/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=現在のアウトライン項目
findbar.title=文書内を検索します
findbar_label=検索
-additional_layers=追加レイヤー
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas={{page}} ページ
+
+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)
diff --git a/content_plugin/assets/pdfjs/web/locale/ka/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ka/viewer.properties
index 023f5ec..d6c32e8 100644
--- a/content_plugin/assets/pdfjs/web/locale/ka/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ka/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=მიმდინარე გვერდი სა
findbar.title=პოვნა დოკუმენტში
findbar_label=ძიება
-additional_layers=დამატებითი ფენები
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=გვერდი {{page}}
+
+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)
@@ -256,6 +257,3 @@ password_cancel=გაუქმება
printing_not_supported=გაფრთხილება: ამობეჭდვა ამ ბრაუზერში არაა სრულად მხარდაჭერილი.
printing_not_ready=გაფრთხილება: PDF სრულად ჩატვირთული არაა, ამობეჭდვის დასაწყებად.
web_fonts_disabled=ვებშრიფტები გამორთულია: ჩაშენებული PDF-შრიფტების გამოყენება ვერ ხერხდება.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=ეს PDF შეიცავს ციფრულ ხელმოწერებს. ხელმოწერების დამოწმება არაა მხარდაჭერილი.
diff --git a/content_plugin/assets/pdfjs/web/locale/kab/viewer.properties b/content_plugin/assets/pdfjs/web/locale/kab/viewer.properties
index 10632ba..a145dae 100644
--- a/content_plugin/assets/pdfjs/web/locale/kab/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/kab/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aferdis n uɣawas amiran
findbar.title=Nadi deg isemli
findbar_label=Nadi
-additional_layers=Tissiwin-nniḍen
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Asebter {{page}}
+
+additional_layers=Tissiwin-nniḍen
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Asebter {{page}}
# Thumbnails panel item (tooltip and alt text for images)
diff --git a/content_plugin/assets/pdfjs/web/locale/kk/viewer.properties b/content_plugin/assets/pdfjs/web/locale/kk/viewer.properties
index 10f130f..de41d9d 100644
--- a/content_plugin/assets/pdfjs/web/locale/kk/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/kk/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Құрылымның ағымдағы элемент
findbar.title=Құжаттан табу
findbar_label=Табу
-additional_layers=Қосымша қабаттар
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Бет {{page}}
+
+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)
@@ -256,6 +257,3 @@ password_cancel=Бас тарту
printing_not_supported=Ескерту: Баспаға шығаруды бұл браузер толығымен қолдамайды.
printing_not_ready=Ескерту: Баспаға шығару үшін, бұл PDF толығымен жүктеліп алынбады.
web_fonts_disabled=Веб қаріптері сөндірілген: құрамына енгізілген PDF қаріптерін қолдану мүмкін емес.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Бұл PDF құжатында цифрлық қолтаңбалар бар. Қолтаңбаларды растауға әлі қолдау жоқ.
diff --git a/content_plugin/assets/pdfjs/web/locale/km/viewer.properties b/content_plugin/assets/pdfjs/web/locale/km/viewer.properties
index 109de4b..cce6a81 100644
--- a/content_plugin/assets/pdfjs/web/locale/km/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/km/viewer.properties
@@ -193,6 +193,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=កំហុស
+
loading_error=មានកំហុសបានកើតឡើងពេលកំពុងផ្ទុក PDF ។
invalid_file_error=ឯកសារ PDF ខូច ឬមិនត្រឹមត្រូវ ។
missing_file_error=បាត់ឯកសារ PDF
diff --git a/content_plugin/assets/pdfjs/web/locale/kn/viewer.properties b/content_plugin/assets/pdfjs/web/locale/kn/viewer.properties
index b37a71c..19f23b5 100644
--- a/content_plugin/assets/pdfjs/web/locale/kn/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/kn/viewer.properties
@@ -172,6 +172,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=ದೋಷ
+
loading_error=PDF ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ.
invalid_file_error=ಅಮಾನ್ಯವಾದ ಅಥವ ಹಾಳಾದ PDF ಕಡತ.
missing_file_error=PDF ಕಡತ ಇಲ್ಲ.
diff --git a/content_plugin/assets/pdfjs/web/locale/ko/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ko/viewer.properties
index 9fcfbd4..3317267 100644
--- a/content_plugin/assets/pdfjs/web/locale/ko/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ko/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=현재 아웃라인 항목
findbar.title=검색
findbar_label=검색
-additional_layers=추가 레이어
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas={{page}} 페이지
+
+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)
@@ -256,6 +257,3 @@ password_cancel=취소
printing_not_supported=경고: 이 브라우저는 인쇄를 완전히 지원하지 않습니다.
printing_not_ready=경고: 이 PDF를 인쇄를 할 수 있을 정도로 읽어들이지 못했습니다.
web_fonts_disabled=웹 폰트가 비활성화됨: 내장된 PDF 글꼴을 사용할 수 없습니다.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=이 PDF 문서에는 디지털 서명이 포함되어 있습니다. 서명 유효성 검사는 지원되지 않습니다.
diff --git a/content_plugin/assets/pdfjs/web/locale/lij/viewer.properties b/content_plugin/assets/pdfjs/web/locale/lij/viewer.properties
index 0cfa7d2..c1d8757 100644
--- a/content_plugin/assets/pdfjs/web/locale/lij/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/lij/viewer.properties
@@ -221,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Erô
+
loading_error=S'é verificou 'n'erô itno caregamento do PDF.
invalid_file_error=O schedaio PDF o l'é no valido ò aroinou.
missing_file_error=O schedaio PDF o no gh'é.
diff --git a/content_plugin/assets/pdfjs/web/locale/lo/viewer.properties b/content_plugin/assets/pdfjs/web/locale/lo/viewer.properties
index 00d3309..d21a687 100644
--- a/content_plugin/assets/pdfjs/web/locale/lo/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/lo/viewer.properties
@@ -140,6 +140,7 @@ rendering_error=ມີຂໍ້ຜິດພາດເກີດຂື້ນຂະ
# Loading indicator messages
loading_error_indicator=ຂໍ້ຜິດພາດ
+
loading_error=ມີຂໍ້ຜິດພາດເກີດຂື້ນຂະນະທີ່ກຳລັງໂຫລດ PDF.
invalid_file_error=ໄຟລ໌ PDF ບໍ່ຖືກຕ້ອງຫລືເສຍຫາຍ.
diff --git a/content_plugin/assets/pdfjs/web/locale/lt/viewer.properties b/content_plugin/assets/pdfjs/web/locale/lt/viewer.properties
index 9a7b15a..78158fd 100644
--- a/content_plugin/assets/pdfjs/web/locale/lt/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/lt/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Dabartinis struktūros elementas
findbar.title=Ieškoti dokumente
findbar_label=Rasti
-additional_layers=Papildomi sluoksniai
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas={{page}} puslapis
+
+additional_layers=Papildomi sluoksniai
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark={{page}} puslapis
# Thumbnails panel item (tooltip and alt text for images)
diff --git a/content_plugin/assets/pdfjs/web/locale/ltg/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ltg/viewer.properties
index 4fffa86..277aab5 100644
--- a/content_plugin/assets/pdfjs/web/locale/ltg/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ltg/viewer.properties
@@ -199,6 +199,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Klaida
+
loading_error=Īluodejūt PDF nūtyka klaida.
invalid_file_error=Nadereigs voi būjuots PDF fails.
missing_file_error=PDF fails nav atrosts.
diff --git a/content_plugin/assets/pdfjs/web/locale/lv/viewer.properties b/content_plugin/assets/pdfjs/web/locale/lv/viewer.properties
index b6d6ad3..d6f8998 100644
--- a/content_plugin/assets/pdfjs/web/locale/lv/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/lv/viewer.properties
@@ -221,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Kļūda
+
loading_error=Ielādējot PDF notika kļūda.
invalid_file_error=Nederīgs vai bojāts PDF fails.
missing_file_error=PDF fails nav atrasts.
diff --git a/content_plugin/assets/pdfjs/web/locale/mk/viewer.properties b/content_plugin/assets/pdfjs/web/locale/mk/viewer.properties
index c1b091e..b6bb2f1 100644
--- a/content_plugin/assets/pdfjs/web/locale/mk/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/mk/viewer.properties
@@ -129,6 +129,7 @@ page_scale_actual=Вистинска големина
# Loading indicator messages
loading_error_indicator=Грешка
+
loading_error=Настана грешка при вчитувањето на PDF-от.
invalid_file_error=Невалидна или корумпирана PDF датотека.
missing_file_error=Недостасува PDF документ.
diff --git a/content_plugin/assets/pdfjs/web/locale/mr/viewer.properties b/content_plugin/assets/pdfjs/web/locale/mr/viewer.properties
index b33646f..0b2bd93 100644
--- a/content_plugin/assets/pdfjs/web/locale/mr/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/mr/viewer.properties
@@ -213,6 +213,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=त्रुटी
+
loading_error=PDF लोड करतेवेळी त्रुटी आढळली.
invalid_file_error=अवैध किंवा दोषीत PDF फाइल.
missing_file_error=न आढळणारी PDF फाइल.
diff --git a/content_plugin/assets/pdfjs/web/locale/ms/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ms/viewer.properties
index 61f1553..6ca482b 100644
--- a/content_plugin/assets/pdfjs/web/locale/ms/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ms/viewer.properties
@@ -221,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Ralat
+
loading_error=Masalah berlaku semasa menuatkan sebuah PDF.
invalid_file_error=Tidak sah atau fail PDF rosak.
missing_file_error=Fail PDF Hilang.
diff --git a/content_plugin/assets/pdfjs/web/locale/my/viewer.properties b/content_plugin/assets/pdfjs/web/locale/my/viewer.properties
index 3e6f2c3..7fc2609 100644
--- a/content_plugin/assets/pdfjs/web/locale/my/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/my/viewer.properties
@@ -177,6 +177,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=အမှား
+
loading_error=PDF ဖိုင် ကိုဆွဲတင်နေချိန်မှာ အမှားတစ်ခုတွေ့ရပါတယ်။
invalid_file_error=မရသော သို့ ပျက်နေသော PDF ဖိုင်
missing_file_error=PDF ပျောက်ဆုံး
diff --git a/content_plugin/assets/pdfjs/web/locale/nb-NO/viewer.properties b/content_plugin/assets/pdfjs/web/locale/nb-NO/viewer.properties
index 8fca292..3555c04 100644
--- a/content_plugin/assets/pdfjs/web/locale/nb-NO/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/nb-NO/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Gjeldende disposisjonselement
findbar.title=Finn i dokumentet
findbar_label=Finn
-additional_layers=Ytterligere lag
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Side {{page}}
+
+additional_layers=Ytterligere lag
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Side {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Avbryt
printing_not_supported=Advarsel: Utskrift er ikke fullstendig støttet av denne nettleseren.
printing_not_ready=Advarsel: PDF er ikke fullstendig innlastet for utskrift.
web_fonts_disabled=Web-fonter er avslått: Kan ikke bruke innbundne PDF-fonter.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Dette PDF-dokumentet inneholder digitale signaturer. Validering av signaturer støttes ikke.
diff --git a/content_plugin/assets/pdfjs/web/locale/ne-NP/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ne-NP/viewer.properties
index 3bf8ed8..4232c56 100644
--- a/content_plugin/assets/pdfjs/web/locale/ne-NP/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ne-NP/viewer.properties
@@ -163,6 +163,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=त्रुटि
+
loading_error=यो PDF लोड गर्दा एउटा त्रुटि देखापर्यो।
invalid_file_error=अवैध वा दुषित PDF फाइल।
missing_file_error=हराईरहेको PDF फाइल।
diff --git a/content_plugin/assets/pdfjs/web/locale/nl/viewer.properties b/content_plugin/assets/pdfjs/web/locale/nl/viewer.properties
index 93813b7..fd19d6c 100644
--- a/content_plugin/assets/pdfjs/web/locale/nl/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/nl/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Huidig item in inhoudsopgave
findbar.title=Zoeken in document
findbar_label=Zoeken
-additional_layers=Aanvullende lagen
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pagina {{page}}
+
+additional_layers=Aanvullende lagen
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Pagina {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Annuleren
printing_not_supported=Waarschuwing: afdrukken wordt niet volledig ondersteund door deze browser.
printing_not_ready=Waarschuwing: de PDF is niet volledig geladen voor afdrukken.
web_fonts_disabled=Weblettertypen zijn uitgeschakeld: gebruik van ingebedde PDF-lettertypen is niet mogelijk.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Dit pdf-document bevat digitale handtekeningen. Validatie van handtekeningen wordt niet ondersteund.
diff --git a/content_plugin/assets/pdfjs/web/locale/nn-NO/viewer.properties b/content_plugin/assets/pdfjs/web/locale/nn-NO/viewer.properties
index d940050..0e228c3 100644
--- a/content_plugin/assets/pdfjs/web/locale/nn-NO/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/nn-NO/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Gjeldande disposisjonselement
findbar.title=Finn i dokumentet
findbar_label=Finn
-additional_layers=Ytterlegare lag
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Side {{page}}
+
+additional_layers=Ytterlegare lag
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Side {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Avbryt
printing_not_supported=Åtvaring: Utskrift er ikkje fullstendig støtta av denne nettlesaren.
printing_not_ready=Åtvaring: PDF ikkje fullstendig innlasta for utskrift.
web_fonts_disabled=Web-skrifter er slått av: Kan ikkje bruke innbundne PDF-skrifter.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Dette PDF-dokumentet inneheld digitale signaturar. Validering av signaturar er ikkje støtta.
diff --git a/content_plugin/assets/pdfjs/web/locale/oc/viewer.properties b/content_plugin/assets/pdfjs/web/locale/oc/viewer.properties
index 377ee9b..80348ab 100644
--- a/content_plugin/assets/pdfjs/web/locale/oc/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/oc/viewer.properties
@@ -185,21 +185,21 @@ find_reached_bottom=Bas de la pagina atench, perseguida al començament
# 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]=Occuréncia {{current}} sus {{total}}
-find_match_count[two]=Occuréncia {{current}} sus {{total}}
-find_match_count[few]=Occuréncia {{current}} sus {{total}}
-find_match_count[many]=Occuréncia {{current}} sus {{total}}
-find_match_count[other]=Occuréncia {{current}} sus {{total}}
+find_match_count[one]=Ocuréncia {{current}} sus {{total}}
+find_match_count[two]=Ocuréncia {{current}} sus {{total}}
+find_match_count[few]=Ocuréncia {{current}} sus {{total}}
+find_match_count[many]=Ocuréncia {{current}} sus {{total}}
+find_match_count[other]=Ocuréncia {{current}} sus {{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]=Mai de {{limit}} occuréncias
-find_match_count_limit[one]=Mai de {{limit}} occuréncia
-find_match_count_limit[two]=Mai de {{limit}} occuréncias
-find_match_count_limit[few]=Mai de {{limit}} occuréncias
-find_match_count_limit[many]=Mai de {{limit}} occuréncias
-find_match_count_limit[other]=Mai de {{limit}} occuréncias
+find_match_count_limit[zero]=Mai de {{limit}} ocuréncias
+find_match_count_limit[one]=Mai de {{limit}} ocuréncia
+find_match_count_limit[two]=Mai de {{limit}} ocuréncias
+find_match_count_limit[few]=Mai de {{limit}} ocuréncias
+find_match_count_limit[many]=Mai de {{limit}} ocuréncias
+find_match_count_limit[other]=Mai de {{limit}} ocuréncias
find_not_found=Frasa pas trobada
# Error panel labels
@@ -257,6 +257,3 @@ password_cancel=Anullar
printing_not_supported=Atencion : l'impression es pas completament gerida per aqueste navegador.
printing_not_ready=Atencion : lo PDF es pas entièrament cargat per lo poder imprimir.
web_fonts_disabled=Las poliças web son desactivadas : impossible d'utilizar las poliças integradas al PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Aqueste document PDF conten de signaturas numericas. La validacion de signaturas es pas presa en carga.
diff --git a/content_plugin/assets/pdfjs/web/locale/pa-IN/viewer.properties b/content_plugin/assets/pdfjs/web/locale/pa-IN/viewer.properties
index de80801..010db99 100644
--- a/content_plugin/assets/pdfjs/web/locale/pa-IN/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/pa-IN/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=ਮੌਜੂਦਾ ਖਾਕਾ ਚੀਜ਼
findbar.title=ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਲੱਭੋ
findbar_label=ਲੱਭੋ
-additional_layers=ਵਾਧੂ ਪਰਤਾਂ
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=ਸਫ਼ਾ {{page}}
+
+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)
@@ -256,6 +257,3 @@ password_cancel=ਰੱਦ ਕਰੋ
printing_not_supported=ਸਾਵਧਾਨ: ਇਹ ਬਰਾਊਜ਼ਰ ਪਰਿੰਟ ਕਰਨ ਲਈ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।
printing_not_ready=ਸਾਵਧਾਨ: PDF ਨੂੰ ਪਰਿੰਟ ਕਰਨ ਲਈ ਪੂਰੀ ਤਰ੍ਹਾਂ ਲੋਡ ਨਹੀਂ ਹੈ।
web_fonts_disabled=ਵੈਬ ਫੋਂਟ ਬੰਦ ਹਨ: ਇੰਬੈਡ PDF ਫੋਂਟ ਨੂੰ ਵਰਤਣ ਲਈ ਅਸਮਰੱਥ ਹੈ।
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=ਇਹ PDF ਦਸਤਾਵੇਜ਼ ਡਿਜ਼ਿਟਲ ਦਸਤਖਤ ਰੱਖਦਾ ਹੈ। ਦਸਤਖਤਾਂ ਦੀ ਪ੍ਰਮਾਣਕਿਤਾ ਸਹਾਇਕ ਨਹੀ ਹੈ।
diff --git a/content_plugin/assets/pdfjs/web/locale/pl/viewer.properties b/content_plugin/assets/pdfjs/web/locale/pl/viewer.properties
index 457df1b..83be380 100644
--- a/content_plugin/assets/pdfjs/web/locale/pl/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/pl/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Bieżący element konspektu
findbar.title=Znajdź w dokumencie
findbar_label=Znajdź
-additional_layers=Dodatkowe warstwy
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas={{page}}. strona
+
+additional_layers=Dodatkowe warstwy
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark={{page}}. strona
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Anuluj
printing_not_supported=Ostrzeżenie: drukowanie nie jest w pełni obsługiwane przez tę przeglądarkę.
printing_not_ready=Ostrzeżenie: dokument PDF nie jest całkowicie wczytany, więc nie można go wydrukować.
web_fonts_disabled=Czcionki sieciowe są wyłączone: nie można użyć osadzonych czcionek PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Ten dokument PDF zawiera podpisy cyfrowe. Weryfikacja podpisów nie jest obsługiwana.
diff --git a/content_plugin/assets/pdfjs/web/locale/pt-BR/viewer.properties b/content_plugin/assets/pdfjs/web/locale/pt-BR/viewer.properties
index 788ed3f..8a0884d 100644
--- a/content_plugin/assets/pdfjs/web/locale/pt-BR/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/pt-BR/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Item atual da estrutura
findbar.title=Procurar no documento
findbar_label=Procurar
-additional_layers=Camadas adicionais
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Página {{page}}
+
+additional_layers=Camadas adicionais
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Página {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancelar
printing_not_supported=Aviso: a impressão não é totalmente suportada neste navegador.
printing_not_ready=Aviso: o PDF não está totalmente carregado para impressão.
web_fonts_disabled=As fontes web estão desativadas: não foi possível usar fontes incorporadas do PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Este documento PDF contém assinaturas digitais. A validação de assinaturas não é suportada.
diff --git a/content_plugin/assets/pdfjs/web/locale/pt-PT/viewer.properties b/content_plugin/assets/pdfjs/web/locale/pt-PT/viewer.properties
index b5122ce..1a5e60d 100644
--- a/content_plugin/assets/pdfjs/web/locale/pt-PT/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/pt-PT/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Item atualmente destacado
findbar.title=Localizar em documento
findbar_label=Localizar
-additional_layers=Camadas adicionais
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Página {{page}}
+
+additional_layers=Camadas adicionais
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Página {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Cancelar
printing_not_supported=Aviso: a impressão não é totalmente suportada por este navegador.
printing_not_ready=Aviso: o PDF ainda não está totalmente carregado.
web_fonts_disabled=Os tipos de letra web estão desativados: não é possível utilizar os tipos de letra PDF embutidos.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Este documento PDF contém assinaturas digitais. A validação de assinaturas não é suportada.
diff --git a/content_plugin/assets/pdfjs/web/locale/rm/viewer.properties b/content_plugin/assets/pdfjs/web/locale/rm/viewer.properties
index 2465117..fc4a9e1 100644
--- a/content_plugin/assets/pdfjs/web/locale/rm/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/rm/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Element da structura actual
findbar.title=Tschertgar en il document
findbar_label=Tschertgar
-additional_layers=Nivels supplementars
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pagina {{page}}
+
+additional_layers=Nivels supplementars
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Pagina {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Interrumper
printing_not_supported=Attenziun: Il stampar na funcziunescha anc betg dal tut en quest navigatur.
printing_not_ready=Attenziun: Il PDF n'è betg chargià cumplettamain per stampar.
web_fonts_disabled=Scrittiras dal web èn deactivadas: impussibel dad utilisar las scrittiras integradas en il PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Quest document PDF cuntegna signaturas digitalas. La validaziun da signaturas na vegn betg sustegnida.
diff --git a/content_plugin/assets/pdfjs/web/locale/ro/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ro/viewer.properties
index 0e4fbf7..2e580f0 100644
--- a/content_plugin/assets/pdfjs/web/locale/ro/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ro/viewer.properties
@@ -150,6 +150,7 @@ findbar_label=Caută
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pagina {{page}}
+
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -223,6 +224,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Eroare
+
loading_error=A intervenit o eroare la încărcarea PDF-ului.
invalid_file_error=Fișier PDF nevalid sau corupt.
missing_file_error=Fișier PDF lipsă.
diff --git a/content_plugin/assets/pdfjs/web/locale/ru/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ru/viewer.properties
index f929897..402e0e5 100644
--- a/content_plugin/assets/pdfjs/web/locale/ru/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ru/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Текущий элемент структуры
findbar.title=Найти в документе
findbar_label=Найти
-additional_layers=Дополнительные слои
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Страница {{page}}
+
+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)
@@ -256,6 +257,3 @@ password_cancel=Отмена
printing_not_supported=Предупреждение: В этом браузере не полностью поддерживается печать.
printing_not_ready=Предупреждение: PDF не полностью загружен для печати.
web_fonts_disabled=Веб-шрифты отключены: не удалось задействовать встроенные PDF-шрифты.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Этот документ PDF содержит цифровые подписи. Проверка подписей не поддерживается.
diff --git a/content_plugin/assets/pdfjs/web/locale/sco/viewer.properties b/content_plugin/assets/pdfjs/web/locale/sco/viewer.properties
index ef73c90..d101f28 100644
--- a/content_plugin/assets/pdfjs/web/locale/sco/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/sco/viewer.properties
@@ -14,7 +14,9 @@
# Main toolbar buttons (tooltips and alt text for images)
previous.title=Page Afore
+previous_label=Previous
next.title=Page Efter
+next_label=Neist
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=Page
@@ -31,20 +33,56 @@ zoom_out_label=Zoom Oot
zoom_in.title=Zoom In
zoom_in_label=Zoom In
zoom.title=Zoom
+presentation_mode.title=Flit tae Presentation Mode
+presentation_mode_label=Presentation Mode
open_file.title=Open File
open_file_label=Open
print.title=Prent
print_label=Prent
download.title=Doonload
download_label=Doonload
+bookmark.title=View the noo (copy or open in new windae)
+bookmark_label=View The Noo
# Secondary toolbar and context menu
tools.title=Tools
+tools_label=Tools
+first_page.title=Gang tae First Page
+first_page.label=Gang tae First Page
+first_page_label=Gang tae First Page
+last_page.title=Gang tae Lest Page
+last_page.label=Gang tae Lest Page
+last_page_label=Gang tae Lest Page
+page_rotate_cw.title=Rotate Clockwise
+page_rotate_cw.label=Rotate Clockwise
+page_rotate_cw_label=Rotate Clockwise
+page_rotate_ccw.title=Rotate Coonterclockwise
+page_rotate_ccw.label=Rotate Coonterclockwise
+page_rotate_ccw_label=Rotate Coonterclockwise
+cursor_text_select_tool.title=Enable Text Walin Tool
+cursor_text_select_tool_label=Text Walin Tool
+cursor_hand_tool.title=Enable Haun Tool
+cursor_hand_tool_label=Haun Tool
+scroll_vertical.title=Yaise Vertical Scrollin
+scroll_vertical_label=Vertical Scrollin
+scroll_horizontal.title=Yaise Horizontal Scrollin
+scroll_horizontal_label=Horizontal Scrollin
+scroll_wrapped.title=Yaise Wrapped Scrollin
+scroll_wrapped_label=Wrapped Scrollin
+spread_none.title=Dinnae jyn page spreids
+spread_none_label=Nae Spreids
+spread_odd.title=Jyn page spreids stertin wi odd-numbered pages
+spread_odd_label=Odd Spreids
+spread_even.title=Jyn page spreids stertin wi even-numbered pages
+spread_even_label=Even Spreids
# Document properties dialog box
+document_properties.title=Document Properties…
+document_properties_label=Document Properties…
+document_properties_file_name=File nemme:
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.
@@ -52,11 +90,19 @@ 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=Title:
+document_properties_author=Author:
+document_properties_subject=Subjeck:
document_properties_keywords=Keywirds:
+document_properties_creation_date=Date o Makkin:
+document_properties_modification_date=Date o Chynges:
# 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=Makker:
+document_properties_producer=PDF Producer:
document_properties_version=PDF Version:
+document_properties_page_count=Page Coont:
document_properties_page_size=Page Size:
document_properties_page_size_unit_inches=in
document_properties_page_size_unit_millimeters=mm
@@ -76,10 +122,12 @@ document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}
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 Wab View:
document_properties_linearized_yes=Aye
document_properties_linearized_no=Naw
document_properties_close=Sneck
+print_progress_message=Reddin document fur prentin…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent={{progress}}%
@@ -88,9 +136,27 @@ print_progress_close=Stap
# 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 Sidebaur
+toggle_sidebar_notification.title=Toggle Sidebaur (document conteens ootline/attachments)
+toggle_sidebar_notification2.title=Toggle Sidebaur (document conteens ootline/attachments/layers)
+toggle_sidebar_label=Toggle Sidebaur
+document_outline.title=Kythe Document Ootline (double-click fur tae oot-fauld/in-fauld aw items)
+document_outline_label=Document Ootline
+attachments.title=Kythe Attachments
+attachments_label=Attachments
+layers.title=Kythe Layers (double-click fur tae reset aw layers tae the staunart state)
+layers_label=Layers
+thumbs.title=Kythe Thumbnails
+thumbs_label=Thumbnails
+current_outline_item.title=Find Current Ootline Item
+current_outline_item_label=Current Ootline Item
+findbar.title=Find in Document
+findbar_label=Find
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Page {{page}}
+
+additional_layers=Mair Layers
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Page {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -99,34 +165,66 @@ page_landmark=Page {{page}}
thumb_page_title=Page {{page}}
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
+thumb_page_canvas=Thumbnail o Page {{page}}
# Find panel button title and messages
+find_input.title=Find
+find_input.placeholder=Find in document…
+find_previous.title=Airt oot the last time this phrase occurred
+find_previous_label=Previous
+find_next.title=Airt oot the neist time this phrase occurs
+find_next_label=Neist
+find_highlight=Highlicht aw
+find_match_case_label=Match case
find_entire_word_label=Hale Wirds
+find_reached_top=Raxed tap o document, went on fae the dowp end
+find_reached_bottom=Raxed end o document, went on fae the tap
# 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}} o {{total}} match
+find_match_count[two]={{current}} o {{total}} matches
+find_match_count[few]={{current}} o {{total}} matches
+find_match_count[many]={{current}} o {{total}} matches
+find_match_count[other]={{current}} o {{total}} matches
# 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]=Mair nor {{limit}} matches
+find_match_count_limit[one]=Mair nor {{limit}} match
+find_match_count_limit[two]=Mair nor {{limit}} matches
+find_match_count_limit[few]=Mair nor {{limit}} matches
+find_match_count_limit[many]=Mair nor {{limit}} matches
+find_match_count_limit[other]=Mair nor {{limit}} matches
+find_not_found=Phrase no fund
# Error panel labels
error_more_info=Mair Information
+error_less_info=Less Information
error_close=Sneck
# 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: {{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=Line: {{line}}
+rendering_error=A mishanter tuik place while renderin the page.
# Predefined zoom values
+page_scale_width=Page Width
+page_scale_fit=Page Fit
+page_scale_auto=Automatic Zoom
page_scale_actual=Actual Size
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
@@ -136,6 +234,11 @@ page_scale_percent={{scale}}%
loading_error_indicator=Mishanter
# Loading indicator messages
+loading=Loadin…
+loading_error=An mishanter tuik place while loadin the PDF.
+invalid_file_error=No suithfest or camshauchlet PDF file.
+missing_file_error=PDF file tint.
+unexpected_response_error=Unexpectit server repone.
# LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
# replaced by the modification date, and time, of the annotation.
@@ -145,7 +248,12 @@ annotation_date_string={{date}}, {{time}}
# "{{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=Inpit the passwird fur tae open this PDF file.
+password_invalid=Passwird no suithfest. Gonnae gie it anither shot.
+password_ok=OK
password_cancel=Stap
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
+printing_not_supported=Tak tent: Prentin isnae richt supportit by this stravaiger.
+printing_not_ready=Tak tent: The PDF isnae richt loadit fur prentin.
+web_fonts_disabled=Wab fonts are disabled: cannae yaise embeddit PDF fonts.
diff --git a/content_plugin/assets/pdfjs/web/locale/si/viewer.properties b/content_plugin/assets/pdfjs/web/locale/si/viewer.properties
index 9a1d1e8..9ab24bb 100644
--- a/content_plugin/assets/pdfjs/web/locale/si/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/si/viewer.properties
@@ -187,6 +187,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=දෝෂය
+
loading_error=PDF පූරණය විමේදි දෝෂයක් හට ගැනුණි.
invalid_file_error=දූශිත හෝ සාවද්ය PDF ගොනුව.
missing_file_error=නැතිවූ PDF ගොනුව.
diff --git a/content_plugin/assets/pdfjs/web/locale/sk/viewer.properties b/content_plugin/assets/pdfjs/web/locale/sk/viewer.properties
index 1626bf3..b58f4c4 100644
--- a/content_plugin/assets/pdfjs/web/locale/sk/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/sk/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aktuálna položka v osnove
findbar.title=Hľadať v dokumente
findbar_label=Hľadať
-additional_layers=Ďalšie vrstvy
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Strana {{page}}
+
+additional_layers=Ďalšie vrstvy
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Strana {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Zrušiť
printing_not_supported=Upozornenie: tlač nie je v tomto prehliadači plne podporovaná.
printing_not_ready=Upozornenie: súbor PDF nie je plne načítaný pre tlač.
web_fonts_disabled=Webové písma sú vypnuté: nie je možné použiť písma vložené do súboru PDF.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Tento dokument PDF obsahuje digitálne podpisy. Overenie podpisov nie je podporované.
diff --git a/content_plugin/assets/pdfjs/web/locale/sl/viewer.properties b/content_plugin/assets/pdfjs/web/locale/sl/viewer.properties
index 4ce629d..aacf995 100644
--- a/content_plugin/assets/pdfjs/web/locale/sl/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/sl/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Trenutni predmet orisa
findbar.title=Iskanje po dokumentu
findbar_label=Najdi
-additional_layers=Dodatne plasti
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Stran {{page}}
+
+additional_layers=Dodatne plasti
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Stran {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Prekliči
printing_not_supported=Opozorilo: ta brskalnik ne podpira vseh možnosti tiskanja.
printing_not_ready=Opozorilo: PDF ni v celoti naložen za tiskanje.
web_fonts_disabled=Spletne pisave so onemogočene: vgradnih pisav za PDF ni mogoče uporabiti.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Ta dokument PDF vsebuje digitalne podpise. Preverjanje veljavnosti podpisov ni podprto.
diff --git a/content_plugin/assets/pdfjs/web/locale/son/viewer.properties b/content_plugin/assets/pdfjs/web/locale/son/viewer.properties
index 683ed14..4f16cd9 100644
--- a/content_plugin/assets/pdfjs/web/locale/son/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/son/viewer.properties
@@ -159,6 +159,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Firka
+
loading_error=Firka bangay kaŋ PDF goo ma zumandi.
invalid_file_error=PDF tuku laala wala laybante.
missing_file_error=PDF tuku kumante.
diff --git a/content_plugin/assets/pdfjs/web/locale/sq/viewer.properties b/content_plugin/assets/pdfjs/web/locale/sq/viewer.properties
index 516cb96..62fb33c 100644
--- a/content_plugin/assets/pdfjs/web/locale/sq/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/sq/viewer.properties
@@ -144,9 +144,10 @@ thumbs_label=Miniatura
findbar.title=Gjeni në Dokument
findbar_label=Gjej
-additional_layers=Shtresa Shtesë
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Faqja {{page}}
+
+additional_layers=Shtresa Shtesë
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -220,6 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Gabim
+
loading_error=Ndodhi një gabim gjatë ngarkimit të PDF-së.
invalid_file_error=Kartelë PDF e pavlefshme ose e dëmtuar.
missing_file_error=Kartelë PDF që mungon.
diff --git a/content_plugin/assets/pdfjs/web/locale/sr/viewer.properties b/content_plugin/assets/pdfjs/web/locale/sr/viewer.properties
index dc36ea9..ea18b40 100644
--- a/content_plugin/assets/pdfjs/web/locale/sr/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/sr/viewer.properties
@@ -41,7 +41,7 @@ print.title=Штампај
print_label=Штампај
download.title=Преузми
download_label=Преузми
-bookmark.title=Тренутни приказ (копирај или отвори нови прозор)
+bookmark.title=Тренутни приказ (копирај или отвори у новом прозору)
bookmark_label=Тренутни приказ
# Secondary toolbar and context menu
@@ -153,9 +153,10 @@ current_outline_item_label=Тренутна контура
findbar.title=Пронађи у документу
findbar_label=Пронађи
-additional_layers=Додатни слојеви
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Страница {{page}}
+
+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)
@@ -169,9 +170,9 @@ thumb_page_canvas=Сличица од странице {{page}}
# Find panel button title and messages
find_input.title=Пронађи
find_input.placeholder=Пронађи у документу…
-find_previous.title=Пронађи претходну појаву фразе
+find_previous.title=Пронађи претходно појављивање фразе
find_previous_label=Претходна
-find_next.title=Пронађи следећу појаву фразе
+find_next.title=Пронађи следеће појављивање фразе
find_next_label=Следећа
find_highlight=Истакнути све
find_match_case_label=Подударања
@@ -256,3 +257,5 @@ password_cancel=Откажи
printing_not_supported=Упозорење: Штампање није у потпуности подржано у овом прегледачу.
printing_not_ready=Упозорење: PDF није у потпуности учитан за штампу.
web_fonts_disabled=Веб фонтови су онемогућени: не могу користити уграђене PDF фонтове.
+# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
+# exact string as in the `chrome.properties` file.
diff --git a/content_plugin/assets/pdfjs/web/locale/sv-SE/viewer.properties b/content_plugin/assets/pdfjs/web/locale/sv-SE/viewer.properties
index f79e43c..60299d1 100644
--- a/content_plugin/assets/pdfjs/web/locale/sv-SE/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/sv-SE/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Aktuellt dispositionsobjekt
findbar.title=Sök i dokument
findbar_label=Sök
-additional_layers=Ytterligare lager
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Sida {{page}}
+
+additional_layers=Ytterligare lager
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Sida {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Avbryt
printing_not_supported=Varning: Utskrifter stöds inte helt av den här webbläsaren.
printing_not_ready=Varning: PDF:en är inte klar för utskrift.
web_fonts_disabled=Webbtypsnitt är inaktiverade: kan inte använda inbäddade PDF-typsnitt.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Detta PDF-dokument innehåller digitala signaturer. Validering av signaturer stöds inte.
diff --git a/content_plugin/assets/pdfjs/web/locale/szl/viewer.properties b/content_plugin/assets/pdfjs/web/locale/szl/viewer.properties
index a7b8a90..ed4bbd4 100644
--- a/content_plugin/assets/pdfjs/web/locale/szl/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/szl/viewer.properties
@@ -151,9 +151,10 @@ thumbs_label=Miniatury
findbar.title=Znojdź w dokumyncie
findbar_label=Znojdź
-additional_layers=Nadbytnie warstwy
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Strōna {{page}}
+
+additional_layers=Nadbytnie warstwy
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
diff --git a/content_plugin/assets/pdfjs/web/locale/ta/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ta/viewer.properties
index 669ba0c..cade21b 100644
--- a/content_plugin/assets/pdfjs/web/locale/ta/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ta/viewer.properties
@@ -180,6 +180,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=பிழை
+
loading_error=PDF ஐ ஏற்றும் போது ஒரு பிழை ஏற்பட்டது.
invalid_file_error=செல்லுபடியாகாத அல்லது சிதைந்த PDF கோப்பு.
missing_file_error=PDF கோப்பு காணவில்லை.
diff --git a/content_plugin/assets/pdfjs/web/locale/te/viewer.properties b/content_plugin/assets/pdfjs/web/locale/te/viewer.properties
index 6839138..5175093 100644
--- a/content_plugin/assets/pdfjs/web/locale/te/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/te/viewer.properties
@@ -136,9 +136,10 @@ thumbs_label=థంబ్నైల్స్
findbar.title=పత్రములో కనుగొనుము
findbar_label=కనుగొను
-additional_layers=అదనపు పొరలు
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=పేజి {{page}}
+
+additional_layers=అదనపు పొరలు
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
@@ -201,6 +202,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=దోషం
+
loading_error=PDF లోడవుచున్నప్పుడు ఒక దోషం ఎదురైంది.
invalid_file_error=చెల్లని లేదా పాడైన PDF ఫైలు.
missing_file_error=దొరకని PDF ఫైలు.
diff --git a/content_plugin/assets/pdfjs/web/locale/tg/viewer.properties b/content_plugin/assets/pdfjs/web/locale/tg/viewer.properties
index bb1a894..95967e3 100644
--- a/content_plugin/assets/pdfjs/web/locale/tg/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/tg/viewer.properties
@@ -139,3 +139,4 @@ password_cancel=Бекор кардан
# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
# exact string as in the `chrome.properties` file.
+
diff --git a/content_plugin/assets/pdfjs/web/locale/th/viewer.properties b/content_plugin/assets/pdfjs/web/locale/th/viewer.properties
index 6b51c79..4ce6147 100644
--- a/content_plugin/assets/pdfjs/web/locale/th/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/th/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=รายการเค้าร่างปัจ
findbar.title=ค้นหาในเอกสาร
findbar_label=ค้นหา
-additional_layers=เลเยอร์เพิ่มเติม
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=หน้า {{page}}
+
+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)
@@ -256,6 +257,3 @@ password_cancel=ยกเลิก
printing_not_supported=คำเตือน: เบราว์เซอร์นี้ไม่ได้สนับสนุนการพิมพ์อย่างเต็มที่
printing_not_ready=คำเตือน: PDF ไม่ได้รับการโหลดอย่างเต็มที่สำหรับการพิมพ์
web_fonts_disabled=แบบอักษรเว็บถูกปิดใช้งาน: ไม่สามารถใช้แบบอักษร PDF ฝังตัว
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=เอกสาร PDF นี้มีลายเซ็นดิจิทัล ไม่รองรับการตรวจสอบลายเซ็น
diff --git a/content_plugin/assets/pdfjs/web/locale/tl/viewer.properties b/content_plugin/assets/pdfjs/web/locale/tl/viewer.properties
index d3cce44..6a9fd03 100644
--- a/content_plugin/assets/pdfjs/web/locale/tl/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/tl/viewer.properties
@@ -151,9 +151,10 @@ thumbs_label=Mga thumbnail
findbar.title=Hanapin sa Dokumento
findbar_label=Hanapin
-additional_layers=Mga Karagdagang Layer
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Pahina {{page}}
+
+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.
@@ -227,6 +228,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Error
+
loading_error=Nagkaproblema habang niloload ang PDF.
invalid_file_error=Di-wasto o sira ang PDF file.
missing_file_error=Nawawalang PDF file.
diff --git a/content_plugin/assets/pdfjs/web/locale/tr/viewer.properties b/content_plugin/assets/pdfjs/web/locale/tr/viewer.properties
index b4bde41..7e14fbb 100644
--- a/content_plugin/assets/pdfjs/web/locale/tr/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/tr/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Mevcut ana hat öğesi
findbar.title=Belgede bul
findbar_label=Bul
-additional_layers=Ek katmanlar
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Sayfa {{page}}
+
+additional_layers=Ek katmanlar
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Sayfa {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=İptal
printing_not_supported=Uyarı: Yazdırma bu tarayıcı tarafından tam olarak desteklenmemektedir.
printing_not_ready=Uyarı: PDF tamamen yüklenmedi ve yazdırmaya hazır değil.
web_fonts_disabled=Web fontları devre dışı: Gömülü PDF fontları kullanılamıyor.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Bu PDF belgesi dijital imzalar içermektedir. İmzaların doğrulanması desteklenmiyor.
diff --git a/content_plugin/assets/pdfjs/web/locale/uk/viewer.properties b/content_plugin/assets/pdfjs/web/locale/uk/viewer.properties
index 99c5415..87d407c 100644
--- a/content_plugin/assets/pdfjs/web/locale/uk/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/uk/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Поточний елемент змісту
findbar.title=Знайти в документі
findbar_label=Знайти
-additional_layers=Додаткові шари
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Сторінка {{page}}
+
+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)
@@ -256,6 +257,3 @@ password_cancel=Скасувати
printing_not_supported=Попередження: Цей браузер не повністю підтримує друк.
printing_not_ready=Попередження: PDF не повністю завантажений для друку.
web_fonts_disabled=Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Цей PDF-документ містить цифрові підписи. Перевірка підписів не підтримується.
diff --git a/content_plugin/assets/pdfjs/web/locale/ur/viewer.properties b/content_plugin/assets/pdfjs/web/locale/ur/viewer.properties
index 162ca14..beaa4cf 100644
--- a/content_plugin/assets/pdfjs/web/locale/ur/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/ur/viewer.properties
@@ -145,6 +145,9 @@ findbar_label=ڈھونڈیں
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=صفحہ {{page}}
+
+# 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.
@@ -217,6 +220,8 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=نقص
+
+# Loading indicator messages
loading_error=PDF لوڈ کرتے وقت نقص آ گیا۔
invalid_file_error=ناجائز یا خراب PDF مسل
missing_file_error=PDF مسل غائب ہے۔
@@ -239,3 +244,5 @@ password_cancel=منسوخ کریں
printing_not_supported=تنبیہ:چھاپنا اس براؤزر پر پوری طرح معاونت شدہ نہیں ہے۔
printing_not_ready=تنبیہ: PDF چھپائی کے لیے پوری طرح لوڈ نہیں ہوئی۔
web_fonts_disabled=ویب فانٹ نا اہل ہیں: شامل PDF فانٹ استعمال کرنے میں ناکام۔
+# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
+# exact string as in the `chrome.properties` file.
diff --git a/content_plugin/assets/pdfjs/web/locale/uz/viewer.properties b/content_plugin/assets/pdfjs/web/locale/uz/viewer.properties
index 6ad2431..638fde5 100644
--- a/content_plugin/assets/pdfjs/web/locale/uz/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/uz/viewer.properties
@@ -149,6 +149,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Xato
+
loading_error=PDF yuklanayotganda xato yuz berdi.
invalid_file_error=Xato yoki buzuq PDF fayli.
missing_file_error=PDF fayl kerak.
diff --git a/content_plugin/assets/pdfjs/web/locale/vi/viewer.properties b/content_plugin/assets/pdfjs/web/locale/vi/viewer.properties
index 0116a1b..a8aa396 100644
--- a/content_plugin/assets/pdfjs/web/locale/vi/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/vi/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=Mục phác thảo hiện tại
findbar.title=Tìm trong tài liệu
findbar_label=Tìm
-additional_layers=Các lớp bổ sung
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=Trang {{page}}
+
+additional_layers=Các lớp bổ sung
# LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
page_landmark=Trang {{page}}
# Thumbnails panel item (tooltip and alt text for images)
@@ -256,6 +257,3 @@ password_cancel=Hủy bỏ
printing_not_supported=Cảnh báo: In ấn không được hỗ trợ đầy đủ ở trình duyệt này.
printing_not_ready=Cảnh báo: PDF chưa được tải hết để in.
web_fonts_disabled=Phông chữ Web bị vô hiệu hóa: không thể sử dụng các phông chữ PDF được nhúng.
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=Tài liệu PDF này có chứa chữ ký điện tử. Xác thực chữ ký không được hỗ trợ.
diff --git a/content_plugin/assets/pdfjs/web/locale/wo/viewer.properties b/content_plugin/assets/pdfjs/web/locale/wo/viewer.properties
index 38c7bc1..3c7b899 100644
--- a/content_plugin/assets/pdfjs/web/locale/wo/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/wo/viewer.properties
@@ -110,6 +110,7 @@ page_scale_actual=Dayo bi am
# Loading indicator messages
loading_error_indicator=Njumte
+
loading_error=Am na njumte ci yebum dencukaay PDF bi.
invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar.
diff --git a/content_plugin/assets/pdfjs/web/locale/xh/viewer.properties b/content_plugin/assets/pdfjs/web/locale/xh/viewer.properties
index 52cd75e..6f76c45 100644
--- a/content_plugin/assets/pdfjs/web/locale/xh/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/xh/viewer.properties
@@ -163,6 +163,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages
loading_error_indicator=Imposiso
+
loading_error=Imposiso yenzekile xa kulayishwa i-PDF.
invalid_file_error=Ifayile ye-PDF engeyiyo okanye eyonakalisiweyo.
missing_file_error=Ifayile ye-PDF edukileyo.
diff --git a/content_plugin/assets/pdfjs/web/locale/zh-CN/viewer.properties b/content_plugin/assets/pdfjs/web/locale/zh-CN/viewer.properties
index 27ef370..0648ee2 100644
--- a/content_plugin/assets/pdfjs/web/locale/zh-CN/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/zh-CN/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=当前大纲项目
findbar.title=在文档中查找
findbar_label=查找
-additional_layers=其他图层
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=第 {{page}} 页
+
+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)
@@ -256,6 +257,3 @@ password_cancel=取消
printing_not_supported=警告:此浏览器尚未完整支持打印功能。
printing_not_ready=警告:此 PDF 未完成载入,无法打印。
web_fonts_disabled=Web 字体已被禁用:无法使用嵌入的 PDF 字体。
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=此 PDF 文档包含数字签名。尚不支持签名验证。
diff --git a/content_plugin/assets/pdfjs/web/locale/zh-TW/viewer.properties b/content_plugin/assets/pdfjs/web/locale/zh-TW/viewer.properties
index 5480dc6..e29bcf4 100644
--- a/content_plugin/assets/pdfjs/web/locale/zh-TW/viewer.properties
+++ b/content_plugin/assets/pdfjs/web/locale/zh-TW/viewer.properties
@@ -153,9 +153,10 @@ current_outline_item_label=目前的大綱項目
findbar.title=在文件中尋找
findbar_label=尋找
-additional_layers=其他圖層
# LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
page_canvas=第 {{page}} 頁
+
+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)
@@ -256,6 +257,3 @@ password_cancel=取消
printing_not_supported=警告: 此瀏覽器未完整支援列印功能。
printing_not_ready=警告: 此 PDF 未完成下載以供列印。
web_fonts_disabled=已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。
-# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
-# exact string as in the `chrome.properties` file.
-unsupported_feature_signatures=此 PDF 文件包含數位簽章,目前不支援簽章驗證功能。
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitDingbats.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitDingbats.pfb
new file mode 100644
index 0000000..30d5296
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitDingbats.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixed.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixed.pfb
new file mode 100644
index 0000000..f12dcbc
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixed.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedBold.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedBold.pfb
new file mode 100644
index 0000000..cf8e24a
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedBold.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedBoldItalic.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedBoldItalic.pfb
new file mode 100644
index 0000000..d288001
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedBoldItalic.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedItalic.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedItalic.pfb
new file mode 100644
index 0000000..d71697d
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitFixedItalic.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSans.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSans.pfb
new file mode 100644
index 0000000..37f244b
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSans.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansBold.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansBold.pfb
new file mode 100644
index 0000000..affcf31
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansBold.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansBoldItalic.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansBoldItalic.pfb
new file mode 100644
index 0000000..e1f60b7
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansBoldItalic.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansItalic.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansItalic.pfb
new file mode 100644
index 0000000..c04b0a5
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSansItalic.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerif.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerif.pfb
new file mode 100644
index 0000000..3fa682e
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerif.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifBold.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifBold.pfb
new file mode 100644
index 0000000..ff7c6dd
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifBold.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifBoldItalic.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifBoldItalic.pfb
new file mode 100644
index 0000000..460231f
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifBoldItalic.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifItalic.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifItalic.pfb
new file mode 100644
index 0000000..d03a7c7
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSerifItalic.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSymbol.pfb b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSymbol.pfb
new file mode 100644
index 0000000..c8f9bca
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/FoxitSymbol.pfb differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/LICENSE_FOXIT b/content_plugin/assets/pdfjs/web/standard_fonts/LICENSE_FOXIT
new file mode 100644
index 0000000..8b4ed6d
--- /dev/null
+++ b/content_plugin/assets/pdfjs/web/standard_fonts/LICENSE_FOXIT
@@ -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.
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/LICENSE_LIBERATION b/content_plugin/assets/pdfjs/web/standard_fonts/LICENSE_LIBERATION
new file mode 100644
index 0000000..aba73e8
--- /dev/null
+++ b/content_plugin/assets/pdfjs/web/standard_fonts/LICENSE_LIBERATION
@@ -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.
+
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Bold.ttf b/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Bold.ttf
new file mode 100644
index 0000000..ee23715
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Bold.ttf differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-BoldItalic.ttf b/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-BoldItalic.ttf
new file mode 100644
index 0000000..42b5717
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-BoldItalic.ttf differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf b/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf
new file mode 100644
index 0000000..0cf6126
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf differ
diff --git a/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf b/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf
new file mode 100644
index 0000000..366d148
Binary files /dev/null and b/content_plugin/assets/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf differ
diff --git a/content_plugin/assets/pdfjs/web/viewer.css b/content_plugin/assets/pdfjs/web/viewer.css
index c7483bb..e35bdda 100644
--- a/content_plugin/assets/pdfjs/web/viewer.css
+++ b/content_plugin/assets/pdfjs/web/viewer.css
@@ -15,6 +15,7 @@
.textLayer {
position: absolute;
+ text-align: initial;
left: 0;
top: 0;
right: 0;
@@ -34,13 +35,16 @@
}
.textLayer .highlight {
- position: relative;
margin: -1px;
padding: 1px;
background-color: rgba(180, 0, 170, 1);
border-radius: 4px;
}
+.textLayer .highlight.appended {
+ position: initial;
+}
+
.textLayer .highlight.begin {
border-radius: 4px 0 0 4px;
}
@@ -211,7 +215,7 @@
* area, causing horizontal scrolling. We avoid this by extending the width
* when the element has focus and revert this when it loses focus.
*/
- width: 115%;
+ width: 103%;
}
.annotationLayer .buttonWidgetAnnotation.checkBox input,
@@ -280,12 +284,26 @@
}
+.xfaPage {
+ overflow: hidden;
+ position: relative;
+}
+
+.xfaContentarea {
+ position: absolute;
+}
+
+.xfaPrintOnly {
+ display: none;
+}
+
.xfaLayer {
position: absolute;
+ text-align: initial;
top: 0;
left: 0;
- z-index: 200;
transform-origin: 0 0;
+ line-height: 1.2;
}
.xfaLayer * {
@@ -294,12 +312,26 @@
font-style: inherit;
font-weight: inherit;
font-kerning: inherit;
- letter-spacing: inherit;
+ letter-spacing: -0.01px;
text-align: inherit;
text-decoration: inherit;
- vertical-align: inherit;
box-sizing: border-box;
background: transparent;
+ padding: 0;
+ margin: 0;
+ pointer-events: auto;
+}
+
+.xfaLayer div {
+ pointer-events: none;
+}
+
+.xfaLayer svg {
+ pointer-events: none;
+}
+
+.xfaLayer svg * {
+ pointer-events: none;
}
.xfaLayer a {
@@ -321,56 +353,52 @@
vertical-align: 0;
}
-.xfaDraw {
- z-index: 100;
+.xfaCaption {
+ overflow: hidden;
+ flex: 0 1 auto;
}
-.xfaExclgroup {
- z-index: 200;
+.xfaCaptionForCheckButton {
+ overflow: hidden;
+ flex: 1 1 auto;
}
-.xfaField {
- z-index: 300;
+.xfaLabel {
+ height: 100%;
+ width: 100%;
}
-.xfaRich {
- z-index: 300;
- line-height: 1.2;
+.xfaLeft {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
}
-.xfaSubform {
- z-index: 200;
+.xfaLeft > .xfaCaption,
+.xfaLeft > .xfaCaptionForCheckButton {
+ max-height: 100%;
}
-.xfaLabel {
+.xfaTop {
display: flex;
- flex-direction: row;
- align-items: center;
- width: 100%;
- height: 100%;
+ flex-direction: column;
+ align-items: flex-start;
}
-.xfaCaption {
- flex: 1 1 auto;
+.xfaTop > .xfaCaption,
+.xfaTop > .xfaCaptionForCheckButton {
+ width: 100%;
}
-.xfaBorderDiv {
+.xfaBorder {
background: transparent;
position: absolute;
pointer-events: none;
}
-.xfaWrapper {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- width: auto;
- height: auto;
-}
-
-.xfaContentArea {
- overflow: hidden;
+.xfaWrapped {
+ width: 100%;
+ height: 100%;
}
.xfaTextfield,
@@ -381,49 +409,18 @@
.xfaTextfield:focus,
.xfaSelect:focus {
background-color: transparent;
+ outline: none;
}
.xfaTextfield,
.xfaSelect {
width: 100%;
height: 100%;
- flex: 100 1 0;
+ flex: 1 1 0;
border: none;
resize: none;
}
-.xfaLabel > input[type="radio"] {
- /* Use this trick to make the checkbox invisible but
- but still focusable. */
- position: absolute;
- left: -99999px;
-}
-
-.xfaLabel > input[type="radio"]:focus + .xfaCheckboxMark {
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
-}
-
-.xfaCheckboxMark {
- cursor: pointer;
- flex: 0 0 auto;
- border-style: solid;
- border-width: 2px;
- border-color: #8f8f9d;
- font-size: 10px;
- line-height: 10px;
- width: 10px;
- height: 10px;
- text-align: center;
- vertical-align: middle;
- display: flex;
- flex-direction: row;
- align-items: center;
-}
-
-.xfaCheckbox:checked + .xfaCheckboxMark::after {
- content: attr(mark);
-}
-
.xfaButton {
cursor: pointer;
width: 100%;
@@ -436,22 +433,27 @@
background: Highlight;
}
-.xfaRich {
- white-space: pre-wrap;
-}
-
-.xfaImage {
+.xfaCheckbox,
+.xfaRadio {
width: 100%;
height: 100%;
+ flex: 0 0 auto;
+ border: none;
}
.xfaRich {
+ white-space: pre-wrap;
width: 100%;
- height: auto;
+ height: 100%;
}
-.xfaPosition {
- display: block;
+.xfaImage {
+ -o-object-position: left top;
+ object-position: left top;
+ -o-object-fit: contain;
+ object-fit: contain;
+ width: 100%;
+ height: 100%;
}
.xfaLrTb,
@@ -462,24 +464,20 @@
align-items: stretch;
}
-.xfaLr,
-.xfaRl,
-.xfaTb > div {
- flex: 1 1 auto;
-}
-
-.xfaTb > div {
- justify-content: left;
+.xfaLr {
+ display: flex;
+ flex-direction: row;
+ align-items: stretch;
}
-.xfaLr > div {
- display: inline;
- float: left;
+.xfaRl {
+ display: flex;
+ flex-direction: row-reverse;
+ align-items: stretch;
}
-.xfaRl > div {
- display: inline;
- float: right;
+.xfaTb > div {
+ justify-content: left;
}
.xfaPosition {
@@ -495,34 +493,22 @@
align-items: center;
}
-.xfaLrTb > div {
- display: inline;
- float: left;
-}
-
-.xfaRlTb > div {
- display: inline;
- float: right;
-}
-
.xfaTable {
display: flex;
flex-direction: column;
+ align-items: stretch;
}
.xfaTable .xfaRow {
display: flex;
flex-direction: row;
- flex: 1 1 auto;
-}
-
-.xfaTable .xfaRow > div {
- flex: 1 1 auto;
+ align-items: stretch;
}
.xfaTable .xfaRlRow {
display: flex;
flex-direction: row-reverse;
+ align-items: stretch;
flex: 1;
}
@@ -530,6 +516,30 @@
flex: 1;
}
+.xfaNonInteractive input,
+.xfaNonInteractive textarea,
+.xfaDisabled input,
+.xfaDisabled textarea,
+.xfaReadOnly input,
+.xfaReadOnly textarea {
+ background: initial;
+}
+
+@media print {
+ .xfaTextfield,
+ .xfaSelect {
+ background-color: transparent;
+ }
+
+ .xfaSelect {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ text-indent: 1px;
+ text-overflow: "";
+ }
+}
+
:root {
--pdfViewer-padding-bottom: none;
--page-margin: 1px auto -8px;
@@ -2403,6 +2413,19 @@ html[dir="rtl"] #documentPropertiesOverlay .row > * {
#PDFBug table {
font-size: 10px;
}
+#PDFBug table.showText {
+ border-collapse: collapse;
+ text-align: center;
+}
+#PDFBug table.showText,
+#PDFBug table.showText tr,
+#PDFBug table.showText td {
+ border: 1px solid black;
+ padding: 1px;
+}
+#PDFBug table.showText td.advance {
+ color: grey;
+}
#viewer.textLayer-visible .textLayer {
opacity: 1;
@@ -2478,7 +2501,8 @@ html[dir="rtl"] #documentPropertiesOverlay .row > * {
.toolbar,
#loadingBox,
#errorWrapper,
- .textLayer {
+ .textLayer,
+ .canvasWrapper {
display: none;
}
#viewerContainer {
@@ -2522,7 +2546,7 @@ html[dir="rtl"] #documentPropertiesOverlay .row > * {
height: 100%;
}
/* wrapper around (scaled) print canvas elements */
- #printContainer > div {
+ #printContainer > .printedPage {
page-break-after: always;
page-break-inside: avoid;
@@ -2535,8 +2559,21 @@ html[dir="rtl"] #documentPropertiesOverlay .row > * {
justify-content: center;
align-items: center;
}
- #printContainer canvas,
- #printContainer img {
+
+ #printContainer > .xfaPrintedPage .xfaPage {
+ position: initial;
+ }
+
+ #printContainer > .xfaPrintedPage {
+ page-break-after: always;
+ page-break-inside: avoid;
+ width: 100%;
+ height: 100%;
+ position: relative;
+ }
+
+ #printContainer > .printedPage canvas,
+ #printContainer > .printedPage img {
/* The intrinsic canvas / image size will make sure that we fit the page. */
max-width: 100%;
max-height: 100%;
diff --git a/content_plugin/assets/pdfjs/web/viewer.html b/content_plugin/assets/pdfjs/web/viewer.html
index c16037b..b9b6c12 100644
--- a/content_plugin/assets/pdfjs/web/viewer.html
+++ b/content_plugin/assets/pdfjs/web/viewer.html
@@ -25,7 +25,6 @@
-