@@ -112,14 +112,6 @@ pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) }
112
112
# $mb (Number) - the PDF file size in megabytes
113
113
# $b (Number) - the PDF file size in bytes
114
114
pdfjs-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 } байт)
123
115
pdfjs-document-properties-title = Загаловак:
124
116
pdfjs-document-properties-author = Аўтар:
125
117
pdfjs-document-properties-subject = Тэма:
@@ -129,10 +121,6 @@ pdfjs-document-properties-modification-date = Дата змянення:
129
121
# Variables:
130
122
# $dateObj (Date) - the creation/modification date and time of the PDF file
131
123
pdfjs-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 }
136
124
pdfjs-document-properties-creator = Стваральнік:
137
125
pdfjs-document-properties-producer = Вырабнік PDF:
138
126
pdfjs-document-properties-version = Версія PDF:
@@ -277,10 +265,6 @@ pdfjs-rendering-error = Здарылася памылка падчас адлю
277
265
278
266
## Annotations
279
267
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 }
284
268
# .alt: This is used as a tooltip.
285
269
# Variables:
286
270
# $type (String) - an annotation type from a list defined in the PDF spec
@@ -388,20 +372,12 @@ pdfjs-editor-add-saved-signature-button =
388
372
pdfjs-free-text2 =
389
373
.aria-label = Тэкставы рэдактар
390
374
.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 = Выява, створаная карыстальнікам
398
375
399
376
## Alt-text dialog
400
377
401
378
pdfjs-editor-alt-text-button-label = Альтэрнатыўны тэкст
402
379
pdfjs-editor-alt-text-edit-button =
403
380
.aria-label = Змяніць альтэрнатыўны тэкст
404
- pdfjs-editor-alt-text-edit-button-label = Змяніць альтэрнатыўны тэкст
405
381
pdfjs-editor-alt-text-dialog-label = Выберыце варыянт
406
382
pdfjs-editor-alt-text-dialog-description = Альтэрнатыўны тэкст дапамагае, калі людзі не бачаць выяву або калі яна не загружаецца.
407
383
pdfjs-editor-alt-text-add-description-label = Дадаць апісанне
@@ -421,14 +397,6 @@ pdfjs-editor-alt-text-button =
421
397
## Editor resizers
422
398
## This is used in an aria label to help to understand the role of the resizer.
423
399
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 = Пасярэдзіне злева — змяніць памер
432
400
pdfjs-editor-resizer-top-left =
433
401
.aria-label = Верхні левы кут — змяніць памер
434
402
pdfjs-editor-resizer-top-middle =
0 commit comments