@@ -112,14 +112,6 @@ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) }
112112# $mb (Number) - the PDF file size in megabytes
113113# $b (Number) - the PDF file size in bytes
114114pdfjs-document-properties-size-mb = { NUMBER( $mb , maximumSignificantDigits: 3 ) } МБ ({ $b } байтаў)
115- # Variables:
116- # $size_kb (Number) - the PDF file size in kilobytes
117- # $size_b (Number) - the PDF file size in bytes
118- pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } байт)
119- # Variables:
120- # $size_mb (Number) - the PDF file size in megabytes
121- # $size_b (Number) - the PDF file size in bytes
122- pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } байт)
123115pdfjs-document-properties-title = Загаловак:
124116pdfjs-document-properties-author = Аўтар:
125117pdfjs-document-properties-subject = Тэма:
@@ -129,10 +121,6 @@ pdfjs-document-properties-modification-date = Дата змянення:
129121# Variables:
130122# $dateObj (Date) - the creation/modification date and time of the PDF file
131123pdfjs-document-properties-date-time-string = { DATETIME( $dateObj , dateStyle: "short" , timeStyle: "medium" ) }
132- # Variables:
133- # $date (Date) - the creation/modification date of the PDF file
134- # $time (Time) - the creation/modification time of the PDF file
135- pdfjs-document-properties-date-string = { $date } , { $time }
136124pdfjs-document-properties-creator = Стваральнік:
137125pdfjs-document-properties-producer = Вырабнік PDF:
138126pdfjs-document-properties-version = Версія PDF:
@@ -277,10 +265,6 @@ pdfjs-rendering-error = Здарылася памылка падчас адлю
277265
278266## Annotations
279267
280- # Variables:
281- # $date (Date) - the modification date of the annotation
282- # $time (Time) - the modification time of the annotation
283- pdfjs-annotation-date-string = { $date } , { $time }
284268# .alt: This is used as a tooltip.
285269# Variables:
286270# $type (String) - an annotation type from a list defined in the PDF spec
@@ -388,20 +372,12 @@ pdfjs-editor-add-saved-signature-button =
388372pdfjs-free-text2 =
389373 .aria-label = Тэкставы рэдактар
390374 .default-content = Пачніце ўводзіць…
391- pdfjs-free-text =
392- .aria-label = Тэкставы рэдактар
393- pdfjs-free-text-default-content = Пачніце набор тэксту…
394- pdfjs-ink =
395- .aria-label = Графічны рэдактар
396- pdfjs-ink-canvas =
397- .aria-label = Выява, створаная карыстальнікам
398375
399376## Alt-text dialog
400377
401378pdfjs-editor-alt-text-button-label = Альтэрнатыўны тэкст
402379pdfjs-editor-alt-text-edit-button =
403380 .aria-label = Змяніць альтэрнатыўны тэкст
404- pdfjs-editor-alt-text-edit-button-label = Змяніць альтэрнатыўны тэкст
405381pdfjs-editor-alt-text-dialog-label = Выберыце варыянт
406382pdfjs-editor-alt-text-dialog-description = Альтэрнатыўны тэкст дапамагае, калі людзі не бачаць выяву або калі яна не загружаецца.
407383pdfjs-editor-alt-text-add-description-label = Дадаць апісанне
@@ -421,14 +397,6 @@ pdfjs-editor-alt-text-button =
421397## Editor resizers
422398## This is used in an aria label to help to understand the role of the resizer.
423399
424- pdfjs-editor-resizer-label-top-left = Верхні левы кут — змяніць памер
425- pdfjs-editor-resizer-label-top-middle = Уверсе пасярэдзіне — змяніць памер
426- pdfjs-editor-resizer-label-top-right = Верхні правы кут — змяніць памер
427- pdfjs-editor-resizer-label-middle-right = Пасярэдзіне справа — змяніць памер
428- pdfjs-editor-resizer-label-bottom-right = Правы ніжні кут — змяніць памер
429- pdfjs-editor-resizer-label-bottom-middle = Пасярэдзіне ўнізе — змяніць памер
430- pdfjs-editor-resizer-label-bottom-left = Левы ніжні кут — змяніць памер
431- pdfjs-editor-resizer-label-middle-left = Пасярэдзіне злева — змяніць памер
432400pdfjs-editor-resizer-top-left =
433401 .aria-label = Верхні левы кут — змяніць памер
434402pdfjs-editor-resizer-top-middle =
0 commit comments